Skip to main content

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.

List Scenarios

GET /scenarios

Create Scenario

POST /scenarios
{
  "name": "Conservative Strategy",
  "plan_rules": { },
  "operating_assumptions": { }
}

Get Scenario

GET /scenarios/{id} See API Introduction for authentication details.