Connect any AI tool
to your Postal board

Postal stores tasks as plain Markdown and JSON files. Any AI tool that can read or write files can manage your board. Pick your tool below for a step-by-step guide.

How it works

Every integration follows the same principle: Postal stores tasks as files. Your AI writes files. The board updates within one second.

The postal CLI

Every AI agent that has terminal access can capture notes and tasks with a single command. No file format knowledge needed.

Capture from terminal
~/.local/bin/postal "Buy groceries"
~/.local/bin/postal --label Work --type task "Deploy v2"
~/.local/bin/postal --due 2026-04-01 "File taxes"
echo "Research notes" | ~/.local/bin/postal

The CLI writes directly to your workspace on disk. Postal detects the change within ~1 second. Installed at ~/.local/bin/postal.

The AGENT.md format

For AI tools with filesystem access, AGENT.md documents the complete file format — workspaces, projects, tasks, labels, and metadata. Drop it into your project root and your AI agent will reference it automatically.

File structure
workspace/
  .workspace.json        # Workspace config + labels
  Default Project/       # Project folder
    .project.json        # Task metadata (JSON)
    k7m2x9pq/           # Task folder (8-char ID)
      content.md         # Title (# heading) + Markdown notes
      attachments/       # Any files

Full spec ships with every copy of Postal. See the format reference for details.

Get started free

Download Postal and start managing tasks with your AI assistant today.