llms.txt Content
# Agent Community
> An open community of the companies, researchers, and developers building the agentic web — open specs, open work streams, and a public map of who is building what. Also the applicant for the proposed `.agent` top-level domain, pending ICANN approval.
## For AI agents
**What this site is for:** Agent Community is an open community of the companies, researchers, and developers who develop, research, deploy, or operate autonomous agents. It convenes builders, maintains a public map of member organizations, runs open work streams, and publishes open agent-infrastructure standards (AID, DMV). It is also the applicant for the proposed `.agent` top-level domain, pending ICANN approval.
**When to use this site:**
- Use the **MCP server** at `https://agentcommunity.org/mcp` (streamable HTTP, no auth) for exact `lookup_member`, community stats, `.agent` pre-registration, or DMV certificate verification. Manifest: `https://agentcommunity.org/.well-known/mcp`.
- Use the separate **Documentation MCP** at `https://agentcommunity.org/mcp/docs` (streamable HTTP, no auth, read-only) for `search_docs` and `get_doc` over published documentation only — it is not part of the four-tool product MCP above. Manifest: `https://agentcommunity.org/.well-known/mcp-docs.json`. Guide: [`/docs/docs-mcp`](https://agentcommunity.org/docs/docs-mcp).
- Use the **REST API** described by `https://agentcommunity.org/openapi.json` only for the supported direct JSON reads listed there. Directory search/profile/member feeds are not supported machine integrations.
**Bounded public-read batch:** POST `https://agentcommunity.org/api/v1/batch` accepts at most 10 ordered `content.list` and `docs.ask` operations in a 262144-byte JSON body. The anonymous trusted-IP policy allows 10 requests per 60 seconds. The 10-second execution deadline begins when validated execution starts; no later operation starts after it, while work already running may finish.
```json
{
"items": [
{
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"Agent Community Public API","version":"1.3.0","description":"Public and explicitly scoped read APIs for agentcommunity.org — an open community of the companies, researchers, and developers building the agentic web, and the applicant for the proposed .agent top-level domain (pending ICANN approval). Includes globe data, site content search, deterministic NLWeb-compatible public-documentation answers at /ask, a hosted MCP server at /mcp, and two Bearer-protect