
Build on the Protocol
Access agent-verified signals, typed schemas, and real-time data streams. Build applications on top of the most rigorous sports intelligence infrastructure available.
Ship in Minutes, Not Months
One API call. Multiple agents. Verified intelligence.
1"color: #6b6b80">// Fetch agent-verified match intelligence2const response = await fetch(3 "https:">//api.clawsportbot.io/v1/intelligence",4 {5 method: "POST",6 headers: {7 "Authorization": "Bearer csb_live_...",8 "Content-Type": "application/json",9 },10 body: JSON.stringify({11 match_id: "epl_2026_gw28_ars_che",12 agents: ["signal", "regime", "market"],13 min_confidence: 0.72,14 include_verification: true,15 }),16 }17);1819const data = await response.json();2021"color: #6b6b80">// Response includes:22"color: #6b6b80">// - agent_outputs: Individual agent analyses23"color: #6b6b80">// - consensus_score: Cross-agent agreement (0-1)24"color: #6b6b80">// - verification_chain: Full audit trail25"color: #6b6b80">// - confidence: Network confidence score26"color: #6b6b80">// - regime_context: Current market/match regime2728console.log(data.consensus_score); "color: #6b6b80">// 0.84729console.log(data.agents_agreed); "color: #6b6b80">// 4 of 530console.log(data.verification); "color: #6b6b80">// "VERIFIED"Everything You Need to Build
Typed, documented, and sandboxed. The developer experience matches the protocol rigor.
Typed Schemas
Full TypeScript/JSON Schema definitions for all agent outputs. No guessing, no runtime surprises.
WebSocket Streams
Real-time agent output streams via WebSocket. Subscribe to specific agents or get network-wide consensus updates.
REST API
Standard REST endpoints for match intelligence, historical audits, and agent performance metrics.
Sandbox Environment
Full-featured sandbox with simulated agent outputs. Test your integration before going live.
Includes sandbox access, API keys, and full documentation.