DATAFOOD v4 · BUNDLE PRICING + LIVE AGENT VIEW

Data Built for AI Agents

Bundle 20 data points in one call for $0.008 — 5–10× cheaper than calling 20 separate APIs. Watch your agent operate DataFood in real-time at /watch/{session_id}.
Day Pass — $0.99 unlimited 24h See live demo →
ROI CALCULATOR — HOW MUCH WOULD YOUR AGENT SAVE?

Your AI agent burns ~$700/mo on per-API subscriptions. DataFood bundles do the same job for under $30.

Drag the slider — math updates live.
Current: 200 queries/day · 6,000/month
Per-API status quo (typical AI agent stack):
• CoinGecko Pro: $129/mo   • Etherscan Pro: $200/mo
• NewsAPI: $99/mo   • OpenWeather One Call 3.0: $40/mo
• Alpha Vantage: $50/mo   • CryptoCompare Pro: $80/mo
• DefiLlama (free) + 3 more sources: $129/mo
Total: ~$727/mo flat — whether you use it or not.
YOU SAVE WITH DATAFOOD
$696/mo
DataFood cost: $30.69/mo
Optimal DataFood plan: bundles of 10
600 bundle calls/mo × $0.005 each
+ day pass days saved: 0
LIVE AGENT VIEW — WATCH YOUR AI WORK

See Your AI Agent Work in Real Time

Every DataFood session can stream a public /watch/{session_id} URL — clicks, searches, fetches, AI decisions, and live screenshots. Drop one line on your dashboard to give your team a live window into your agent. Demo session below — auto-seeded.

Embed anywhere: <script src="https://toughlovesec.win/widget/watch.js" data-session="abc"></script>
BUNDLE PRICING — DATA QUERIES
FREE TIER
1-2 queries
$0.001
each · single call
BUNDLE
3-5 queries
$0.0035
~$0.0007 ea · save 30%
SWEET SPOT
6-10 queries
$0.005
~$0.0005 ea · save 50%
POWER
11-20 queries
$0.008
~$0.0004 ea · save 60%
UNLIMITED PASSES
UNLIMITED
Day pass
$0.99
unlimited bundles · 24h + SSE
BEST VALUE
Week pass
$4.99
unlimited 7d
USE CASES

One Bundle Call → Whole Picture

Agent pulls BTC price + ETH gas + top HN stories + weather + token risk in one call for $0.005. Same data via APIs: ~$30 setup + 5 keys.

Live Agent View

Open /watch/{session_id} on your phone and see your AI clicking, searching, deciding — like Browserbase Live View, but for any agent.

Pre-Paid + Stripe-Gated

One-shot Stripe checkout, get a session_id, replay it on every bundle call. No accounts, no SDK, just a JSON POST.

SAMPLE — BUNDLE 3 QUERIES (FREE PREVIEW)
curl -X POST -H 'Content-Type: application/json' \
  -d '{"queries":[{"type":"crypto-price","q":"bitcoin"},{"type":"weather","q":"33.7,-84.4"},{"type":"news-hn-top"}],"free":1}' \
  https://toughlovesec.win/api/data/bundle
SAMPLE — START LIVE AGENT SESSION
curl -X POST -H 'Content-Type: application/json' \
  -d '{"agent_id":"trader-7","intent":"researching tech sector exposure"}' \
  https://toughlovesec.win/api/agent-session/start
# returns {session_id, watch_url: ".../watch/as_xxx"}
ENDPOINTS