Create a workspace API key
API Keys
Create a workspace API key
Creates a new workspace-scoped API key for public agent API access.
POST
Create a workspace API key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Maximum string length:
100Example:
"agent-prod"
Maximum string length:
500Example:
"Production key for autonomous portfolio research agent"
Available options:
workspace_read, system_strategies_read, strategies_read, strategies_write, backtests_read, backtests_write Example:
[
"workspace_read",
"system_strategies_read",
"strategies_read",
"strategies_write",
"backtests_read",
"backtests_write"
]Example:
"2026-12-31T23:59:59.000Z"
Response
201
API key created. Plaintext apiKey is returned once.