# Mithril ## Docs - [API reference](https://docs.trymithril.com/api-reference/overview.md): Every endpoint the gateway serves, with a live, machine-generated spec. - [Authentication](https://docs.trymithril.com/authentication.md): How the gateway authenticates your requests. - [Conventions](https://docs.trymithril.com/concepts/conventions.md): Base URL, IDs, units, pagination — the shared rules across every endpoint. - [Errors](https://docs.trymithril.com/concepts/errors.md): The single error envelope and what each status means. - [Idempotency](https://docs.trymithril.com/concepts/idempotency.md): Make order placement safe to retry. - [Rate limits](https://docs.trymithril.com/concepts/rate-limits.md): How the gateway paces requests, and how to handle 429s. - [Accounts](https://docs.trymithril.com/guides/accounts.md): Workspaces, subaccounts, and unified balances. - [Guardrails](https://docs.trymithril.com/guides/guardrails.md): Server-side risk limits checked before any order reaches the venue. - [Market data](https://docs.trymithril.com/guides/market-data.md): Search markets, read the orderbook, pull prices — normalized across venues. - [Orders](https://docs.trymithril.com/guides/orders.md): Place, track, and cancel orders through one API. - [Risk & P&L](https://docs.trymithril.com/guides/risk.md): Exposure, P&L, fills, and portfolio — one call each, per subaccount or workspace. - [Smart execution](https://docs.trymithril.com/guides/smart-execution.md): Preview impact, work orders into thin books, and measure every fill. - [Introduction](https://docs.trymithril.com/index.md): Welcome to your project - [Quickstart](https://docs.trymithril.com/quickstart.md): From an API key to a risk-checked order in a few minutes. - [MCP server (AI agents)](https://docs.trymithril.com/sdks/mcp.md): Let Claude or any MCP agent trade through Mithril — with your risk limits enforced. - [Python SDK](https://docs.trymithril.com/sdks/python.md): The official Python client — typed, batteries-included. ## Optional - [API explorer](https://api.trymithril.com/docs) - [Dashboard](https://app.trymithril.com) - [Book a call](https://calendly.com/thekarlg)