Skip to main content
Organization API keys for agents and CI. Keys carry a member or admin role, authorize only their own organization, and can never manage keys, billing, or members.

apikeys.list

List the organization’s API keys. Secrets are never shown — only prefixes.
  • Auth: Dashboard session only — organization API keys are rejected.
  • Minimum role: admin
  • Risk: read

Example

Responses

Response body (200)

An array of objects with these fields:

apikeys.create

Create an API key. The full secret is shown once and never retrievable later.
  • Auth: Dashboard session only — organization API keys are rejected.
  • Minimum role: admin
  • Risk: write · sensitive (elevated blast radius)

Request body

Example

Responses

Response body (201)

apikeys.revoke

Revoke an API key. The key stops authenticating immediately; revoking an already-revoked key returns the same revocation time (idempotent).
  • Auth: Dashboard session only — organization API keys are rejected.
  • Minimum role: admin
  • Risk: write · sensitive (elevated blast radius)

Example

Responses

Response body (200)