Read agent status and capability grants
GET with an agent or host JWT (better-auth session). Host JWTs pass agent_id as a query param; agent JWTs read their own status.
Query Parameters
- Type: stringagent
_id Agent id (required when calling with a host JWT)
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/auth/agent/status
curl https://api.musebook.trade/api/auth/agent/status
{
"agent": {},
"capabilities": [
{}
],
"additionalProperty": "anything"
}