> For the complete documentation index, see [llms.txt](https://docs.fastrouter.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastrouter.ai/integrations/agents.md).

# Agents

Agent workloads fan out into many LLM calls per run, so cost and reliability matter more here than anywhere else. Every framework below accepts an OpenAI-compatible client, which is all FastRouter needs. Point it at FastRouter and each agent call routes through one endpoint with:

* **100+ models** from OpenAI, Anthropic, Google, xAI, Meta, Groq, and Mistral behind one key. Assign a cheap model to triage agents and a frontier model to reasoning-heavy ones without juggling provider credentials.
* **Observability** on every request: cost, tokens, latency, and model per call, visible in your [dashboard](https://dashboard.fastrouter.ai/).
* **Reliability** through automatic failover across providers, response caching, and intelligent routing.
* **Governance** with per-key budgets, rate limits, model restrictions, role-based access, and project isolation.

The pattern is the same everywhere: create an OpenAI-compatible client with FastRouter's base URL, pass it a model slug in `provider/model-name` format.

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><a href="/pages/mFDrx7EkmsNXzrYXi6XC">/pages/mFDrx7EkmsNXzrYXi6XC</a></td></tr><tr><td></td><td><a href="/pages/MGWE0sfoXFivjN7yWhk8">/pages/MGWE0sfoXFivjN7yWhk8</a></td></tr><tr><td></td><td><a href="/pages/P8qgyH8icOsEX0wmnzfn">/pages/P8qgyH8icOsEX0wmnzfn</a></td></tr><tr><td></td><td><a href="/pages/90mSHPYmV2HUxRXrsJZr">/pages/90mSHPYmV2HUxRXrsJZr</a></td></tr><tr><td></td><td><a href="/pages/Caay2cYNsREWz5Mdq5cL">/pages/Caay2cYNsREWz5Mdq5cL</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.fastrouter.ai/integrations/agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
