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

# Otter

> Meeting transcription and AI notetaking

## Example agent tasks

```text theme={null}
Connect Otter and have the agent explore what it can help with.
```

```text theme={null}
Ask the agent to retrieve and summarize information from Otter.
```

```text theme={null}
Use the agent to interact with Otter directly from your conversation.
```

## Connecting

<Tabs>
  <Tab title="MCP server">
    Connect Otter over MCP for direct access to its tools.

    <Steps>
      <Step title="Add the connection">
        From the agent's tools, add Otter's MCP server.
      </Step>

      <Step title="Authorize">
        A connect card appears. Authorize and approve access.
      </Step>

      <Step title="The agent gets to work">
        The agent can now reach Otter through the MCP server.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Enterprise API key">
    Connect Otter Public API with an Enterprise API key.

    <Steps>
      <Step title="Get an API key">
        In Otter, open Integrations, then Developer, and create an API key. Requires an Otter Enterprise workspace.
      </Step>

      <Step title="Add the connection">
        From the agent's connections, choose Otter and paste your Enterprise API key when prompted.
      </Step>

      <Step title="The agent gets to work">
        The agent can now reach the Otter API on your behalf.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## What you share

Connecting grants the agent access to Otter on your behalf. As with every connection, credentials are handled by the secure [proxy](/docs/integrations/permissions) and never exposed to the model.

<CardGroup cols={2}>
  <Card title="How credentials stay safe" icon="shield-halved" href="/docs/integrations/permissions">
    The proxy model that keeps tokens out of the model's reach.
  </Card>
</CardGroup>
