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

# Claude on TrueFoundry

> Govern every Claude product — Web, Desktop, Code, and Code Max — through one TrueFoundry AI Gateway.

Anthropic ships Claude across multiple surfaces: a web app, a desktop client, an agentic coding CLI, and a Max-tier subscription. The level of governance you can enforce — model routing, MCP allowlists, audit trails, MDM lock-in — depends on which surface your users are on.

This page maps every Claude SKU to what TrueFoundry can govern and links to the right integration guide.

## Pick your starting point

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/docs/ai-gateway/claude-code">
    Route the Claude Code CLI and the VS Code extension through the gateway.
  </Card>

  <Card title="Claude Code Max" icon="crown" href="/docs/ai-gateway/claude-code-max">
    Use an Anthropic Max subscription with TrueFoundry gateway auth.
  </Card>

  <Card title="Claude Desktop & Cowork" icon="desktop" href="/docs/ai-gateway/claude-desktop">
    Configure Claude Desktop (Cowork on third-party inference) to point at the gateway.
  </Card>

  <Card title="Enterprise Security" icon="shield-halved" href="/docs/ai-gateway/mcp/enterprise-security-claude">
    Lock Claude Code with MDM policies and govern Models andMCP server access.
  </Card>
</CardGroup>

## What TrueFoundry can govern per product

| Capability                   | Claude Web | Claude Desktop / Cowork | Claude Code (CLI / VS Code) | Claude Code Max |
| ---------------------------- | :--------: | :---------------------: | :-------------------------: | :-------------: |
| Proxy and Govern Models      |      —     |            ✓            |              ✓              |        ✓        |
| Proxy and Govern MCP Servers |      —     |            ✓            |              ✓              |        ✓        |
| MDM Setup                    |      —     |            —            |              ✓              |        ✓        |

<Note>
  **Claude Web (claude.ai)** is the one exception — Anthropic does not allow proxying claude.ai traffic through an external gateway. Govern web usage with SSO, domain capture, and Admin Console policies. See the [Enterprise Security Guide](/docs/ai-gateway/mcp/enterprise-security-claude#1-configure-sso) for the recommended controls.
</Note>

## What you get on the gateway

<CardGroup cols={3}>
  <Card title="Access control" icon="lock" href="/docs/ai-gateway/gateway-access-control">
    RBAC for users, teams, and virtual accounts.
  </Card>

  <Card title="Rate & budget limits" icon="gauge-high" href="/docs/ai-gateway/ratelimiting">
    Per-user, per-model, and per-team enforcement.
  </Card>

  <Card title="Virtual models" icon="diagram-project" href="/docs/ai-gateway/virtual-model">
    Failover and load balancing across providers.
  </Card>

  <Card title="Guardrails" icon="shield" href="/docs/ai-gateway/guardrails-overview">
    PII, prompt injection, and content moderation.
  </Card>

  <Card title="Request tracing" icon="chart-line" href="/docs/ai-gateway/request-logging">
    Full audit trail of every Claude request.
  </Card>

  <Card title="MCP gateway" icon="server" href="/docs/ai-gateway/mcp/mcp-overview">
    Govern every MCP server Claude can reach.
  </Card>
</CardGroup>

## Before you start

<Steps>
  <Step title="Create a TrueFoundry account">
    [Sign up](https://www.truefoundry.com/register) and follow the [Gateway quick start](/docs/ai-gateway/quick-start) to get your gateway base URL and API key.
  </Step>

  <Step title="Add a Claude provider account">
    Connect Anthropic, Bedrock, or Vertex via [Anthropic model integration](/docs/ai-gateway/anthropic). The same provider account backs every Claude product above.
  </Step>

  <Step title="Pick the integration guide for your product">
    Use the cards at the top of this page to land on the right walkthrough.
  </Step>
</Steps>
