# Aspire Atlas > Partner documentation for Aspire's read-only /api/v1 over creators and posts. Every page — authored or generated API reference — is also served as raw markdown: append index.md to its URL. /docs/openapi.json carries every operation as one structured file. llms-full.txt carries the entire authored documentation set as one markdown file. ## Docs - [Aspire Atlas](/docs/index.md): Where to start with the Aspire HTTP API. - [API tokens](/docs/guides/api-tokens/index.md): The Service Account token model — anatomy and expiry. - [Quickstart](/docs/guides/quickstart/index.md): How to make a first API call, including handling the 202 response on an uncached read. - [Errors](/docs/reference/errors/index.md): The error envelope, the stable code vocabulary, and what to branch on (and what never to parse). - [Rate limits](/docs/reference/rate-limits/index.md): The per-principal request budget and 429 semantics. ## Optional - [Full documentation](/docs/llms-full.txt) - [OpenAPI document](/docs/openapi.json): the machine-readable spec for every /api/v1 operation — the same document the API reference pages are generated from