API Keys
Mint an API key
Dashboard session only. The plaintext key is returned once in this response and never again — store it securely. Optional profileId pins the key to a single profile; cross-profile reads/writes 404 under that key.
POST
Mint an API key
Headers
Recommended on every write. Replays within 24 hours return the original response; conflicting bodies surface as 409 idempotency_conflict. See Idempotency.
Required string length:
1 - 128Example:
"post-launch-2026-05-15-001"
Body
application/json
Required string length:
1 - 100Example:
"ci-publish-key"
Available options:
lmp_live_, lmp_test_ Optional profile scope. When set, the key only authenticates requests targeting that profile; cross-profile reads/writes 404.
Response
Key minted — plaintext shown once.

