Canonical reference: docs/vued-api-guide-for-coding-agents.md
If anything below contradicts source, read the canonical reference and source files. Report staleness back to the user.
Vued API Setup Guide
Your Configuration
API Key Setup
Quick Start
Pick Your Pattern
1. Decrypted meeting retrieval
Use local methods when the app or agent needs plaintext transcripts.
2. Fuzzy memory retrieval
Use semantic search when wording may differ.
Use cloud methods for folders, rooms, API keys, and webhooks.
Use local MCP for coding agents that should answer from decrypted Vued memory.
Manual MCP config:
For supported AI clients, prefer:
Tool schema:
Reference
Troubleshooting
- Local runtime unavailable: run
vued setup for headless, or ask the user to unlock Vued Desktop; wait for local sync, then retry.
- Multiple orgs accessible: pass
org_id explicitly.
- Need plaintext transcript: use local SDK methods or MCP, not cloud routes.
- Need signed audio: call cloud audio helpers; URLs expire quickly.
- Need remote MCP: not currently implemented in checked server source. Use local MCP.
- File move: omit
parent_id to keep parent; pass None to move to root.
Resources
- Coding-agent reference:
docs/vued-api-guide-for-coding-agents.md
- Human reference:
docs/local-api-sdk-mcp.md
- Docs index:
docs/llms.txt
- SDK quickstart:
vued-python-sdk/examples/quickstart.py
Last modified on June 30, 2026