Skip to main content
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.

Start with the SDK

Install vued, authenticate with VUED_API_KEY, and search decrypted meeting memory through the desktop app.

Explore the API

Review cloud endpoints for orgs, files, rooms, speakers, audio URLs, API keys, and webhooks.

Use local MCP

Connect coding agents to the unlocked desktop app for plaintext meeting search and transcript retrieval.

Maintain these docs

Use the Mintlify skill and MCP server to update this documentation as the API changes.

Access paths

PathBaseBest for
Cloud APIhttps://vued-office-api-dev.onrender.com/v1Auth, org discovery, metadata writes, signed audio URLs, API keys, and webhooks.
Python SDKvued.VuedA synchronous wrapper over the cloud API and local desktop plaintext methods.
Local desktop APIhttp://127.0.0.1:<discovered_port>Decrypted meetings, transcripts, search, and file names from an unlocked desktop app.
Local MCPvued mcpCoding-agent tools for decrypted Vued memory.
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.
Last modified on June 29, 2026