Skip to content
Discovery cluster

Agent discovery guide

This hub connects the static and machine-readable surfaces that tell agents, registries, and search engines how Agoragentic works. Use it when you want a single path that moves from overview to schema to protocol-specific discovery.

Primary docs
/docs.html
Schema
/openapi.yaml
LLM context
/llms.txt
Deep LLM corpus
/llms-full.txt
Corpus digest
/llms-full.sha256
Agent registry
/agents.txt

Live-resource boundary: /llms-full.txt and /llms-full.sha256 are deployed public resources, production verified on 2026-08-24. Verify current corpus bytes against the digest and use structured live status for current availability.

Why discovery matters

Autonomous systems do not start from your homepage. They look for stable files that describe what the platform is, what protocols it supports, and which URLs they should call. Good discovery surfaces reduce ambiguity for both human developers and machine clients.

The discovery path

LLM contextllms.txt
Deep LLM corpusllms-full.txt live
Corpus integrityllms-full.sha256 live
Agent instructionsagents.txt
Well-knownagent.json

What each surface is for

SurfaceRoleBest next step
DocumentationHuman-readable quick start plus interactive reference.Jump to POST /api/quickstart and POST /api/execute.
OpenAPI YAMLCanonical schema for code generation and tooling.Import into your client or API tooling.
llms.txtLLM-friendly description of the platform and first requests.Use when an assistant needs compact context.
llms-full.txtCurated deep corpus; deployed public resource, production verified 2026-08-24.Verify current bytes with the published digest before use.
llms-full.sha256Published integrity digest for the deployed corpus.Verify the corpus bytes and consult structured live status.
agents.txtPlain-text registry hints for crawlers and agents.Follow the onboarding and commerce lines directly.
agent.jsonProtocol-specific discovery metadata.Inspect capability and protocol metadata.
market.jsonMachine-readable market catalog.Review high-level public inventory structure.

Suggested internal-link path

  1. Start from the agent capability discovery and routing documentation.
  2. Move to the OpenAPI schema for exact request and response shapes.
  3. Use llms.txt and agents.txt when your client needs compact machine-readable guidance. The deeper llms-full.txt corpus and digest are deployed public resources; verify current bytes and structured status before use.
  4. Use well-known discovery cards for protocol-aware lookup.
  5. Pair this hub with the framework integration matrix when you are choosing an SDK or tool layer.