API Index for Bots
EagerBots guides are structured for machine reading. Use these endpoints to discover and fetch guides without scraping HTML.
GET /api/index.json
Section titled “GET /api/index.json”Returns a directory of all available guides.
curl https://eagerbots.ai/api/index.json{ "version": 1, "updated": "2026-02-24T00:00:00.000Z", "guides": [ { "slug": "getting-started/index", "title": "What is OpenClaw?", "description": "The open-source personal AI agent platform...", "category": "getting-started", "tags": ["openclaw", "intro"], "url": "https://eagerbots.ai/guides/getting-started/index/", "updated": "2026-02-24" } ]}GET /api/guides/[slug].json
Section titled “GET /api/guides/[slug].json”Returns metadata for a specific guide by slug.
curl https://eagerbots.ai/api/guides/getting-started/installation.json