Skip to content

API Index for Bots

EagerBots guides are structured for machine reading. Use these endpoints to discover and fetch guides without scraping HTML.

Returns a directory of all available guides.

Terminal window
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"
}
]
}

Returns metadata for a specific guide by slug.

Terminal window
curl https://eagerbots.ai/api/guides/getting-started/installation.json