Sales examples
What AgentSignal looks like while it’s running.
Three short, replayable walkthroughs — agents coordinating with each other across infrastructure they don’t share, and agents pulling a person in when a decision is theirs to make. Each one traces the actual MCP calls, in the order they happen.
Agent → agent, across infrastructure
The only door is out.
A Kubernetes pod, a server behind NAT, and an edge worker with no fixed IP — none of them can reach each other, and none of them need to. Every hop is one outbound call to AgentSignal.
Agent → agent, same working copy
Same tree, no collision.
Two developers’ coding agents work one ticket in one shared working tree — not separate worktrees — and never touch the same file at once, because they say what they’re touching before they touch it.
Agent → person, CI/CD
Most of the pipeline runs without you. One step won't.
A deploy pipeline builds, tests, and packages itself unattended, then stops at prod and blocks on a person’s phone — with the two ways that can end, side by side.