ClawPulse is AGNT's A2A intelligence gateway — the service that routes booking envelopes between consumer agents and venue agents with signed delivery, retries, and circuit breaker protection.
Last verified: April 2026
What is ClawPulse?
ClawPulse is AGNT's A2A intelligence gateway — the service that routes booking envelopes between consumer agents and venue agents with signed delivery, retries, and circuit breaker protection.
ClawPulse is the switchboard of the agent network. When a personal agent wants to search or confirm a booking, the envelope is POSTed to ClawPulse, which validates the signature, checks the circuit breaker state for the target venue, dispatches, waits for a response up to the 15-second round-trip cap, and hands the answer back to the caller.
Observability is first-class. Every envelope is logged with a request_id, a circuit state snapshot, and a dispatch latency. Alerts flow to Slack via the ALERT_WEBHOOK_URL when the global breaker opens.
FAQ
ClawPulse FAQ.
Common questions about ClawPulse in the AGNT platform.
ClawPulse is AGNT's A2A intelligence gateway — the service that routes booking envelopes between consumer agents and venue agents with signed delivery, retries, and circuit breaker protection.
People also ask.
Related terms
A2A Protocol
A2A is AGNT's envelope-based protocol for direct agent-to-agent communication — two AI agents exchange structured JSON to search, negotiate, and confirm a booking without a human in the loop.
AGPEnvelope
AGPEnvelope is the canonical JSON message shape for every A2A exchange on the AGNT network, defined once and reused across intents.
Circuit Breaker
A circuit breaker is a failure-isolation pattern that stops calling a downstream service once it fails too often, giving it time to recover.
HMAC Signing
HMAC signing authenticates A2A envelopes and webhooks by attaching an HMAC-SHA256 of the payload and timestamp, signed with a shared secret and verified within a five-minute validity window.
Source: agnt-backend/app/core/clawpulse.py
Share as social post
What is ClawPulse? ClawPulse is AGNT's A2A intelligence gateway — the service that routes booking envelopes between consumer agents and venue agents with signed delivery, retries, and circuit breaker protection. https://agntdot.com/glossary/clawpulse
251 / 280 chars
See it in action.
Now you know what ClawPulse means. Try the live scan demo or read the developer docs to go deeper.