# AI & Coding Agents

cs2.sh is built for humans and AI - llms-full.txt, per-page Markdown docs, and an OpenAPI 3.1 spec for LLMs and coding agents.

cs2.sh publishes its API documentation as plain Markdown and an OpenAPI 3.1 specification. You can give these resources directly to any coding agent, like Codex or Claude.

## Documentation for agents

| Resource | Use |
| --- | --- |
| [`llms-full.txt`](https://cs2.sh/llms-full.txt) | Complete API documentation in one Markdown file, including examples and API objects. |
| [`openapi.yaml`](https://cs2.sh/openapi.yaml) | OpenAPI 3.1 contract with paths, parameters, request bodies, response schemas, enums, and examples. |
| [Per-page Markdown](https://cs2.sh/docs/data-coverage.md) | A single documentation page without the website UI. Append `.md` to any docs URL. |
