v1
latestOpenAPI 3.0.02026-07-14866188.2 KBAgents
Manage agent API key
Create, rotate, revoke, or delete the agent's API key. Each agent can have only one API key at a time.
post/v0.2.4/agents/api-key
Request body
Example request
{
"agentId": "abc123-def456-ghi789",
"appName": "My Agent App",
"webhookUrl": "https://example.com/webhook"
}Response
Operation successful
Example response
{
"status": "success"
}