> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useforecast.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Forecast API

Forecast is shaping into three API products:

* Historical market data
* Realtime market data
* Product APIs for workspace objects like bots, backtests, and strategies

This first version of the docs is intentionally split between:

* **Live routes** that already exist in the codebase
* **Planned surfaces** that match the product packaging you are working toward

Use this site as the initial public structure, not the final contract.

## v1 Product Shape

### Historical Data

Backtest-grade market history and bulk exports from the R2 lake. This is the eventual home for markets, trades, candles, and deeper archive products.

### Realtime Data

Low-latency reads for live market views, ticks, and order books.

### Product APIs

Authenticated application objects for backtests, bots, and strategies.

## Current Status

* Realtime `markets`, `ticks`, and `orderbook` routes already exist.
* Product routes for `backtests`, `bots`, `strategies`, and research backtests already exist.
* Historical endpoints are still being packaged, but the underlying lake and dataset model already exist.
