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

# Quick Start

> Install the Outlit CLI, connect customer data, and query customer context in minutes

## What is Outlit?

Outlit is infrastructure for customer context. It connects product usage, billing, support, and conversation data, then structures it into customer profiles your team and agents can query from the CLI, MCP, or API.

## Step 1: Install the CLI

```bash theme={null}
curl -fsSL https://outlit.ai/install.sh | bash
```

<Tip>
  Need another install method? See the [CLI overview](/cli/overview#installation).
</Tip>

## Step 2: Authenticate

Create an API key from [Settings > API Keys](https://app.outlit.ai/settings/workspace/api-keys), then pass it to the CLI:

```bash theme={null}
outlit auth login --key ok_your_api_key
```

## Step 3: Connect Customer Data

Start by connecting the systems where customer context already lives. Open the [integrations dashboard](https://app.outlit.ai/integrations), then connect the source that best matches your first use case.

<CardGroup cols={2}>
  <Card title="Revenue and billing" icon="credit-card" href="https://app.outlit.ai/integrations">
    Stripe subscriptions, invoices, billing status, and MRR
  </Card>

  <Card title="Product usage" icon="chart-line" href="https://app.outlit.ai/integrations">
    PostHog activity, sessions, and product engagement
  </Card>

  <Card title="Conversations and meetings" icon="comments" href="https://app.outlit.ai/integrations">
    Gmail, Google Calendar, Granola, Fireflies.ai, and Slack
  </Card>

  <Card title="Support and identity" icon="id-card" href="https://app.outlit.ai/integrations">
    Pylon tickets, Clerk users, and Supabase Auth users
  </Card>
</CardGroup>

## Step 4: Ask an Agent

Once at least one source has synced, ask your coding agent something like:

```text theme={null}
Use the Outlit CLI to review our connected customer data.

Which accounts need attention this week? Look for billing issues, open support problems, stalled conversations, or drops in product usage. Return the top accounts with evidence and recommended next steps.
```

To connect Outlit to Claude Code, Codex, Gemini CLI, or OpenClaw, see [AI agent setup](/cli/ai-agents). For direct terminal usage, see the [CLI command reference](/cli/commands).

## Next Steps

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="https://app.outlit.ai/integrations">
    Connect customer data sources from the Outlit dashboard
  </Card>

  <Card title="OpenClaw + Outlit" icon="lobster" href="/use-cases/openclaw">
    Automated customer intelligence with cron jobs and heartbeat monitoring
  </Card>

  <Card title="How It Works" icon="circle-info" href="/tracking/how-it-works">
    Understand how Outlit collects, resolves, and connects customer data
  </Card>

  <Card title="Customer Context Graph" icon="circle-nodes" href="/concepts/customer-context-graph">
    Learn about the unified data model behind Outlit
  </Card>

  <Card title="CLI Commands" icon="terminal" href="/cli/commands">
    Full reference for querying customer data
  </Card>

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