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

# Catalyst by Inference.net

Catalyst is a platform for understanding, evaluating, and improving the AI systems you ship.

[Create an account](https://inference.net/register) to get started with Catalyst.

## The Catalyst platform

Catalyst is built around two products. Use them on their own or together.

<CardGroup cols={2}>
  <Card title="Tracing" icon="route" href="/get-started/capture-first-trace">
    Capture full traces of every LLM call, tool call, and agent step. Then let Halo, our open-source agent-loop optimizer, read your traces and tell you what to fix in prompts, tools, and the harness itself.
  </Card>

  <Card title="Gateway" icon="satellite-dish" href="/get-started/record-first-call">
    Route LLM traffic through Catalyst Gateway to capture every request, watch usage and cost, build datasets, run evals, and fine-tune and deploy task-specific models on dedicated GPUs.
  </Card>
</CardGroup>

Tracing is for agent improvement. Gateway is for inference observability and training task-specific models from your captured traffic. Most teams start with one and add the other later. They also compose: when your agent calls LLMs through Gateway, trace spans line up with the same requests Gateway is recording.

## Quick Start

### Tracing

<CardGroup cols={2}>
  <Card title="Capture your first trace" icon="route" href="/get-started/capture-first-trace">
    Install the tracing SDK and capture LLM calls, tool calls, and agent steps in minutes.
  </Card>

  <Card title="Analyze your traces" icon="microscope" href="/get-started/analyze-traces">
    Inspect trace trees in the dashboard and run Halo to find what to improve.
  </Card>
</CardGroup>

### Gateway

<CardGroup cols={2}>
  <Card title="Record your first LLM call" icon="bolt" href="/get-started/record-first-call">
    Route traffic through the Catalyst gateway to capture LLM calls and view metrics.
  </Card>

  <Card title="Run your first eval" icon="flask" href="/get-started/run-first-eval">
    Define quality, measure it, and compare models side by side.
  </Card>

  <Card title="Train and deploy a model" icon="brain" href="/get-started/train-and-deploy">
    The full loop: data, training, and a production endpoint.
  </Card>

  <Card title="Use the Inference API" icon="code" href="/api/api-quickstart">
    Call open-source and custom models running on Inference.net.
  </Card>
</CardGroup>

## Catalyst Platform

<CardGroup cols={2}>
  <Card title="Tracing" icon="route" href="/integrations/traces/overview">
    Collect OpenInference-shaped traces from LLM SDKs, agent frameworks, and custom application code.
  </Card>

  <Card title="Gateway" icon="satellite-dish" href="/platform/gateway/overview">
    Capture your LLM traffic and get metrics and visibility into your production usage.
  </Card>

  <Card title="Datasets" icon="file-code" href="/platform/datasets/overview">
    Create and manage datasets for evaluation and training.
  </Card>

  <Card title="Evaluate" icon="scale-balanced" href="/platform/eval/overview">
    Evaluate models to measure quality across model candidates.
  </Card>

  <Card title="Train" icon="brain" href="/platform/train/overview">
    Train a custom model on your production data to improve performance, lower latency and cost.
  </Card>

  <Card title="Deploy" icon="rocket" href="/platform/deploy/overview">
    Deploy a model to a dedicated GPU to use in production.
  </Card>
</CardGroup>
