cURL
cURL
API Reference
Accounts
Create account credentials for API clients and agent runtimes.
cURL
POST
cURL
Request body
Email address for the account owner or operational agent boundary.
Response fields
Internal account UUID.
Email address stored for the account.
Raw bearer API key. The server stores only a BLAKE3 hash.
Operational guidance
Create one boundary per environment
Use separate credentials for local development, CI, production operators, and autonomous agents.
Store the key
Put the returned key in the runtime secret manager. Do not store it in prompts, logs, or long-term memory.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Example:
"operator@example.com"