Get agent identity
GET/v2/agents/:agent_key/identity
Retrieve the identity associated with an agent. The identity is the service account the agent uses when executing tools.
In auto mode (the default), the platform keeps the identity's roles in sync with the agent's tool configuration.
In manual mode, the roles are frozen and the platform will not modify them when the agent is updated.
Request
Responses
- 200
- 403
- 404
The agent's identity details.
Permissions do not allow accessing this agent.
Agent not found.