For AI agents: a documentation index is available at /llms.txt. Markdown versions of all pages can be requested by appending `.md` to the URL, or by setting the `Accept` header to `text/markdown`.
Skip to main content
Version: 1.0.0

Management API

The Management API lets you manage projects and API keys in your workspace programmatically. Authenticate each request with a management token, which is scoped to the workspace.

Use it to automate workspace administration, such as creating a project and issuing its API key from a CI pipeline. To get started, create a management token, then call the endpoints below.