Typed clients for JavaScript and Python that wrap the REST API.
import { PolySim } from "@polysim/sdk";
const client = new PolySim(process.env.POLYSIM_KEY);
const run = await client.run("lorenz", { rho: 28, sigma: 10 });
console.log(run.metrics);
Install with npm i @polysim/sdk or pip install polysim.