Reference integrations for Dock — small, deployable glue that shows how to wire real workflows to your workspaces.
| Example | What it does |
|---|---|
| dock-to-github | Webhook receiver that commits sealed rows to a GitHub repo. Perfect for the "agent drafts → human approves → ship to git" pattern. |
Each folder is a standalone project with its own README, package.json, and deploy instructions. Clone, set env vars, deploy.
Every example aims to be:
- Small. Under 200 lines. Readable in five minutes.
- Self-contained. One folder, one README, one
npm run start. - Deploy-ready. Tested on Vercel / Railway / Fly with explicit env var list.
- HMAC-verified. Every webhook receiver verifies
X-Dock-Signaturewith timing-safe comparison and a 5-min replay window — the canonical recipe lives in the webhooks doc.
Got an integration that would help other Dock users? Open a PR with a new top-level folder. Ideas on the roadmap:
dock-to-slack— post sealed rows as Slack messagesdock-to-linear— create Linear issues from rowsdock-to-resend— trigger email campaignsdock-from-rss— poll an RSS feed and create rowsdock-to-github-issues— sealed row → new GitHub issue
MIT. Copyright © 2026 Vector Apps, Inc.