Forecasting intelligence for approved builders and agents.
Public app data is free to browse. Structured API credentials and MCP sessions are private beta with scoped access.
Agent-ready forecasting intelligence for markets, probabilities, and event risk.
Veritas exposes public forecasting intelligence in the app today and prepares authenticated API / MCP access for selected builders, researchers, funds, and partners. The contract is designed around research-grade market data, not gambling workflows or guaranteed outcomes.
Useful without login. Structured without leaking private keys.
Public visitors can use the live app and safe browser routes. Server-side credentials stay on Veritas infrastructure; no API key is shipped to the browser.
Public Forecast App
Live markets, trending forecasts, category feeds, moving probabilities, volume, liquidity, source badges, AI summaries, and stale/snapshot states.
Public Research Endpoints
Selected read-only endpoints power the free UI through `/api/public/veritas/*`. These are cacheable, allowlisted, and designed for forecasting research display.
Private Intelligence
Authentication, bulk history, custom alerts, watchlists, MCP sessions, unreleased signal models, and institutional workflows require approved access.
Forecasting data objects and endpoint shape.
Public endpoint names below reflect the currently exposed browser-safe proxy. Private endpoint names are the intended external contract for approved users and should be treated as beta until credentials are issued.
GET /api/public/veritas/v1/markets GET /api/public/veritas/v1/markets/top GET /api/public/veritas/v1/markets/trending GET /api/public/veritas/v1/providers
GET /api/veritas/markets GET /api/veritas/market/:id/history GET /api/veritas/signals GET /api/veritas/categories GET /api/veritas/movers POST /api/veritas/watchlists POST /api/veritas/alerts
{
"id": "poly:market",
"title": "Will X happen by DATE?",
"category": "ai",
"source": "polymarket",
"probability": 0.72,
"probability_change_24h": 0.054,
"volume": 2400000,
"liquidity": 180000,
"status": "active",
"updated_at": "2026-05-31T12:00:00Z",
"url": "https://source.example/market"
}Agent interface for forecasting research workflows.
The Veritas MCP layer is being prepared for agent clients. It will expose read-only forecasting intelligence tools first, with authenticated sessions, scoped permissions, audit logs, and no trading execution.
veritas.search_markets
Search public prediction markets by topic, category, source, date window, or liquidity threshold.
veritas.get_market
Return a normalized market object with probability, movement, volume, liquidity, source, and timestamps.
veritas.get_movers
Surface fastest-moving probabilities, high-volume events, ending-soon markets, and volatility flags.
veritas.explain_signal
Generate research-grade narrative context for probability movement without financial or betting advice.
veritas.watch_event
Create agent-ready monitoring workflows for selected public events, categories, or market clusters.
veritas.export_snapshot
Return structured snapshots for approved research, partner, and internal intelligence workflows.