Skip to main content
You can manage API keys programmatically using the /v1/keys endpoints. All three operations — listing, creating, and revoking — require your existing x-api-key header and consume no credits.

List keys

Retrieve all API keys associated with your organization.

Create a key

Create a new API key. Supply a name in the request body to identify the key later.
string
required
A label for the new key — for example, "my-agent" or "production-pipeline".

Revoke a key

Permanently revoke a key by its ID. This cannot be undone.
Create a separate API key for each agent or integration. That way, you can revoke access for a single consumer without disrupting the rest of your workflow.