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

# Vued API

> Build integrations with Vued's cloud API, Python SDK, local desktop API, and MCP tools.

Vued turns meetings and ambient office conversations into searchable records. Use the API and SDK to pull retained metadata, manage organization resources, create webhooks, and let trusted local tools search decrypted transcripts.

<CardGroup cols={2}>
  <Card title="Start with the SDK" icon="package" href="/quickstart">
    Install `vued`, authenticate with `VUED_API_KEY`, and search decrypted meeting memory through the desktop app.
  </Card>

  <Card title="Explore the API" icon="square-terminal" href="/api-reference/overview">
    Review cloud endpoints for orgs, files, rooms, speakers, audio URLs, API keys, and webhooks.
  </Card>

  <Card title="Use local MCP" icon="bot" href="/agents/local-mcp">
    Connect coding agents to the unlocked desktop app for plaintext meeting search and transcript retrieval.
  </Card>

  <Card title="Maintain these docs" icon="pencil" href="/agents/mintlify-maintenance">
    Use the Mintlify skill and MCP server to update this documentation as the API changes.
  </Card>
</CardGroup>

## Access paths

| Path              | Base                                          | Best for                                                                              |
| ----------------- | --------------------------------------------- | ------------------------------------------------------------------------------------- |
| Cloud API         | `https://vued-office-api-dev.onrender.com/v1` | Auth, org discovery, metadata writes, signed audio URLs, API keys, and webhooks.      |
| Python SDK        | `vued.Vued`                                   | A synchronous wrapper over the cloud API and local desktop plaintext methods.         |
| Local desktop API | `http://127.0.0.1:<discovered_port>`          | Decrypted meetings, transcripts, search, and file names from an unlocked desktop app. |
| Local MCP         | `vued mcp`                                    | Coding-agent tools for decrypted Vued memory.                                         |

<Note>
  Cloud endpoints intentionally avoid returning plaintext transcript content. Use the Python SDK local methods, local desktop API, or local MCP when you need decrypted meeting text.
</Note>
