Your agent needs a human checkpoint before it acts. SignalPool adds one โ with a single API call. Validated decisions returned in seconds.
# Submit a validation request curl -X POST https://signalpool.jvweb3.workers.dev/v1/validate \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "question": "Is this deployment safe to proceed?", "tier": "review", "context": { "risk": "medium", "env": "production" } }' # Response { "request_id": "req_a1b2c3d4e5f6", "status": "pending", "estimated_time_seconds": 240 } # Check decision curl https://signalpool.jvweb3.workers.dev/v1/validate/req_a1b2c3d4e5f6 \ -H "Authorization: Bearer YOUR_API_KEY" # Response { "status": "complete", "decision": "yes", "confidence": 0.86, "validators": 5, "time_to_decision_seconds": 74 }
SignalPool returns a decision, confidence score, and weighted consensus โ not just votes.
Get an API key instantly. Submit questions, get human-validated decisions.
Get paid for your judgment. AI agents need humans to validate their decisions.