> ## Documentation Index
> Fetch the complete documentation index at: https://daily-main.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Reference documentation for every part of Pipecat: the Python server framework, client SDKs, Pipecat Flows, Pipecat Cloud, the CLI, etc.

## Pipecat Server

<CardGroup cols={1}>
  <Card title="Pipecat Server" icon="python" href="/api-reference/server/introduction">
    The core Python framework: composable real-time pipelines that move audio,
    video, and data frames between transports, AI services, and your code.

    [View docs](/api-reference/server/introduction) · [GitHub ↗](https://github.com/pipecat-ai/pipecat)
  </Card>
</CardGroup>

## Client SDKs

<CardGroup cols={2}>
  <Card title="JavaScript" icon="js" href="/api-reference/client/js/overview">
    `@pipecat-ai/client-js` for web applications.

    [View docs](/api-reference/client/js/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-client-web)
  </Card>

  <Card title="React" icon="react" href="/api-reference/client/react/overview">
    Components and hooks wrapping the JavaScript SDK.

    [View docs](/api-reference/client/react/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-client-web)
  </Card>

  <Card title="React Native" icon="mobile-screen" href="/api-reference/client/react-native/overview">
    The JavaScript SDK with native mobile transports.

    [View docs](/api-reference/client/react-native/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-client-react-native-transports)
  </Card>

  <Card title="iOS" icon="apple" href="/api-reference/client/ios/overview">
    Swift client library for iOS applications.

    [View docs](/api-reference/client/ios/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-client-ios)
  </Card>

  <Card title="Android" icon="android" href="/api-reference/client/android/overview">
    Kotlin client library for Android applications.

    [View docs](/api-reference/client/android/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-client-android)
  </Card>

  <Card title="C++" icon="code" href="/api-reference/client/cpp/overview">
    Native client library for Linux, macOS, and Windows.

    [View docs](/api-reference/client/cpp/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-client-cxx)
  </Card>
</CardGroup>

## Pipecat Flows

<CardGroup cols={2}>
  <Card title="Pipecat Flows" icon="diagram-project" href="/api-reference/pipecat-flows/overview">
    FlowManager, node configuration, and types for structured conversations.

    [View docs](/api-reference/pipecat-flows/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-flows)
  </Card>
</CardGroup>

## Pipecat Cloud

<CardGroup cols={2}>
  <Card title="REST API" icon="cloud" href="/api-reference/pipecat-cloud/rest-reference/overview">
    Agents, sessions, secrets, and builds.

    [View docs](/api-reference/pipecat-cloud/rest-reference/overview)
  </Card>

  <Card title="Python SDK" icon="python" href="/api-reference/pipecat-cloud/sdk-reference/overview">
    Programmatic deployment and session management.

    [View docs](/api-reference/pipecat-cloud/sdk-reference/overview)
  </Card>
</CardGroup>

## Pipecat CLI

<CardGroup cols={2}>
  <Card title="Pipecat CLI" icon="terminal" href="/api-reference/cli/overview">
    `pipecat init`, `pipecat eval`, and the `pipecat cloud` commands.

    [View docs](/api-reference/cli/overview) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-cli)
  </Card>
</CardGroup>

## Pipecat Context Hub

<CardGroup cols={2}>
  <Card title="Context Hub" icon="book" href="/api-reference/context-hub">
    A local index of docs, examples, and API source for AI coding tools.

    [View docs](/api-reference/context-hub) · [GitHub ↗](https://github.com/pipecat-ai/pipecat-context-hub)
  </Card>
</CardGroup>
