API Keys

Create Api Key

post/api/v1/api-keys

Request body

labelstring required
descriptionstring nullable
scoped_identity_idstring uuid nullable

Scope this key to a specific agent identity. Omit or null for an admin (unscoped) key with full org-wide authority.

Response

Successful Response

api_keystring required

Full API key string. Shown once, cannot be retrieved later.

Changes

No recorded changes to this endpoint across all 1 revision of this API.