# AI gateway for agents and MCP

> Route, govern, and observe every AI request through one gateway. Evaluate Agent Router on the Fully Managed tier in an afternoon: routing, budgets, guardrails, SSO, and MCP across teams and providers.

export const Pane = ({eyebrow, name, tagline, bestFor, ctaLabel, ctaHref, featured}) => (
  
    {eyebrow}
    {name}
    {tagline}
    {bestFor}
    
      
        {ctaLabel}
      
    
  
);

# An AI gateway for agents, models, and MCP servers

  
    
    Point your apps at one endpoint that speaks both the OpenAI and Anthropic APIs, and your agents at one MCP endpoint. Route to any model, fail over automatically, enforce rate limits and guardrails, track spend against budgets, and attribute spend by team and agent. Control which MCP tools each agent can reach, and manage policies centrally across a fleet of AI gateways. Provider-neutral, from a quick trial through enterprise rollout.
    
  
  
    
  

## Get started by product

Not sure which product is right for you? Compare features →

  <Pane
    eyebrow="Developers"
    name="Agent Router Service"
    tagline="Multi-tenant and fully hosted by Tetrate. Nothing to install."
    bestFor="Best for trying routing quickly, with no infrastructure."
    ctaLabel="Quick start"
    ctaHref="/agent-router-service/quickstarts/quickstart-explore"
  />
  <Pane
    eyebrow="Teams"
    name={<>Agent Router Enterprise,Fully Managed</>}
    tagline="Team-scale governance on a dedicated instance, hosted end to end by Tetrate."
    bestFor="Best for getting admin controls without running infrastructure."
    ctaLabel="Fast Track Eval"
    ctaHref="/agent-router-enterprise/fully-managed/fast-track"
    featured
  />
  <Pane
    eyebrow="Teams"
    name={<>Agent Router Enterprise,Self-Hosted Data Plane</>}
    tagline="Same controls and dedicated management plane, but with data path on self-managed infra."
    bestFor="Best for teams that must keep data on premises."
    ctaLabel="Quick start"
    ctaHref="/agent-router-enterprise/self-hosted-data-plane"
  />

## Choosing the right Agent Router product {#which-is-right-for-you}

This table compares Agent Router Service with Agent Router Enterprise. Within Enterprise, Fully Managed and Self-Hosted Data Plane share the same features and differ only in where the data plane runs: Fully Managed is hosted end to end by Tetrate; Self-Hosted Data Plane keeps AI traffic on your infrastructure while Tetrate still hosts the management plane.

export const Yes = () => (
  ✓
);

export const No = () => (
  
);

  
    
      
      
        <small>Developers</small>
        Agent Router Service
      
      
        <small>Operators &amp; AI leaders</small>
        Agent Router Enterprise
      
    
  
  
    
      AI Gateway with multi-model routing and auto-failover
      <Yes />
      <Yes />
    
    
      Model Context Protocol (MCP) Gateway: connect agents to tools securely
      <Yes />
      <Yes />
    
    
      Per-key token usage and cost logs
      <Yes />
      <Yes />
    
    
      OpenAI-compatible API: works with existing code
      <Yes />
      <Yes />
    
    
      Cross-team cost attribution, showback, and chargeback
      <No />
      <Yes />
    
    
      Admin controls: model and MCP access profiles by team
      <No />
      <Yes />
    
    
      Runtime AI Guardrails: PII redaction and policy enforcement
      <No />
      <Yes />
    
    
      Enterprise SSO: every request carries authenticated identity
      <No />
      <Yes />
    
    
      Distributed deployment: Fully managed Cloud, hybrid dataplane deploy at edge, per-region, or provider
      <No />
      <Yes />
    
  

## Connect to any provider and tool

One endpoint fronts every model provider and slots into the SDKs, agents, and observability stack already in use.

  
    Supported providers
    The 200+ models and provider families the gateway routes to, how each provider is authenticated, and where the live model catalog is published.
    <Link className="tare-card-link" to="/reference/supported-providers">Browse providers →</Link>
  
  
    Integrations
    Everything that plugs into the gateway: SDKs and frameworks, coding agents, guardrail vendors, observability backends, and MCP clients.
    <Link className="tare-card-link" to="/reference/integrations">Explore integrations →</Link>
  

## Keep exploring

  <Link to="/where-to-begin" className="tare-nav-card">
    Where to begin
    Role-based paths from sign-in to a first routed request, for developers and platform operators.
  </Link>
  <Link to="/product-architecture/product-overview" className="tare-nav-card">
    Product overview
    What Agent Router is, how the architecture fits together, and the key concepts behind it.
  </Link>
  <Link to="/reference/supported-apis" className="tare-nav-card">
    Reference
    Gateway APIs, supported providers, integrations, the SDK, and the CLI.
  </Link>
