Recommended agent flow
- List recent meetings on Cloud MCP, or search by a short title fragment.
- If Cloud has no match, search again with the local CLI.
- Use a returned meeting ID. Never infer or invent one.
- Fetch the meeting detail before requesting transcript text.
- Fetch recurring history only when earlier meetings are relevant.
- Read transcript pages only until the task has enough evidence.
Safety boundary
Agents should use an Anarlog interface, not SQLite. The supported interfaces apply Anarlog’s rules for canonical notes, generated summaries, excluded participants, recurring meetings, and transcript text. Meeting reads stay bounded. An agent cannot apply a note or summary change. It can stage a proposal with CLIproposals commands or the local MCP propose_* tools. A human reviews the unified diff in the desktop app and applies or declines it. Hosted Cloud API and Cloud MCP stay read-only. CLI export can create a separate file; replacing a file requires --force.
Local CLI and MCP access stays on your computer. Cloud access uploads a separate server-readable copy of your meeting data. Review the Cloud API disclosure before enabling it.
CLI for agents
Use JSON output and resolve meeting IDs deliberately.
MCP for agents
Connect Cloud MCP through the Anarlog plugin, or run local stdio as an option.
Cloud API and remote MCP
Enable hosted access and connect with OAuth or a connector key.
Webhooks
Receive signed meeting events at your endpoint.