Pay per call. Fund a wallet.
Govern the spend.
No seats. No tiers. No monthly minimums. Your agent spends prepaid credits per call — fractions of a cent — and every response carries its own price tag. You fund the wallet, set the budget, and see every debit. During closed alpha the effective charge is $0; the price signal is always published.
| Surface | Endpoint | Price / call | What you get |
|---|---|---|---|
| Weather | /v1/weather/stations | Free | The settlement-instrument registry (the menu) |
| Weather | /v1/weather/settlement | $0.001 | One official climate day, with the NWS product id |
| Weather | /v1/weather/settlement/history | $0.005 | Up to 400 days of settlement history |
| Weather | /v1/weather/signal | $0.01 | Per-degree distribution before the report prints |
| NFL | /v1/nfl/games | $0.001 | Schedule, finals, consensus market lines |
| NFL | /v1/nfl/fair-line | $0.01 | Model spread/total/win prob + drivers, snapshotted |
| NFL | /v1/nfl/qb · /v1/nfl/injuries | $0.002 | QB stat lines · injury report + reserve list |
| NFL | /v1/nfl/top100 | $0.001 | The players-voted Top 100, id-matched |
| MLB | /v1/mlb/games · /v1/mlb/fair-odds | $0.001 · $0.01 | Daily slate + probables · disclosed-model win probs |
| Crypto | /v1/crypto/spot · /v1/crypto/signal | Free · $0.01 | Spot + realized vol · strike-grid distribution |
| Markets | /v1/markets/edge | $0.01 | Live model-vs-market disagreements (the decision board) |
| Markets | /v1/markets/performance · /v1/nfl/performance | Free | The public scoreboard — no key required |
| Finance | /v1/sec/filing | $0.005 | Filing summary + diff vs. prior |
| Finance | /v1/backtest/run | $0.025 | Strategy backtest (genuine compute) |
| Finance | All other primitives | $0.002 | Options flow, factors, regime, sentiment, research, risk |
Fund the wallet with a card (Stripe); credits are prepaid and never expire during alpha. An empty wallet returns 402 with a price quote — agents can reason about cost before and after every call, because _meta.price is in every response.
What counts as a “call”?
| Action | Counts toward bill? |
|---|---|
| Successful (2xx) request to /v1/* | Yes — one call |
| Failed request (4xx, 5xx) | No |
| /healthz, /openapi.json, MCP capability negotiation | No |
| Backtest run with long-running compute | One call regardless of compute time |
| Stripe webhook, OAuth refresh | No |
Year 2: a separate compute units meter for resource-intensive jobs.
Alpha organizations are flagged is_alpha=true: you generate real keys, exercise the full wallet flow, and every response still publishes its list price — but charged_micros is 0 until general availability. Prices are not final and may change before GA; the per-call model will not.
