> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Requesty

> Index of Agno examples routing agents through the Requesty gateway: basic runs, retries, structured output, and tool use.

| Example                                                                   | Description                                                                              |
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Requesty Basic](/examples/models/requesty/basic)                         | Run a minimal agent through the Requesty gateway with sync, streaming, and async calls.  |
| [Retry](/examples/models/requesty/retry)                                  | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Requesty Structured Output](/examples/models/requesty/structured-output) | Return a typed MovieScript through Requesty with a Pydantic output schema.               |
| [Tool Use](/examples/models/requesty/tool-use)                            | Stream a web-search agent through the Requesty gateway, sync and async.                  |
