Tollbooth
Pay-per-call agent tool gateway. Autonomous agents pay to access Hermes workflows â research, enrichment, screening, charting, receipt parsing. Five payment rails. Free tier for discovery.
Stock enrichment with Finviz + Yahoo Finance â short float, RSI, SMA, valuation, quality gate.
White-background mplfinance charts â price, volume, SMA, RSI. Returns PNG URL.
Research memo with adversarial QA evaluation. Multi-source pipeline â memo, QA, living page.
Extract structured data from receipt images â vendor, amount, line items. OCR + extraction.
Weekly agent economy thesis digest â thesis score, signals, regime, contradictions.
Protocol-agnostic. Agents pay however they want. Five rails supported from day one. Payment validation before execution â zero compute wasted on unpaid calls.
# 1. Discover tools
curl https://api.squadrop.com/tollbooth/v1/tools
# 2. Free tier call â stock enrichment
curl -X POST https://api.squadrop.com/tollbooth/v1/stock-enrich \
-H "Content-Type: application/json" \
-H "X-Agent-ID: agent-0xYOURAGENT" \
-d '{"ticker": "NVDA"}'
# 3. Paid call â research memo (x402)
curl -X POST https://api.squadrop.com/tollbooth/v1/research-memo \
-H "Content-Type: application/json" \
-H "X-Payment-Proof: {\"rail\":\"x402\",\"tx_hash\":\"0x...\",\"amount\":25.00,\"payer\":\"0x...\"}" \
-d '{"question": "What is NVIDIA position in the AI compute stack?", "depth": "standard"}'
# 4. No payment? Get instructions
curl -X POST https://api.squadrop.com/tollbooth/v1/stock-enrich \
-H "Content-Type: application/json" \
-d '{"ticker": "NVDA"}'
# â HTTP 402 with accepted rails + pricesBuilt on Hermes Agent. Zero infrastructure cost. Multi-rail. Agent-native.