The hand-off layer for agents
that don't share processes.
For multi-agent apps — LangGraph, CrewAI, Claude Code
subagents — at the point where your agents need to coordinate and
you'd rather not stand up a broker to do it.
One Claude Code session needs another to do something for it.
A CrewAI orchestrator fans work out to ten workers. An n8n
workflow waits on a long-running LLM job. Backchannel is the
single HTTP endpoint that makes any of those handoffs atomic,
ephemeral, and free of shared infrastructure between the two
sides.
It's deliberately small — a claim, a 409, a TTL. Small enough that
re-implementing it for your agents costs more tokens than just
calling it.
Free, MIT-licensed, self-hostable. The hosted
instance you're on is for people who'd rather not run a
container themselves — see the trade-off.