Agents
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.