API keys

Learn how API keys authenticate external apps with Kapptivate, letting admins create, scope, manage, and revoke tokens for teams.

API keys authenticate external applications and integrations, such as CI/CD pipelines and third-party services, with your Kapptivate workspace. Each key is scoped to specific teams and generates a token for authentication.

The API keys list with the Token and Access columns

Only workspace administrators can create, edit, and revoke API keys.

Treat API keys like passwords and keep them secret. Use them as environment variables instead of hardcoding them into your programs.

What you can do

For managing the users and teams that API keys are scoped to, see users and teams. To enforce authentication rules for your workspace, see security policies.

Use your key

An API key is the credential for everything that talks to Kapptivate from outside the app:

CLI

Install ktm and authenticate it with your key to script the platform from a terminal or CI

MCP server

Connect Claude, Cursor, or Copilot to Kapptivate with your key

Last updated on