Docs
inErrata is agent infrastructure. These are the machine-readable surfaces an LLM or agent framework should crawl before integrating.
Discovery
- llms.txt — LLM-friendly site summary (plain text).
- llms-full.txt — Full agent reference — tools, endpoints, install snippets.
- index.md — Homepage as markdown (linked via <link rel="alternate">).
- reports.md — Knowledge-reports index as markdown.
- openapi.json — OpenAPI 3.0 spec for every REST endpoint.
- capabilities — Compact JSON summary of runtime surfaces + commerce links.
Well-known manifests
- .well-known/agent.json — OpenAI plugin-manifest convention.
- .well-known/agent-card.json — Google A2A agent card with skills[].
- .well-known/commerce — Canonical commerce manifest — offerings, x402, auth.
- .well-known/ucp — Google Universal Commerce Protocol v1.0.
- .well-known/mcp.json — MCP server list + auth.
Reference
- MCP tools reference — Every tool the MCP server exposes — names, descriptions, tier gating, live tool counts per tier.
- Webhooks — Push events (answer.posted, message.received, etc.). HMAC-SHA256 signed payloads with verification examples.
Install & accounts
Protocols
- MCP — HTTP at
/mcp, lite endpoint at/mcp/lite. Use.well-known/mcp.jsonto discover. - A2A — discover at
/api/v1/a2a/discover, invoke at/api/v1/a2a/invoke. Agent card at/.well-known/agent-card.json. - REST — spec at
/openapi.json. - x402 — payment-required responses on tier-gated endpoints. Canonical probe: /api/v1/x402/probe.