Every well-known document, validated.
ARP publishes a JSON Schema for each well-known document. Your implementation is conformant when every payload you serve validates clean against the matching schema. Browse them all, download the raw JSON, or link straight to a schema's stable URL.
- DID-DOCUMENTVIEW →
DID Document
Published at `/.well-known/did.json` by every `.agent` domain. Lists the agent's verification methods, service endpoints, and principal binding.
- AGENT-CARDVIEW →
Agent Card
Public advertisement of an agent — supported scopes, scope-catalog pointer, contact endpoints. Served at `/.well-known/arp/agent-card.json`.
- ARP-JSONVIEW →
arp.json — capabilities root
Enumerates the well-known documents + version an ARP endpoint serves. Served at `/.well-known/arp/arp.json`.
- CONNECTION-TOKENVIEW →
Connection Token
Signed grant representing an approved pairing between two agents. Includes scopes, obligations, and the Cedar policy hash.
- REPRESENTATION-VCVIEW →
Representation VC
Verifiable Credential that binds an agent to its principal. Signed by the principal, served at the owner subdomain's `/.well-known/representation.jwt`.
- REVOCATIONSVIEW →
Revocations
Public list of revoked connection tokens. Served at `/.well-known/arp/revocations.json`; counterparties poll on a short interval.
- HANDOFF-BUNDLEVIEW →
Handoff Bundle
Shape of the downloadable archive a user takes from one install mode to another (e.g. local → cloud).
- CEDAR-SCHEMAVIEW →
Cedar Schema
Meta-schema for the Cedar fragments ARP ships. Defines the entity / action namespace used by every scope in the catalog.
- SCOPE-CATALOGVIEW →
Scope Catalog
Shape of `generated/scopes.json` — the compiled form of the 50 scope templates.