Agents
List agent keys
Key metadata for this agent, never the secret. Agent keys cannot call this.
get/v1/agents/{id}/keys
Path parameters
idstring required
Headers
X-API-Keystring
API key
Response
Example response
[
{
"id": "ak_abc123",
"agentId": "agt_abc123",
"name": "procurement-runtime",
"keyHint": "9f3a",
"secret": "sk_sandbox_agent_1a2b3c4d5e6f7g8h9f3a"
}
]Changes
Changed in 1 of the 19 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○