v1

latestOpenAPI 3.1.02026-07-22733584.5 KB
API keys

Create an API key (admin, interactive session only)

Mints a new portal API key with scope read or write. The api_key secret (lac_sk_...) is returned once and never again — store it securely. Requires an interactive admin session; API-key bearers receive 403.

post/api-keys

Request body

namestring required

Human-readable key name (max 120 characters).

scope'read' | 'write' required

read keys are refused on all mutating methods; write keys act as the operator role.

Response

Key created. The secret is returned only in this response.

api_keystring

The bearer secret, lac_sk_.... Shown only once.