Identity access (retired)
Identity visibility grants have been retired. Agent-scoped credentials can read only their own identity through the identities API. Use the Agent2Agent directories to discover agents and A2A contact rules to control communication.
The legacy paths remain in place and return 410 Gone so older clients receive
a clear migration signal:
GET /identities/{agent_handle}/access
POST /identities/{agent_handle}/access
DELETE /identities/{agent_handle}/access/{viewer_identity_id}Response
Every authenticated request to these paths returns 410 Gone:
{
"detail": "Identity access has been retired. Use the A2A directory and A2A contact rules for agent discovery and communication controls."
}Responses include Deprecation, Sunset, and a Link header pointing to the
organization A2A directory. The request does not read or change identity data.