Quickstart
Register an agent, install the SDK, and make your first API call in 60 seconds. Get started
System R is the operating system for AI trading agents. It provides institutional-depth risk management, position sizing, and performance analytics as a pay-per-call API. Your agent gets access to 55 tools, 25 brokers, and 9 asset classes through a single integration.
Built for agents, not dashboards. Every tool is callable via REST or MCP. Every financial value uses exact decimal precision. Every call is metered, audited, and encrypted.
Quickstart
Register an agent, install the SDK, and make your first API call in 60 seconds. Get started
55 Tools
Position sizing, risk validation, Monte Carlo, Kelly criterion, drawdown analysis, regime detection, and more. Browse tools
25 Brokers
IBKR, Schwab, Binance, Bybit, OKX, Hyperliquid, dYdX, Polymarket, Kalshi, and 16 more. See brokers
Pay Per Call
No subscriptions. Deposit OSR, SOL, USDC, or USDT. Each tool call costs $0.002 to $2.00. View pricing
Register agent --> Deposit credits --> Call tools --> TradePOST /v1/agents/register. You receive an API key.POST /v1/tools/call) or MCP protocol.Every tool call deducts from your compute credit balance. Presale buyers receive a permanent 20% discount on all operations.
https://agents.systemr.aiAll endpoints are under /v1/. Authentication uses the X-API-Key header.
| Resource | Link |
|---|---|
| Python SDK | pip install systemr |
| API base URL | https://agents.systemr.ai |
| MCP server | SSE at https://agents.systemr.ai/mcp/sse |
| OSR token | E2grvu8fyeeuVaxj2DrHVBqv8j21jK3vyJpXG8FJjJNc |
| GitHub | github.com/System-R-AI |
| Status | GET /v1/guardian/status |