v1

latestOpenAPI 3.0.1raw.githubusercontent.com2026-06-02446.3 KB
API Keys

Create an API key

Creates a new API key associated with one or more workspaces. The response includes the key token which is only shown once upon creation.

post/v1/keys

Request body

namestring required

Unique name for the API key

workspacesstring[] required

Array of workspace names to associate with this key

Response

API key created

namestring
enabledboolean
keystring

The JWT token for this API key (only shown once)

_idstring