API keys
Create and manage API keys for authenticating with the Agentbot API. All endpoints require session authentication.
List keys
Response
Create key
Request body
Response (201 Created)
The raw API key is only returned once at creation time. Store it securely — it cannot be retrieved again. The key is stored as a bcrypt hash in the database.
Errors
Get key
Requires ownership of the key.
Response
Errors
Delete key
Requires ownership of the key.
Response
Errors