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
- Use the
robinCLI for common human and agent workflows. - Use the HTTP API directly when you need tighter control or custom tooling.
- Use quote endpoints before buy or sell execution.
- 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