Skip to content

Octagon Documentation

Octagon is a platform of specialized AI agents and APIs for investment and market research.

If you are new to Octagon, start with the Quick Start. If you are integrating, jump straight to Agents or the REST API.

Agents

The Octagon agents are domain-specialized models for financial and market intelligence. Each agent is callable via the REST API or the MCP server.

SectionWhat it covers
Agents OverviewFull catalog of agents grouped by domain — Prediction Markets, Public Markets, and Deep Research.
Octagon AgentThe orchestrator agent that routes queries to specialized sub-agents.
Prediction Markets AgentKalshi event research with model-vs-market probability deltas.
Deep Research AgentLong-form research workflows across filings, financials, market data, and web sources.

REST API

OpenAI-compatible endpoints plus direct endpoints for prediction markets.

SectionWhat it covers
REST API OverviewBase URL, conventions, and the relationship between endpoints.
AuthenticationBearer tokens and key management.
ResponsesThe OpenAI-compatible responses endpoint.
Chat CompletionsThe OpenAI-compatible chat completions endpoint.
Prediction Markets EventsLatest snapshot of every analyzed prediction market event, plus per-event history.
Kalshi Search APISearch, clustering, correlation, and model-edge lookups over Kalshi.
Baskets APIOne-call basket construction, Kelly sizing, backtests, and validation.
Reports APIReport listing, retrieval, and fresh generation per event.
KPI Equity Impact APICompany KPI prints scored against market and model expectations.

Tools & SDKs

SectionWhat it covers
MCP ServerThe Octagon MCP server for use with Claude, Cursor, and other MCP-aware clients.
Claude PluginThe Octagon plugin for Claude, with connector auth and packaged analyst workflows.
Deep Research MCPThe dedicated deep-research MCP integration.
Excel Add-InOctagon agents inside Excel for spreadsheet-based research.
OpenAI Agents SDKBuilding multi-step agent workflows on top of Octagon.
Using AI Coding ToolsPatterns for invoking Octagon from AI coding assistants.

Example Projects

  • Kalshi Deep Trading Bot — reference implementation that combines the Prediction Markets Agent, the Events API, and the Kalshi search/baskets endpoints.

Next Steps