> ## Documentation Index
> Fetch the complete documentation index at: https://docs.55-tech.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI & LLM Integration - Documentation Export

> Download 55-Tech API documentation for AI tools, LLMs, and offline use. Machine-readable exports in TXT and OpenAPI JSON formats for ChatGPT, Claude, and other AI assistants.

## Download

| Resource                                                   | Format | Description                                                           |
| ---------------------------------------------------------- | ------ | --------------------------------------------------------------------- |
| [`/llms.txt`](/llms.txt)                                   | TXT    | Docs index — page titles and paths                                    |
| [`/llms-full.txt`](/llms-full.txt)                         | TXT    | Full docs bundle — all guide pages concatenated                       |
| [`/abp-api/openapi.json`](/abp-api/openapi.json)           | JSON   | ABP OpenAPI 3.1 spec — 13 endpoints, full schemas                     |
| [`/mm-api/openapi.json`](/mm-api/openapi.json)             | JSON   | MM OpenAPI 3.1 spec — REST reference                                  |
| [`/scraping-api/openapi.json`](/scraping-api/openapi.json) | JSON   | Scraping OpenAPI 3.1 spec — fetch, WebSocket, AMQP, network endpoints |

## What's included

The **ABP API** documentation covers:

* **Account management** — Full CRUD for bookmaker accounts across 32 integrations
* **Betslip** — Real-time odds and limits from OddsPapi v5 with multi-bookmaker aggregation
* **Order placement** — Smart routing with idempotency (`requestUuid`), partial fills, and configurable expiry
* **Bet tracking** — Keyset-paginated queries with full lifecycle from PENDING through CONFIRMED/SETTLED
* **Analytics** — Positions and PnL grouped by bookmaker, account, or user reference
* **WebSocket** — Real-time push for orders, bets, settlements, balance, fixtures, currencies, status, emergency
* **32 bookmaker integrations** — pinnacle, betfair-ex, polymarket, kalshi, cloudbet, smarkets, and more

The **MM API** documentation covers:

* Market-making engine configuration and real-time spread management
* WebSocket-driven pricing updates and order book interaction

The **Scraping API** documentation covers:

* **HTTP fetch** — GET/POST/PUT/PATCH/DELETE through 80+ geo-distributed agents
* **WebSocket relay** — Bidirectional frame relay for Socket.IO, SignalR, Centrifugo, GraphQL-WS, raw WS
* **AMQP consumer** — Stream RabbitMQ messages via SSE
* **Network intelligence** — Agent listing, geo distribution, per-domain health checks
* **Usage & rate limits** — Per-key metrics, request analytics, top domains

## Recommended usage

**For AI assistants that fetch URLs:**

* `/llms-full.txt` — best for "read everything once" (all guide pages + examples)
* `/abp-api/openapi.json` — ABP endpoint + schema accuracy (typed, with examples)
* `/mm-api/openapi.json` — MM endpoint + schema reference
* `/scraping-api/openapi.json` — Scraping endpoint + schema reference

**For copy/paste workflows:**

Open `/llms-full.txt` in the browser and paste the contents into your AI tool.

**For code generation:**

Feed the OpenAPI specs to tools like `openapi-generator`, `oapi-codegen`, or Cursor/Copilot for typed client SDK generation.

## Notes

* `llms-full.txt` follows the same ordering as the site navigation
* WebSocket protocols are documented in the guide pages; REST endpoints are in the OpenAPI specs
* All three APIs (ABP, MM, Scraping) are included in a single bundle
* All APIs authenticate via the `x-api-key` header

***

## Ask an AI Assistant

Want to explore or ask questions about this API using your favorite AI?

Click one of the links below — each one opens the full docs bundle in the selected tool with a pre-filled prompt:

* [Ask ChatGPT](https://chatgpt.com/?prompt=Read+from+https%3A%2F%2Fdocs.55-tech.com%2Fllms-full.txt+and+help+me+with+this+API.)
* [Ask Claude](https://claude.ai/?prompt=Please+read+https%3A%2F%2Fdocs.55-tech.com%2Fllms-full.txt+and+help+me+use+this+API.)
* [Ask Perplexity](https://www.perplexity.ai/search?q=Read+from+https%3A%2F%2Fdocs.55-tech.com%2Fllms-full.txt)
* [Ask Gemini](https://gemini.google.com/app?query=Read+from+https%3A%2F%2Fdocs.55-tech.com%2Fllms-full.txt+and+help+me+use+this+API.)
