> ## 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.

# TrueFoundry Overview

> TrueFoundry enables developer productivity and governance by making AI deployments easier and providing an AI Gateway to access models, MCP servers and agents.

TrueFoundry is a cloud-agnostic platform for building, deploying and monitoring AI applications while enabling complete governance and security within an organization. It provides the following two key modules: **AI Gateway** and **AI Deployment**.

<Tip>
  All the components in TrueFoundry are modular and you can decide to use only the components you need. For e.g., if you don't need the AI Deployment module, you can just use the AI Gateway module.
</Tip>

## AI Gateway

The [AI Gateway](/docs/ai-gateway/intro-to-llm-gateway) provides a single interface to access all the LLMs and AI models, MCP servers and agents within an organization. It comes with access control, key management, governance and monitoring inbuilt which enables developers to focus on building great applications without worrying about the underlying models, keys, observability and platform teams to impose rate and budget limits, access control, audit and security guardrails.

<CardGroup cols={3}>
  <Card title="LLM Gateway" href="/docs/ai-gateway/intro-to-llm-gateway">
    Call 1000+ LLM models using a single API.
  </Card>

  <Card title="MCP Registry" href="/docs/ai-gateway/mcp/mcp-server-getting-started">
    Deploy MCP servers from the model catalogue.
  </Card>

  <Card title="MCP Gateway" href="/docs/ai-gateway/mcp/mcp-gateway-auth-security">
    Access all MCP servers securely through a single gateway.
  </Card>

  <Card title="Prompt Management" href="/docs/ai-gateway/prompt-management">
    Create, store and version prompts and use them via the AI Gateway.
  </Card>

  <Card title="Tracing and Observability" href="/docs/ai-gateway/analytics">
    Trace and monitor all requests across LLMs and MCP servers going through the AI Gateway.
  </Card>

  <Card title="Agent Gateway">
    Register all agents in the AI Gateway and call them via a single endpoint. Coming Soon.
  </Card>
</CardGroup>

## AI Deployment

The [AI Deployment](/docs/ai-deployment-overview) module primarily enables datascientists to deploy their models, agents and workflows on your own infrastructure while providing a single place to manage all the AI assets. It abstracts out the underlying infrastructure to enable rapid experimentation and deployment, while making sure it adheres to the guardrails and principles set by the organization.

<Note>
  TrueFoundry doesn't provide compute. You bring your own cloud account or on-prem hardware. TrueFoundry will connect with it and enable you to deploy your models, agents and workflows.
  All the models and artifacts are also stored on your own storage.
</Note>

<CardGroup cols={3}>
  <Card title="Jupyter Notebooks / Remote SSH" href="/docs/launch-notebooks">
    Run notebooks or connect your IDE to remote compute, including GPUs.
  </Card>

  <Card title="Train Models / Batch Inference" href="/docs/introduction-to-a-job">
    Run training or batch inference jobs manually or on a schedule.
  </Card>

  <Card title="Model Registry" href="/docs/model-registry">
    Store and version your models and artifacts.
  </Card>

  <Card title="Model Inference" href="/docs/model-deployment/overview">
    Serve models from any framework as realtime APIs.
  </Card>

  <Card title="Workflows" href="/docs/introduction-to-workflow">
    Deploy and monitor complex ML pipelines.
  </Card>

  <Card title="Service Deployment" href="/docs/introduction-to-a-service">
    Deploy REST or gRPC services and FastAPI, Streamlit, or Gradio apps.
  </Card>

  <Card title="LLM Deployment" href="/docs/deploying-an-llm-model-from-the-model-catalogue">
    Serve LLMs on your GPUs with vLLM, SGLang, or TensorRT-LLM.
  </Card>

  <Card title="LLM Finetuning" href="/docs/finetuning-a-model-from-the-model-catalogue">
    Finetune open-source LLMs on your own data.
  </Card>

  <Card title="Async Inference" href="/docs/introduction-to-async-service">
    Queue-backed services for long-running inference.
  </Card>
</CardGroup>
