Skip to main content
GET
/
api
/
v1
/
agents
/
key
Generate agent API key
curl --request GET \
  --url https://api.example.com/api/v1/agents/key
{
  "api_key": "<string>"
}

Headers

x-workspace-id
string | null

Query Parameters

agent_id
string
required

Response

Successful Response

Response shape for a single agent resource.

api_key
string
required
Last modified on March 22, 2026