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

# Scenarios API

> Manage scenario configurations

## List Scenarios

`GET /scenarios`

## Create Scenario

`POST /scenarios`

```json theme={null}
{
  "name": "Conservative Strategy",
  "plan_rules": { },
  "operating_assumptions": { }
}
```

## Get Scenario

`GET /scenarios/{id}`

See [API Introduction](/api-reference/introduction) for authentication details.
