Agents
Markdrip lets compatible tools you run yourself — a local assistant, an editor extension, or an agent framework — read your configured vault. Agent access is disabled by default and, when enabled, is read-only.
What it is
Section titled “What it is”A local helper that exposes structured, read-only queries over your configured vault (notes, participants, tags) to compatible tools running on the same machine. There is no cloud component and Markdrip never initiates outbound network requests on a tool’s behalf.
Enabling it
Section titled “Enabling it”Agent access is off until you turn it on in Settings. When enabled, the tool can read the whole configured vault. The shipped Settings panel provides read-only access only: it does not offer per-content selection or a write mode.
What agents can do
Section titled “What agents can do”- Read note content, transcripts, and metadata (participants, tags, timestamps) in the configured vault.
- Run structured queries (e.g. “notes mentioning X” or “meetings with person Y”) against the local vault index.
What agents cannot do
Section titled “What agents cannot do”- Access your microphone, system audio, or trigger a recording.
- Reach the network on your behalf — Markdrip does not proxy or relay agent traffic anywhere.
- Write to your vault.
Where to learn more
Section titled “Where to learn more”The full agent-access design (capability discovery, transport, consent model) is documented alongside the code for engineers extending it; this page covers the user-facing behavior and defaults.