# External links

> A curated list of external references cited across the Tetrate Agent Router documentation, grouped by project and subject to upstream change.

A curated list of external references that come up across Agent Router documentation. The links below are external to Tetrate and are subject to change at the upstream sources; if a link breaks, the project name in the surrounding text is usually enough to find the current location through a search engine.

## Standards and protocols

| Reference | Purpose |
| --- | --- |
| [OpenAPI Specification](https://www.openapis.org/) | The API description standard used in adjacent integration material |
| [OpenID Connect](https://openid.net/connect/) | The OIDC standard used for SSO and SSO-driven role mapping |
| [SAML 2.0](https://docs.oasis-open.org/security/saml/v2.0/) | The federated authentication standard, for background only; Agent Router supports OIDC and not SAML |
| [OpenTelemetry](https://opentelemetry.io/) | The observability standard used for trace and metric export |
| [OTLP Specification](https://opentelemetry.io/docs/specs/otlp/) | The wire protocol for OpenTelemetry data |
| [Prometheus](https://prometheus.io/) | The metrics format exposed on the gateway's scrape endpoint |
| [Server-Sent Events](https://html.spec.whatwg.org/multipage/server-sent-events.html) | The streaming format used by all three supported API surfaces |
| [Model Context Protocol](https://modelcontextprotocol.io/) | The MCP standard for exposing tools, data sources, and context to AI clients |

## Provider documentation

For provider-side concerns (model pricing, rate-limit tiers, API quirks not handled by the gateway's translation layer, and account management), the canonical source is each provider's own documentation.

| Provider | Documentation |
| --- | --- |
| OpenAI | [platform.openai.com/docs](https://platform.openai.com/docs) |
| Anthropic | [docs.anthropic.com](https://docs.anthropic.com/) |
| Google (Gemini) | [ai.google.dev/docs](https://ai.google.dev/docs) |
| Azure OpenAI | [learn.microsoft.com/azure/ai-services/openai](https://learn.microsoft.com/azure/ai-services/openai/) |
| Mistral | [docs.mistral.ai](https://docs.mistral.ai/) |
| Cohere | [docs.cohere.com](https://docs.cohere.com/) |
| Together | [docs.together.ai](https://docs.together.ai/) |
| Perplexity | [docs.perplexity.ai](https://docs.perplexity.ai/) |

## SDKs and frameworks

For the SDKs and frameworks that integrate with the gateway through its OpenAI-compatible surface:

| Project | Documentation |
| --- | --- |
| OpenAI Python SDK | [github.com/openai/openai-python](https://github.com/openai/openai-python) |
| OpenAI JavaScript SDK | [github.com/openai/openai-node](https://github.com/openai/openai-node) |
| Anthropic Python SDK | [github.com/anthropics/anthropic-sdk-python](https://github.com/anthropics/anthropic-sdk-python) |
| LangChain | [python.langchain.com](https://python.langchain.com/) |
| Vercel AI SDK | [ai-sdk.dev](https://ai-sdk.dev/) |
| Pydantic AI | [ai.pydantic.dev](https://ai.pydantic.dev/) |
| CrewAI | [docs.crewai.com](https://docs.crewai.com/) |
| Open WebUI | [docs.openwebui.com](https://docs.openwebui.com/) |
| Goose | [github.com/block/goose](https://github.com/block/goose) |

## MCP clients

The MCP clients most often configured against MCP profiles:

| Client | Documentation |
| --- | --- |
| Claude Code | [docs.claude.com/en/docs/claude-code](https://docs.claude.com/en/docs/claude-code) |
| Cursor | [docs.cursor.com](https://docs.cursor.com/) |
| VS Code | [code.visualstudio.com/docs](https://code.visualstudio.com/docs) |

## Observability backends

The OTLP-compatible backends most commonly used for trace export, and the Prometheus-compatible metrics agents:

| Backend | Documentation |
| --- | --- |
| Jaeger | [jaegertracing.io/docs](https://www.jaegertracing.io/docs/) |
| Grafana Tempo | [grafana.com/docs/tempo](https://grafana.com/docs/tempo/latest/) |
| Grafana Alloy | [grafana.com/docs/alloy](https://grafana.com/docs/alloy/latest/) |
| Datadog | [docs.datadoghq.com](https://docs.datadoghq.com/) |
| Honeycomb | [docs.honeycomb.io](https://docs.honeycomb.io/) |
| New Relic | [docs.newrelic.com](https://docs.newrelic.com/) |

## Cloud platform documentation

For the underlying cloud platform that hosts the data plane:

| Platform | Documentation |
| --- | --- |
| Kubernetes | [kubernetes.io/docs](https://kubernetes.io/docs/) |
| AWS EKS | [docs.aws.amazon.com/eks](https://docs.aws.amazon.com/eks/) |
| Azure AKS | [learn.microsoft.com/azure/aks](https://learn.microsoft.com/azure/aks/) |
| GCP GKE | [cloud.google.com/kubernetes-engine/docs](https://cloud.google.com/kubernetes-engine/docs) |
| Helm | [helm.sh/docs](https://helm.sh/docs/) |

---

## Related

- [Gateway APIs](/reference/supported-apis/), the API formats backed by the standards above
- [Gateway Behavior](/reference/gateway-behavior/), the error handling and correlation model that complements the provider documentation
- [Glossary](/reference/glossary/), one-line definitions of Agent Router–specific terms

Where to go next

  <Link to="/reference/glossary/" className="tare-nav-card">
    Glossary
    One-line definitions of Agent Router–specific terms.
  </Link>
  <Link to="/product-architecture/product-overview/" className="tare-nav-card">
    Product overview
    What Agent Router is and what it does.
  </Link>
