AI & LLM Integration

Access Shelby documentation for AI agents and LLMs

Shelby documentation provides two methods for programmatic access optimized for AI agents and LLMs.

Full Documentation Endpoint

Get all documentation in a single plain text file.

curl https://docs.shelby.xyz/llms-full.txt

The response includes all pages formatted as:

# Page Title (URL)

Page content in markdown...

# Next Page Title (URL)

Next page content...

Markdown Headers for Individual Pages

Request any documentation page as markdown by setting the Accept header to text/markdown.

curl -H "Accept: text/markdown" https://docs.shelby.xyz/docs/quickstart

This works for all documentation sections:

  • /docs/* - Core documentation
  • /apis/* - API references
  • /protocol/* - Protocol specifications
  • /examples/* - Code examples
  • /sdks/* - SDK documentation