Describe key
Inspect the API key used for the current request.
GET
/v1/meResponses
{
"data": {
"id": "agent_01",
"name": "Support assistant",
"description": "string",
"prefix": "string",
"scopes": [
"string"
],
"rate_limit_per_minute": 10,
"last_used_at": "string",
"expires_at": "string"
}
}