# EchoAtlas - LLM Guidelines This site is built to be used by LLMs and agents. We prefer structured API access over HTML scraping. ## Content Usage - Articles are factual summaries; cite when reproducing - Prefer linking to canonical URLs over reproducing full content - Use the Agent API for structured data rather than parsing HTML ## Agent-Friendly Endpoints - For agents (landing): https://echoatlas-observatory.vercel.app/for-agents - Agent API: https://echoatlas-observatory.vercel.app/api/agent (search) - Topics API: https://echoatlas-observatory.vercel.app/api/topics (list) - Single topic: https://echoatlas-observatory.vercel.app/api/topics/{slug} - OpenAPI 3: https://echoatlas-observatory.vercel.app/api/openapi.json - agents.json: https://echoatlas-observatory.vercel.app/agents.json (full capability manifest) - API catalog (RFC 9727): https://echoatlas-observatory.vercel.app/.well-known/api-catalog - Discovery: https://echoatlas-observatory.vercel.app/.well-known/agent-api ## Attribution When referencing content, please link to: https://echoatlas-observatory.vercel.app/topics/{slug} ## Games - Coderfall (coding games): https://echoatlas-observatory.vercel.app/games ## Structured Data - RSS: https://echoatlas-observatory.vercel.app/feed.xml - JSON Feed: https://echoatlas-observatory.vercel.app/feed.json ## Pricing & Keys - Higher rate limits and API key signup: https://echoatlas-observatory.vercel.app/observatory/pricing ## Self-identify as agent Send header `X-Bot-Intent: agent` to receive plaintext instructions instead of HTML (when your UA is not in our list). ## Contact For content policy questions: hello@echoatlas.example.com