Content-derived
The agent ID is derived from provider, platform, runtime and agent attributes, deterministic and stable.
Agent Identity gives each AI agent a stable, content-derived identity, the same agent resolves to the same ID across executions, so trust, passport and reputation attach to a real, persistent subject.
A subject that evidence can be attached to. Nothing more, and deliberately nothing more.
The agent ID is derived from provider, platform, runtime and agent attributes, deterministic and stable.
Identities are coordinated on a persistence store via the agent registry.
Identity is a trust subject, not an IAM account, it complements your existing auth.
POST /api/v1/registry/observe GET /api/v1/registry/agents/{id} { "agent_id": "agent_9f2c...", "operation_count": 128, "latest_trust_score": 82 }
They are routinely collapsed into one word, and collapsing them is how a trust document gets mistaken for a login. The Agent Passport page is the canonical definition of the passport; this page defines the subject it is about.
agent_id that the same agent resolves to across executions, so a record made today and a record made next quarter are about the same thing.agent_id grants nothing and is never checked before an action. Access control inside the product is organization membership and roles, which is a different mechanism with a different name.The trust score in the example above is scoped to one agent and derived from that agent’s own observations. There is no estate-wide composite score, and nothing here aggregates one.
Not separate tools keeping separate records. Each of these derives from the same attested evidence, so you can adopt them in any order.
Persistent identity is the foundation for portable AI trust.