Skip to main content
SketricGen exposes three developer surfaces. Choose the surface based on whether an AI assistant should manage SketricGen, your software should manage SketricGen resources, or your application should run an agent.

Choose the right integration

How the surfaces fit together

The MCP server is an AI-friendly adapter over the Admin API. It does not bypass Teamspace roles, project boundaries, plan limits, or connector permissions. The Runtime API is intentionally separate. An Admin API key cannot run an agent through the Runtime API, and a Runtime API key cannot create, edit, or delete Teamspace resources.

Start here

API key location

Create API keys from the active Teamspace:
  1. Open Teamspace settings in SketricGen.
  2. Select API keys.
  3. Select Create key.
  4. Choose Runtime key or Admin key based on the integration.
  5. Choose the narrowest project, agent, role, and expiration settings that support the task.
  6. Copy the plaintext key immediately. SketricGen shows it only once.
API key creation requires an eligible Teamspace plan and permission to manage API keys.

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.