Choose the right integration
How the surfaces fit together
Start here
- Connect an AI assistant with the SketricGen MCP guide.
- Manage resources programmatically with the Admin API.
- Run an existing agent with the Runtime API.
- Use the Python SDK or Node.js SDK for a higher-level Runtime API client.
API key location
Create API keys from the active Teamspace:- Open Teamspace settings in SketricGen.
- Select API keys.
- Select Create key.
- Choose Runtime key or Admin key based on the integration.
- Choose the narrowest project, agent, role, and expiration settings that support the task.
- Copy the plaintext key immediately. SketricGen shows it only once.
Security rule
Treat both key types as secrets:- Keep keys on a server or in a secret manager.
- Never put a key in a public repository, screenshot, browser bundle, or prompt transcript.
- Prefer OAuth for hosted MCP clients because the AI client never needs your Admin API key.
- Use a narrowly scoped key for local agents and automation.
- Revoke a key from Teamspace settings when it is no longer needed.

