# Universal Manifest Universal Manifest (UM) is a portable JSON-LD document format for sharing identity, credentials, preferences, pointers, and consent between systems. Primary hosts: - standards, docs, discovery, and tooling: https://universalmanifest.net - runtime UMID resolver: https://myum.net Public entry split: - landing page: https://universalmanifest.net/ - curated docs entry: https://universalmanifest.net/docs/ Canonical discovery order for agents: 1. https://universalmanifest.net/.well-known/universal-manifest.json 2. https://universalmanifest.net/for-agents/ 3. https://universalmanifest.net/for-agents/external-agent-onboarding/ 4. https://universalmanifest.net/about/agent-briefing/ 5. https://universalmanifest.net/getting-started/implement/ 6. https://universalmanifest.net/reference/resolver-api/ 7. https://myum.net/.well-known/myum-resolver.json 8. https://myum.net/openapi.json Canonical machine-readable artifacts: - https://universalmanifest.net/ns/universal-manifest/v0.1/schema.jsonld - https://universalmanifest.net/ns/universal-manifest/v0.1/schema.json - https://universalmanifest.net/ns/universal-manifest/v0.2/schema.jsonld - https://universalmanifest.net/ns/universal-manifest/v0.2/schema.json - https://universalmanifest.net/agent/fixture-catalog.json - https://universalmanifest.net/agent/sandbox-scenarios.json Public tool surfaces: - https://universalmanifest.net/sandbox/ - https://universalmanifest.net/proof/harness/ - https://universalmanifest.net/workbench/ - https://universalmanifest.net/resolver/ Interaction model: - universalmanifest.net is a read-mostly standards and tooling surface - myum.net is a read-only resolver runtime - these hosts do not currently expose a public A2A task lifecycle, public write API, or public MCP server - public skill.md is intentionally deferred; llms.txt plus the well-known descriptors are the canonical agent onboarding path Human-readable companion pages: - https://universalmanifest.net/for-agents/ - https://universalmanifest.net/for-agents/external-agent-onboarding/ - https://universalmanifest.net/about/agent-briefing/ - https://universalmanifest.net/governance/agent-facing-publication-gates/ - https://universalmanifest.net/publishing/changelog/ Security: - standards host security policy: https://universalmanifest.net/.well-known/security.txt - runtime host security policy: https://myum.net/.well-known/security.txt - contact: mailto:security@universalmanifest.net