What Is an Agent Business Identity?

An agent business identity is not a new legal person or special government number. It is a traceable record connecting a real organization and accountable human controller to one software agent, its public endpoints, and its permitted role. Counterparties can check status; only an authorized controller can suspend, replace, or revoke it.

Last updated 2026-08-29


What is an agent business identity?

An agent business identity is a documented link between a legal organization, an accountable natural person, and a specific software agent. It should say which agent is operating, which organization stands behind it, what environment it uses, what it may do, how another party can check status, and how an authorized controller can suspend, replace, or revoke the record.

It is not an “AI EIN,” a government passport, or proof that the agent is a legal person. The IRS requires the responsible party on most EIN applications to be an individual, not a software system or another entity. (IRS, Instructions for Form SS-4)

If you are unsure which records your business needs, begin with the Agent Business Readiness Scan. For identity and discovery implementation, see the Agent Identity and Discovery Pack.

What records make the identity useful?

A useful identity has several layers. Each layer answers a different counterparty question.

LayerQuestion it answersTypical evidence
OrganizationWhich business is accountable?Formation record, legal name, jurisdiction, EIN record
ControllerWhich person can direct or stop the agent?Authorized role and private identity evidence
AgentWhich software system is acting?Canonical agent ID, name, deployment, environment
DomainWhere is the agent officially described?Controlled domain and HTTPS endpoints
Key metadataWhich public key may be used to check signed material?Public key or JWKS reference, never a private key
AuthorityWhat may this agent do?Current authority grant, limits, approvals, expiry
StatusIs the record current?Active, suspended, replaced, expired, or revoked

No single identifier answers all of these questions. A tax ID identifies the entity for tax administration. A domain helps establish an official publication point. A public key can support signature checks. An authority record states what the organization has actually delegated.

What should an Agent Card contain?

An A2A Agent Card is a machine-readable description of an agent’s identity, interfaces, skills, capabilities, and security requirements. A2A version 1.0 specifies the public discovery location as /.well-known/agent-card.json. It also warns against placing credentials or sensitive implementation details in the public card. (A2A Protocol Specification)

Publish only what is live and tested:

An Agent Card describes capabilities. It does not prove ownership, provider approval, security, or legal authority by itself. Those claims need separate evidence.

How do MCP, A2A, and OpenAPI fit together?

These surfaces solve different problems. A2A describes how agents discover and communicate with other agents. MCP describes tools and resources that a client can call. OpenAPI describes HTTP operations. A business may publish one or more of them, but every description should match the deployed service.

For protected HTTP-based MCP servers, the MCP authorization specification uses OAuth-based resource authorization. Authentication tokens belong in the authorization flow, not in public discovery files. (Model Context Protocol authorization)

Publishing more files is not automatically better. A small, accurate surface is more trustworthy than a large catalog containing missing endpoints or exaggerated skills.

What information can be public?

Separate identity information into public, counterparty-gated, and private records.

VisibilitySuitable informationKeep out
PublicOrganization name with consent, agent ID, public key metadata, broad authority class, status, dates, revocation stateFull EIN, identity documents, private addresses, ownership details, provider secrets
Counterparty-gatedDetailed authority, evidence references, provider packet, fuller operating contextReusable credentials and unrelated private records
PrivateEIN letter, controller identity documents, ownership records, correspondenceAnything not required for the active case

A hash of a short identifier such as an EIN is not a safe substitute for privacy. Someone can often test likely values against the hash. Do not publish full EINs or EIN hashes.

Is an LEI or vLEI required?

Not for most small agent businesses today. A Legal Entity Identifier can provide a globally resolvable organization identifier, while the verifiable LEI ecosystem is designed to express organizational identity and authorized roles in a verifiable form. Issuance follows the GLEIF governance framework and qualified issuer model. (GLEIF, The verifiable LEI)

Treat LEI and vLEI support as an optional, partner-assisted layer. Do not describe an internal agent dossier as an LEI, vLEI, or government credential.

How should identity changes be handled?

Identity must support replacement and revocation from the start. Record the status, effective time, reason, authorizer, replacement version, and parties that should be notified. Preserve old versions for audit, but make the current state unambiguous.

A practical drill is simple: publish a test identity, verify it, suspend it, confirm that verification reports the suspension, replace it, then confirm that the old version remains inspectable but is no longer current.

What should a business do first?

Start with the accountable organization and controller, inventory each agent separately, and describe only capabilities that are already deployed. Then bind the public discovery files to a current authority and revocation path.

Use the free readiness route to map missing prerequisites. When the underlying records are ready, the Agent Identity and Discovery Pack can scope the canonical identity, Agent Card, protocol metadata, and registry checklist.


Last updated August 2026. This is general business and technical information, not legal, tax, security, or provider-eligibility advice.

Primary sources: