API keys

API keys authenticate the CLI and any script that calls the API directly.

Create a key

Open Settings → API keys and create one. The raw key is shown once — copy it immediately, since it cannot be shown again after you leave the page.

Use a key

Send it as a bearer token on every request: Authorization: Bearer sk_live_... (or sk_test_... for a test key).

Revoke a key

Remove a compromised or unused key from the same Settings page at any time.