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

# Parallel AI: AI Platform for Business Growth

> Build AI agents, automate outreach, generate media, and integrate AI into any workflow with Parallel AI's unified API platform.

Parallel AI gives you a complete set of building blocks for AI-powered business automation — from configurable multi-channel AI agents to OpenAI-compatible chat completions, outreach sequences, knowledge base management, media generation, and browser automation. Everything is accessible through a single REST API.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call and have an AI agent running in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Get your API key and learn how to authenticate every request.
  </Card>

  <Card title="AI Agents" icon="robot" href="/features/agents">
    Deploy configurable agents across web, email, SMS, and voice channels.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete reference for every endpoint in the Parallel AI API.
  </Card>
</CardGroup>

## What You Can Build

<CardGroup cols={3}>
  <Card title="AI Agents" icon="robot" href="/features/agents">
    Multi-channel agents with knowledge base, tool-calling, and lead capture.
  </Card>

  <Card title="Chat Completions" icon="message" href="/features/chat">
    OpenAI-compatible completions endpoint with streaming support.
  </Card>

  <Card title="Smart Lists" icon="list" href="/features/smart-lists">
    Manage contact lists for segmentation and outreach targeting.
  </Card>

  <Card title="Sequences" icon="envelope" href="/features/sequences">
    Automated email and SMS outreach campaigns.
  </Card>

  <Card title="Documents" icon="file" href="/features/documents">
    Upload documents to power your agents' knowledge base.
  </Card>

  <Card title="Media Generation" icon="microphone" href="/features/media">
    Text-to-speech audio, images, and video generation.
  </Card>

  <Card title="Browser Automation" icon="globe" href="/integrations/browser-automation">
    AI-driven browser tasks with authenticated and residential sessions.
  </Card>

  <Card title="MCP Integration" icon="plug" href="/integrations/mcp">
    Connect Claude Desktop, Cursor, or Windsurf to your platform data.
  </Card>

  <Card title="OpenAI Compatible" icon="circle-check" href="/integrations/openai-compatibility">
    Drop-in replacement for OpenAI's API — no client changes needed.
  </Card>
</CardGroup>

## Get Up and Running

<Steps>
  <Step title="Create your account">
    Sign up at [web.parallellabs.app](https://web.parallellabs.app/signup) using Google or your email address.
  </Step>

  <Step title="Generate an API key">
    Navigate to **Integrations** in your dashboard and click **Generate New Key** in the API Keys section.
  </Step>

  <Step title="Make your first request">
    Pass your key in the `X-API-Key` header to any `/api/v0/` endpoint.
  </Step>

  <Step title="Explore the platform">
    Browse the [Core Features](/features/agents) guides or jump straight to the [API Reference](/api-reference/introduction).
  </Step>
</Steps>
