Internal Tool

Chirp

Chat that talks to your agents.

Explore Features

Screenshots

See Chirp in Action

Features

Team Chat Built for the Age of Agents

Every feature Slack has, plus something Slack never will: a first-class bridge to the Claude Code sessions you spawn every day.

Replaces Slack

Claude Code Bridge

Bidirectional Agent Threads

01

Every Task Becomes a Thread

When a Claude Code session starts, the session_init hook creates a thread in your #agents channel. Every PreToolUse, PostToolUse, and Stop event streams into that thread.

02

Reply to Your Agent

Reply in the thread from anywhere — phone, web, or desktop — and your message lands in the session's inbox. The next hook poll injects it as a system reminder into the running agent's next turn.

03

Start Tasks From Your Phone

Hit /task <description> in the #agents channel from any device. A tiny daemon on your Mac (chirp-agent-listener) picks up the queued task within seconds and spawns a real claude process in the right repo — with your filesystem, credentials, and tools fully intact. Then you can go back to steering it from the couch.

04

Sub-Agent Transparency

Nested sub-agents append to the parent thread with their name as a prefix. You see who's doing what across the full agent tree.

05

Confirmation on Sensitive Projects

Mark a project requires_confirmation: true in your ~/.chirp/projects.json and the daemon posts a “react 👍 to run” prompt in the thread before it spawns. Safe by default on repos that shouldn't auto-execute from a phone.

Chirpy

In-App AI Assistant

06

Summarize & Catch Up

“@Chirpy summarize the last hour in #incidents” returns a tight brief. Ask “what did I miss?” after a long meeting and get a narrative catch-up.

07

Act Across the Fleet

Chirpy has MCP access to every tool you have access to. “Create a Docket card for this,” “log 30 minutes to Chirp,” “schedule a review with Elara Tuesday.” Destructive ops require a 👍 confirmation.

08

Action Extract

Ask Chirpy for action items from any thread and get back a numbered checklist with owners and deadlines when they can be inferred.

09

Meeting Prep

“@Chirpy prep me for my 3pm with Sloane” pulls Cadence event details, Tribe contact history, and relevant Codex pages into a briefing card.

Core Chat

Everything Slack Does

10

Channels & DMs

Public, private, shared, and announcement channels. 1:1 DMs and group DMs up to 9 participants. Multiple workspaces per user with a left-rail switcher.

11

Threads with Resolve

Any message starts a thread. Threads can be marked resolved for triage. Participants get notifications; resolution status surfaces in the channel view.

12

Mentions & Notifications

@user, @here, @channel, and custom keyword alerts. Per-channel notification levels, DND scheduling, and delivery via web push, email digest, Courier, or SMS.

13

Reactions & Custom Emoji

Unicode emoji picker with skin-tone and recent-used. Upload custom emoji per workspace. Emoji-only messages render extra large.

14

Files & Rich Content

Drag-drop, paste, or record. Image/video/audio previews, Shiki-highlighted code blocks, PDF thumbnails, voice clips, and fleet-aware link unfurling for Docket cards, Meridian invoices, and more.

15

Search That Remembers

Cmd+K opens command palette search. Slack-style filters (in:, from:, has:image, has:link) plus pg_vector-powered semantic search that finds the thread you vaguely remember.

16

Presence & Typing

Online, away, DND, custom status with emoji and expiry. Real-time typing indicators per channel. Read receipts keyed to last-read message.

17

Huddles

Low-friction voice and video rooms per channel or DM. Screen share, live transcription via Whisper, optional admin-gated recording.

Integrations

The Nervous System of the Fleet

18

Every Fleet Tool, Both Directions

Docket, Fulcrum, Meridian, Herald, Beacon, Tribe, Cadence, Courier, Narrative, Pulse, Vigil, Codex, Slate, Trellis, Auth, Purchase — all connect. Slash commands, link unfurling, and rich inbound notifications.

19

Inbound + Outbound Webhooks

Slack-compatible inbound payloads. Outbound webhooks with HMAC signatures, exponential retries, and a dead-letter queue you can replay from the admin UI.

20

Embeddable Chat Surface

Fleet tools like Slate embed Chirp threads inline via guest-session tokens. Tribe contacts get scoped chat access without a Chirp account. postMessage contract for theme sync, unread counts, and composer pre-fill.

21

Slash Commands

Built-ins like /remind and /status, plus fleet-provided: /docket, /time, /invoice, /task, /incident. Register your own via webhook or MCP.

22

Multi-Audience Access

Renkara staff, AccelaStudy students needing support, and invited guests share one platform with strict scope boundaries. Magic-link auth for guests, OIDC via auth.renkara.com for staff.

23

69 MCP Tools

Every API operation callable from Claude Code. Workspaces, channels, messages, threads, reactions, files, search, agent sessions, guest sessions, webhooks, bots, slash commands.

24

Chronicle Observability

Logs, metrics, and traces emitted natively via OpenTelemetry. Pre-built dashboards for messaging latency, agent sessions, webhook queues, and integration health.

25

Vigil + Bug Reporter

Vigil monitors registered at deploy time; SEV1/SEV2 incidents route to #alerts. Bug reports file Docket cards via Cmd+Shift+B with redacted state snapshots.

How It Works

From Hook to Reply

1

Session Starts

Claude Code boots. The session_init hook calls Chirp, provisions a thread in #agents, and returns a session token.

2

Events Stream

Every tool call posts a compact update. The thread becomes a live transcript of what the agent is doing.

3

You Reply

“Also make it idempotent.” Your message queues to the session inbox. No terminal needed.

4

Agent Sees It

Next hook poll surfaces the reply as a <chirp-inbox> system reminder. The agent responds accordingly.

Technical Specifications

Under the Hood

Backend

  • FastAPI (Python 3.12+)
  • PostgreSQL 15+ with pg_vector
  • Valkey 8
  • NATS JetStream
  • SQLAlchemy 2.0 async
  • WebSocket + SSE

Frontend

  • React 19
  • Vite 6
  • TypeScript
  • @avian/design-system
  • react-virtuoso message list
  • Light and dark theme

Agent Bridge

  • CLI mode via Claude Code hooks
  • Managed mode via Agent SDK
  • Scoped per-session tokens
  • Inbox-injection system reminders
  • Sub-agent transparency
  • Idle timeout + auto-refresh

Observability

  • Chronicle logs (structlog)
  • Prometheus metrics
  • OpenTelemetry traces
  • Vigil monitoring + alert routing
  • Bug reporter + Docket cards
  • Session-level agent dashboards

Development

Specced in an Hour

Chirp's complete architecture — four comprehensive design documents, fleet integration surface, Claude Code bridge, and build plan — was authored by Claude in a single sitting. Implementation begins now.

69
MCP Tools at Launch
14
Build Phases
16+
Fleet Integrations
Concurrent Agent Threads