> ## 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: Build Agents and Automate Business Growth

> Parallel AI is an all-in-one AI platform for building agents, automating outreach, generating media, and integrating AI into any business workflow.

## Welcome to Parallel AI

Parallel AI is an all-in-one platform that brings the full power of artificial intelligence to your business — from intelligent agents and automated outreach to media generation and deep workflow integrations. Whether you're a developer building custom automations or a business owner looking to grow faster, Parallel AI gives you the tools to make it happen.

<Note>
  The Parallel AI REST API is available at **`https://api.parallellabs.app`**. All endpoints are served under `/api/v0/`.
</Note>

***

## Platform Capabilities

### 🤖 AI Agents

Build and deploy intelligent agents that engage your customers across every channel — all from a single platform.

* **Web** — embed chat widgets directly on your website
* **Email** — automate inbound and outbound email conversations
* **SMS** — reach customers on mobile with AI-driven text messaging
* **Voice** — deploy phone agents that speak and listen naturally

Agents can be connected to your Knowledge Base, given custom instructions, and integrated with external tools to handle complex, multi-step conversations on your behalf.

### 💬 OpenAI-Compatible Chat Completions

Parallel AI exposes an OpenAI-compatible `/chat/completions` endpoint, so you can drop Parallel AI into any existing integration that supports the OpenAI SDK — just swap the base URL. Run completions against leading models without changing your code.

### 📋 Smart Lists

Manage your contacts with Smart Lists — a powerful contact management system that lets you segment, filter, and target the right people at the right time. Import contacts, apply tags, and build dynamic audiences that automatically update as your data changes.

### 📨 Sequences

Automate your outreach with multi-step Sequences across email and SMS. Design drip campaigns, follow-up flows, and nurture journeys that run automatically based on triggers, schedules, or contact behavior — all without manual effort.

### 📚 Knowledge Base Documents

Give your agents and workflows access to your own content. Upload documents, FAQs, product guides, and more to the Knowledge Base. Agents use this information to answer questions accurately and consistently, grounded in your source material.

### 🎬 Media Generation

Generate rich media assets on demand:

* **Text-to-Speech** — powered by ElevenLabs, convert any text into natural-sounding audio with a wide selection of voices
* **Images** — generate custom images from text prompts for marketing, content creation, and more
* **Video** — create AI-generated video content to power your campaigns and communications

### 🌐 Browser Automation

Automate complex web-based tasks with AI-driven browser sessions. Parallel AI supports:

* **Residential sessions** — browse the web with real residential IP addresses for accurate, unblocked results
* **Authenticated sessions** — interact with logged-in web applications as if you were at your keyboard

Hand off repetitive browser workflows to AI and get back structured results, screenshots, or extracted data.

### 🔌 MCP Server Integration

Connect Parallel AI to your favorite AI-powered development tools via the **Model Context Protocol (MCP)**. Native integrations are available for:

* **Claude Desktop** — surface Parallel AI capabilities directly inside Claude
* **Cursor** — bring your agents, lists, and sequences into your coding environment
* **Windsurf** — extend your AI-assisted workflows with live Parallel AI data

***

## Explore the Docs

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first API call in under 5 minutes. Get your API key and run a live request.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn about Company API Keys and Personal Access Keys, and how to use each.
  </Card>

  <Card title="AI Agents" icon="robot" href="/core-features/agents">
    Build multi-channel agents for web, email, SMS, and voice with full customization.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore every endpoint in the Parallel AI REST API with live examples.
  </Card>
</CardGroup>
