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

# Overview

> Connect AI agents to your Caretta data, push call data into your own systems, and create meeting links for your calendar invitations.

Caretta is realtime AI for sales calls. These guides cover the three ways to connect it to the tools around it.

<Columns cols={3}>
  <Card title="Connect agents" icon="plug" href="/docs/caretta-mcp">
    Give compatible AI tools scoped, OAuth-based access to the calls, transcripts, and todos you can already see.
  </Card>

  <Card title="Push call data" icon="webhook" href="/docs/webhooks">
    Receive signed HTTPS events carrying transcripts, AI notes, and evaluated metrics once a call is processed.
  </Card>

  <Card title="Create meeting links" icon="video" href="/docs/zoom">
    Let Caretta create a scheduled Zoom meeting and add the join link to the calendar invitation you send.
  </Card>
</Columns>

## Pick a starting point

| Guide                       | Choose it when you want to                                           | Set up in                                                    |
| --------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Caretta MCP](/docs/caretta-mcp) | Ask an AI client questions about your calls, or let it manage todos. | Your MCP client, then **Settings → Caretta MCP** in Caretta. |
| [Webhooks](/docs/webhooks)       | Move call data into your own systems automatically.                  | **Settings → Webhooks** in Caretta.                          |
| [Zoom](/docs/zoom)               | Put a Zoom join link on the invitations Caretta sends.               | **Settings → Integrations** in Caretta.                      |

## What you need

<AccordionGroup>
  <Accordion title="Caretta MCP" icon="plug">
    A Caretta account and an MCP client that supports remote HTTP servers with OAuth. You do not need an API key: you sign in through your browser and choose which scopes to grant. The server follows your existing Caretta access and cannot return calls you could not otherwise see.

    [Connect a client →](/docs/caretta-mcp)
  </Accordion>

  <Accordion title="Webhooks" icon="webhook">
    Organisation administrator access in Caretta and a public HTTPS endpoint that can verify a signature and respond within 10 seconds. Read the delivery and signing sections before you go live: delivery is at least once, ordering is not guaranteed, and AI notes are best-effort.

    [Set up an endpoint →](/docs/webhooks)
  </Accordion>

  <Accordion title="Zoom" icon="video">
    A Zoom account that can schedule meetings, plus Google Calendar write access so Caretta can send the invitation. Your Zoom administrator may need to approve the app first. Caretta requests a single Zoom permission and uses it only to create the meetings you ask for.

    [Connect Zoom →](/docs/zoom)
  </Accordion>
</AccordionGroup>

<Note>
  Each guide is independent. Connect only the ones you need, in any order.
</Note>
