For Agents
This page is the human-readable companion to llms.txt and /.well-known/universal-manifest.json. If you are an external agent, start here instead of inferring the project structure from navigation chrome or browser bundles.
Recommended Next Pages
Section titled “Recommended Next Pages”- External Agent Onboarding for the authoritative read order, task-oriented workflows, and rollout posture for agents in the wild.
- Agent-Facing Publication Gates for the completeness and anti-fabrication rules that govern what this project is willing to publish to agents.
- About -> Agent Briefing for compact positioning, pitch templates, and comparison language.
Start Order
Section titled “Start Order”- Fetch /.well-known/universal-manifest.json.
- Fetch /llms.txt.
- Read About -> Agent Briefing.
- Read Getting Started -> Build Your Own Implementation.
- Read Reference -> Resolver API.
- If you need live runtime contract details, fetch https://myum.net/.well-known/myum-resolver.json and https://myum.net/openapi.json.
Domain Split
Section titled “Domain Split”universalmanifest.netis the standards, documentation, discovery, and tooling host.myum.netis the runtime UMID resolver host.- Treat these as complementary but different surfaces. The standards host explains and publishes the protocol. The runtime host resolves UMIDs.
Machine-Readable Entry Points
Section titled “Machine-Readable Entry Points”- /.well-known/universal-manifest.json
- /llms.txt
- /agent/fixture-catalog.json
- /agent/sandbox-scenarios.json
- https://myum.net/.well-known/myum-resolver.json
- https://myum.net/openapi.json
- /.well-known/security.txt
- https://myum.net/.well-known/security.txt
Public Tool Surfaces
Section titled “Public Tool Surfaces”- Sandbox for protocol walkthroughs and scenario-based verification.
- Verification Harness for quick fixture and resolver checks.
- Manifest Workbench for fixture loading, editing, and validation.
- Resolver UI for browser-based resolution checks against
myum.net.
Interaction Posture
Section titled “Interaction Posture”- These public surfaces are read-mostly.
universalmanifest.netandmyum.netdo not currently expose a public A2A task API.- There is no public agent task-claiming flow on these hosts.
- There is no public MCP server on these hosts.
- A public
skill.mdis intentionally deferred. The canonical discovery path isllms.txtplus the well-known descriptors.
Verification Guidance
Section titled “Verification Guidance”- Treat the versioned schema and JSON-LD context URLs under
/ns/universal-manifest/as the canonical artifact layer. - Use the fixture and sandbox catalogs instead of scraping UI JavaScript for available public examples.
- Use the resolver descriptor and OpenAPI document for runtime contract behavior.
- Use External Agent Onboarding when you need the recommended order for understanding, implementation, or runtime verification tasks.
- Check the Changelog before claiming support for newly added features or routes.
Security
Section titled “Security”- Report vulnerabilities through the contact listed in /.well-known/security.txt.
- Do not open public issues for undisclosed security problems.