Build on PolySim OS
A simulation platform you can call, embed, and extend — from a REST API to an MCP server for AI agents.
REST API
Run saved models with parameters and fetch results as JSON.
SDK
Typed JavaScript and Python clients for the API.
Webhooks
Get notified on run-complete and threshold events.
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}}'