Layer taxonomy:Documentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
- Coding-agent host: an agent that reads context, edits or runs code, and may call tools. Examples: Claude Code, Codex, Cursor, Windsurf, Copilot, Gemini CLI, Devin, OpenCode.
- Harness/runtime: a system that can run, bind, route, or supervise agent sessions. Examples: OpenClaw and OpenClaw ACP.
- Tool/context surface: a reusable way to give agents context or execution. Examples: MCP Server, CLI, SDK, OpenAPI, Markdown docs,
llms.txt, Skills. - Protocol: interoperability layer for tool/context exchange. Examples: MCP and ACP where relevant.
- Product API: 0xArchive market-data surface. Examples: REST, WebSocket, and Data Quality routes.
llms.txt, or Skills coding agents. They are surfaces. Do not call OpenClaw a Skill, CLI, or MCP server. It is a harness/runtime that can use those surfaces when configured.
Selection Order
Start with the product API when the task asks what 0xArchive can do. Use OpenAPI when the task asks for route shape, generated code, parameters, response schemas, or operation names. Use Markdown pages andllms.txt when the task asks for concept, venue-family, or routing context. Use CLI when the agent can run shell commands and needs JSON output. Use MCP Server when the host supports MCP tool calls. Use Skill when the host supports SKILL.md workflows or OpenClaw-style local instruction packages.