> ## 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.

# Strategies

# Strategies

**Route:** `GET|POST /api/v1/strategies`

Strategies are currently a Supabase-backed product resource rather than a public alpha feed.

## Current Read Shape

The collection route supports filtered reads such as:

* `type`
* `status`
* `owner`
* `limit`
* `uid`

## Current Write Shape

`POST /api/v1/strategies` writes strategy objects through the existing application layer.

## Recommendation

Keep the first public strategy docs tightly scoped to user-owned strategy objects:

* strategy metadata
* saved payloads
* versions
* presentation fields

Do not expose global internal strategy corpuses or research-run internals in the first API release.
