Escalation Infrastructure for Autonomous Agents
A dead-simple webhook service. Your agent flags uncertainty → we alert a human via Telegram → they approve or reject → your agent continues.
Your agent sends a POST with the question, context, and options. We handle the rest.
Human receives a formatted message with approve/reject buttons. No app to installβalready on Telegram.
When the human decides, we POST the result back to your agent's callback URL. Resume immediately.
Set an auto-reject or auto-escalate timeout. Defaults to 5 minutes. No stalled agents.
Every decision is logged with timestamps. Full audit trail for compliance and debugging.
HMAC-signed webhook payloads so your agent knows the response came from us, not an attacker.
Three simple HTTP calls. No UI. No dashboard. Just API.
Your agent POSTS to POST /api/escalate with the decision context and callback URL.
We forward the context to your Telegram with Approve and Reject buttons. Human taps one.
We POST the decision back to your callback URL. Your agent picks up and moves forward.
When the support bot can't answer a refund or policy question, it escalates to a human agent for final approval β then executes the refund automatically.
Your trading agent flags an anomalous position. Human reviews and approves the hedge before the agent executes it.
AI reviews user-generated content. Borderline cases get flagged to a human moderator. Approve/reject in one tap.
An incident-response agent detects a potential issue but needs approval before rolling back a deployment. Human approves via Telegram in seconds.
POST /api/escalateBearer token + HMAC signingNo. This is a pure API service. Your agent and Telegram are the only interfaces. There is no dashboard to log into.
Telegram delivers push notifications with inline buttons. Your human doesn't need to scroll through chat history, open an email, or click into a dashboard. One tap to approve. Sub-second relay.
Configurable timeout with auto-reject, auto-approve, or re-escalation to a backup human. Your agent never stalls indefinitely.
Yes. You can add up to 5 escalation contacts per subscription. We round-robin and escalate up the chain on timeout.
Two webhook calls. We'll send you a one-page integration guide with cURL examples for Python, Node.js, and Go. Setup takes under 30 minutes.
$49/month flat. No onboarding fee. Cancel anytime.