# Vued Docs Index Use this file to discover Vued API docs before coding against the SDK, local API, cloud API, CLI, or MCP. ## Primary Pages - Human guide: `docs/local-api-sdk-mcp.md` - Coding-agent guide: `docs/vued-api-guide-for-coding-agents.md` - Coding-agent setup prompt: `docs/vued-api-setup-prompt.md` ## Source Code References - Python SDK: `vued-python-sdk/vued/client.py` - SDK CLI / MCP stdio shim: `vued-python-sdk/vued/cli.py` - SDK quickstart: `vued-python-sdk/examples/quickstart.py` - Desktop local API and local MCP server: `web-client/electron/main.js` - Desktop MCP wake shim: `web-client/electron/vued-mcp-node.js` - Cloud public API router: `Vued-Agent/server/routers/public_api.py` - Webhook delivery service: `Vued-Agent/server/services/public_webhooks.py` - API key service: `Vued-Agent/server/services/mcp_keys.py` ## Rules For Coding Agents - Read `docs/vued-api-guide-for-coding-agents.md` first. - Use `docs/vued-api-setup-prompt.md` when the user wants a ready-to-paste agent prompt. - Use local desktop API/SDK/MCP for decrypted meeting text, transcripts, and file names. - Use cloud `/v1` for orgs, metadata writes, signed audio URLs, API keys, and webhooks. - Do not invent a remote `/mcp` integration; checked server source currently defines local MCP only. - If docs and source conflict, trust source and report the stale doc.