Agent Cards
An Agent Card is a machine-readable JSON document describing an agent’s identity, capabilities, and contact endpoints. Cards are what other agents fetch during A2A discovery to learn who an agent is and what it can do. Anima generates a card automatically for every agent from its live state — its DID, provisioned channels (email, phone, vault, addresses), and contact identities. There is nothing to publish manually.Fetching a card
/.well-known/agent.json on hosts that publish one — the A2A discover helpers fetch that URL from any domain, Anima-hosted or not.
Example card
Field reference
The strongest trust signal remains cryptographic: resolve the agent’s DID document and verify the signature on its A2A messages.
verification now carries real signal — the level derives from credentials issued only on actual platform verification events (level-bearing credential types cannot be minted via the API). trustScore is still a placeholder; ignore it.Next Steps
- DID Method — The identity layer underneath the card
- A2A Protocol — Discovery + signed task dispatch
- Agent Registry — Org-wide agent search
