# Viability Torus Lab Viability Torus Lab is a deterministic, seeded simulator for synthetic two-phase toroidal viability dynamics. Results demonstrate model behavior; they are not empirical evidence or operational policy recommendations. ## Machine interfaces - Model manifest: /api/v1/model - Published scenarios: /api/v1/scenarios - Run simulation or ensemble: POST /api/v1/simulate - Compare experiments: POST /api/v1/compare - Sweep parameters: POST /api/v1/sweep - Validate a draft scenario: POST /api/v1/proposals/validate - Streamable HTTP MCP endpoint: /mcp - JSON Schema index: /schemas/v1/index.json - Service description: /.well-known/viability-torus-lab.json - Research paper: /paper.pdf - Source and CLI: https://github.com/mindbomber/viability-torus-lab Read /api/v1/model before running a large experiment. Public requests are bounded by internal integration work as well as returned data. Prefer seeded ensembles over a single seed, retain experimentId and the evidence receipt, report model/scenario/contract versions, and preserve the synthetic-evidence disclaimer. Viability status and phase regime are separate; do not interpret estimatedPhi when phase.identifiable is false. Scenario validation never publishes a proposal; publication requires an explicit evidence declaration, human-reviewed source change, and deterministic reference tests.