PPolySim OS

Build on PolySim OS

A simulation platform you can call, embed, and extend — from a REST API to an MCP server for AI agents.

Simulation as an API

Save a model in the Studio, then call it with new parameters from your own code. Ideal for optimization loops, dashboards, and embedding live simulation in your product.

curl -X POST https://api.polysimos.com/v1/run \
  -H "Authorization: Bearer $POLYSIM_KEY" \
  -d '{"model":"lorenz","params":{"rho":28}}'