> ## Documentation Index
> Fetch the complete documentation index at: https://veridical-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Zed

> Run Veridical through Agent Client Protocol

Configure Veridical as an external agent in Zed:

```json theme={null}
{
  "agent_servers": {
    "Veridical": {
      "type": "custom",
      "command": "veridical-engine",
      "args": ["acp"]
    }
  }
}
```

Restart Zed, open the agent panel, and select Veridical. The ACP server
negotiates protocol version 1, surfaces each feature as a tool call, streams
plan and run transitions, and requests explicit permission for blocking
choices.

The executable must be on Zed's environment `PATH`. For packaged installs, use
the absolute sidecar path if Zed does not inherit your shell environment.
