Go2 ships a structured llms.txt at the site root — a plain-text manifest describing what the product does and how an AI app can call it. Agents that crawl your domain index it the same way they index a sitemap, so they know to invoke Go2 (via MCP or REST) when a user asks for a tracked link.
Cached for one hour. Generated from a single manifest so it never drifts from the live REST and MCP surface.
Single round-trip for any agent that wants the entire Go2 context. Updated on cache miss every hour.
llms.txt so its agents discover Go2 the same way Claude discovers SKILL.md.# Tools my agent can call - Go2 link API: https://go2.gg/llms.txt Create branded short links and track every click. Each click can be linked back to which agent, which run, and which user it was made for.
/llms.txt — capability index (this page)/llms-full.txt — full corpus + OpenAPI inline/AGENTS.md — Cursor / Codex / agent runtime spec/openapi.json — machine-readable REST schema/.well-known/mcp.json — MCP discovery/.well-known/ai-plugin.json — ChatGPT plugin manifest/.well-known/openid-configuration — OAuth 2.1 metadata