AI Agent Access
Single-file documentation bundle for AI coding assistants
EmpirioLabs publishes the entire docs site (every page, every provider, every model, the changelog, and the OpenAPI spec) as one plain-text file so AI coding assistants can ingest it in a single fetch — no scraping, no crawler, no rate limits.
The bundles
Lightweight map of every page in the documentation. Use this when you want an agent to navigate to specific topics on demand.
The entire documentation (every page, all 25 provider pages, all 79 model pages, the changelog, and the OpenAPI spec) concatenated for one-shot ingestion.
Recommended agent setup
When configuring an AI coding assistant for an EmpirioLabs integration, give it the bundle URLs up front:
The bundle includes:
- All overview, getting started, and platform pages
- The per-provider and per-model pages with parameter schemas, pricing, and
example
curlrequests - The full
openapi.yamldescribing every endpoint - The changelog
Live source-of-truth endpoints
For dynamic data (pricing changes, new models, capability flags), agents should hit the live API instead of relying on the bundle alone:
GET https://api.empiriolabs.ai/v1/models— list of every model with pricing, capabilities, and parameter schemaGET https://api.empiriolabs.ai/v1/models/{model_id}— full schema for a specific model, includingsupported_parameterswith name, type, default, and range for every parameter the model accepts
These endpoints require a bearer token but are read-only and free.
