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

# Portkey

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

| Example                                                                 | Description                                                                              |
| ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Portkey Basic](/examples/models/portkey/basic)                         | Route a basic agent through the Portkey AI gateway with sync, streaming, and async runs. |
| [Retry](/examples/models/portkey/retry)                                 | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Portkey Structured Output](/examples/models/portkey/structured-output) | Get a typed MovieScript response through Portkey using a Pydantic output schema.         |
| [Portkey Tool Use](/examples/models/portkey/tool-use)                   | Call web search tools from an agent routed through the Portkey gateway.                  |
