> ## Documentation Index
> Fetch the complete documentation index at: https://outlit-codex-platform-actions-create-update-cli.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Outlit

> Outlit is infrastructure for customer context. It unifies product, billing, support, and conversation data into complete customer profiles your agents can query before they act

## Customer Context Infrastructure

Outlit connects website activity, product usage, billing, support tickets, and conversations into a single [customer context graph](/concepts/customer-context-graph). Under the hood, that graph powers complete customer profiles, timelines, and facts your team can query from the CLI, through AI agents, or via API.

<Card title="Get Started" icon="rocket" href="/tracking/quickstart" horizontal>
  Install the CLI and connect your first source in minutes.
</Card>

## How It Works

<Steps>
  <Step title="Connect">
    Add the Outlit browser or server SDK, then connect systems like Stripe, PostHog, Slack, Gmail, and more to bring your customer data into one place.
  </Step>

  <Step title="Resolve">
    Identity resolution automatically links anonymous visitors, known contacts, and accounts across forms, auth systems, emails, and devices.
  </Step>

  <Step title="Structure">
    Raw events, conversations, support tickets, and billing signals are normalized into complete customer profiles, timelines, facts, journey stages, and billing states.
  </Step>

  <Step title="Query">
    Use the CLI, AI agents (via MCP), or the API to query complete customer context wherever your team already works.
  </Step>
</Steps>

## Why Outlit?

<Columns cols={2}>
  <Card title="Unified Context" icon="circle-nodes">
    One graph connecting product, billing, support, and conversation data — instead of siloed tools that each show a fragment.
  </Card>

  <Card title="Identity Resolution" icon="fingerprint">
    Automatically merge customer profiles across devices, emails, and auth providers into a single contact.
  </Card>

  <Card title="Agent-First" icon="robot">
    Query structured customer context from the CLI or through AI agents via MCP — run SQL, search with natural language, and get full context without leaving your workflow.
  </Card>

  <Card title="Journey Intelligence" icon="sparkles">
    Outlit turns raw events, tickets, and conversations into timelines, facts, and lifecycle signals your agents can actually act on.
  </Card>
</Columns>

## Explore

<CardGroup cols={3}>
  <Card title="CLI" icon="terminal" href="/cli/overview">
    Query customer data from the terminal
  </Card>

  <Card title="MCP Integration" icon="robot" href="/ai-integrations/mcp">
    Query context from AI agents
  </Card>

  <Card title="Pi Agents" icon="sparkles" href="/ai-integrations/pi">
    Build custom customer intelligence agents
  </Card>

  <Card title="Browser SDKs" icon="browser" href="/tracking/browser/script">
    Add tracking to your website
  </Card>

  <Card title="Server SDKs" icon="server" href="/tracking/server/nodejs">
    Track events from your backend
  </Card>

  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Programmatic access
  </Card>

  <Card title="Concepts" icon="book" href="/concepts/customer-context-graph">
    Understand the data model
  </Card>
</CardGroup>
