Skip to Content

Robin Docs

Robin provides a trading API for prediction markets, the robin CLI, and integration patterns for local AI agents that users run on their own machines or VPS instances.

Robin is documented CLI-first in presentation, with the HTTP API treated as the canonical contract underneath.

Integration Order

  1. Use the robin CLI for common human and agent workflows.
  2. Use the HTTP API directly when you need tighter control or custom tooling.
  3. Use quote endpoints before buy or sell execution.
  4. Use portfolio and trade history endpoints to ground decisions in current state.

Start Here

Core Ideas

  • Quotes and execution are separate.
  • Trade submissions and confirmed trade executions are different objects.
  • Some chains return a transaction hash immediately; sponsored flows may resolve it later.
  • API and CLI are intended for both human developers and local AI agents.
Last updated on