Everything you need,
nothing you don’t.
Short, practical guides. The fastest way to learn Chirp is to send a test activity and watch what happens.
Start here
Quick start
Install the app, grab an API key, send your first Live Activity. Three commands, under two minutes.
ReadIntegrations
Every surface Chirp ships on — SDKs, CLI, GitHub Actions, editor rules, webhooks.
ReadTemplates
Built-in Live Activity layouts: @agent, @deploy, @training, @monitor, and 16 more. Pixel-perfect previews of each.
ReadGuides
Python SDK
pip install chirp-sdk — context managers, decorators, auto-end on exceptions.
ReadNode SDK
npm install chirp-sdk — async/await lifecycle, Express middleware, auto-cleanup.
ReadGo SDK
go get chirp — defer-friendly API, context cancellation, zero dependencies.
ReadRuby SDK
gem install chirp — blocks, Rails integration, automatic exception handling.
ReadRust SDK
cargo add chirp — guards with Drop, async runtimes, compile-time schema checks.
ReadCLI & shell
chirp run wraps any command. Bash helpers for cron, systemd, and Docker.
ReadCI/CD
GitHub Actions, GitLab CI, CircleCI, Bitbucket Pipelines — same schema.
ReadWebhooks
Vercel, Stripe, Sentry, Grafana, and more. Paste a URL, no code.
ReadAgent rules
Drop a file into any repo so Cursor, Windsurf, or Claude Code automatically uses Chirp.
ReadDon’t see your stack?
Every SDK in the world can speak HTTP. Chirp is four endpoints — /notify, /activity/start, /activity/update, /activity/end. Five minutes of curl gets you a working integration.