API Keys

Create API key

Create a new developer API key. The full key is only returned once — store it securely immediately.

post/v1/dev/keys

Request body

namestring required

Descriptive name for the key.

scopesstring[]

Optional scopes to assign. Defaults to read-only (conversations:read, memories:read, action_items:read, goals:read) if not provided.

Response

The created API key with full secret.

idstring
namestring
key_prefixstring
keystring

The full API key. Only returned once during creation.

created_atstring date-time
last_used_atstring date-time nullable
scopesstring[] nullable

Permission scopes assigned to the API key. Null for legacy keys (treated as read-only).

Changes