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

# Introduction

> Traceport — AI observability and management platform for engineering teams.

Traceport is a comprehensive **AI observability and management platform** designed to help engineering teams build, launch, and monitor AI-powered applications.

By functioning as a centralized gateway for your AI operations, Traceport provides deep visibility into your AI integration, usage patterns, costs, and token consumption—while streamlining your entire development lifecycle.

<Note>
  Traceport supports providers like **OpenAI**, **Anthropic**, **Google Gemini**, **AWS Bedrock**, and more — all through a single, unified API.
</Note>

<CardGroup cols={2}>
  <Card title="Try Now" icon="sparkles" href="/ai-tools/playground">
    Jump straight into the **Model Playground** to experiment with prompts and models in real-time.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Integrate Traceport into your application in under 5 minutes.
  </Card>
</CardGroup>

## Platform Features

<CardGroup cols={2}>
  <Card icon="chart-network" href="/overview/logs" title="Logs & Traces">
    Monitor real-time completions, capture precise token usage, and track request latency and total costs.
  </Card>

  <Card icon="messages" href="/overview/sessions" title="Session Tracking">
    Audit multi-turn conversations, track session-bound costs, and trace user-assistant interactions.
  </Card>

  <Card icon="diagram-project" href="/config-workflows/overview" title="Config Workflows">
    Build visual routing flows with plugins, routers, branches, and fallback logic — no code required.
  </Card>

  <Card icon="pen-nib" href="/prompt-studio/overview" title="Prompt Studio">
    Version-controlled prompt management with multi-model testing, evaluations, and API access.
  </Card>

  <Card icon="flask" href="/ai-tools/playground" title="Model Playground">
    Experiment with models, system prompts, and configurations in a secure and interactive playground.
  </Card>

  <Card icon="key" href="/management/api-keys" title="API Keys & Integrations">
    Securely connect to external AI providers and generate Traceport Gateway keys for programmatic access.
  </Card>

  <Card icon="code" href="/api-reference/introduction" title="API Reference">
    Full OpenAI-compatible REST API documentation with interactive examples.
  </Card>
</CardGroup>

## Get Started

<Steps>
  <Step title="Create an Account">
    Sign up at [app.traceport.ai](https://app.traceport.ai) — it takes less than a minute.
  </Step>

  <Step title="Connect Your Providers">
    Add your AI provider API keys (OpenAI, Anthropic, etc.) via the Integrations page.
  </Step>

  <Step title="Generate a Traceport API Key">
    Create a gateway key and use it in place of your provider keys in your application.
  </Step>

  <Step title="Start Observing">
    Run your code and instantly see logs, traces, costs, and token usage in the dashboard.\\
  </Step>

  <Step title="Control APIs, Limits and Access">
    Control org access, enforce RBAC/ABAC, rate-limit traffic, and govern every API call end-to-end (keys, policies, routing, usage, cost).
  </Step>
</Steps>

<Card icon="rocket" horizontal href="/quickstart" title="Quickstart Guide">
  Follow the step-by-step quickstart to integrate Traceport in under 5 minutes.
</Card>
