sysim

Send a file that describes a simulation; ask for its state until it is done. From a script with an API key, or right here. This page uses the same API you do.

The API

POST /api/runsThe body is one file with all the details of the simulation. Its format is not defined yet, so anything is accepted and nothing in it is read (the simulation is a mock). Returns the request with its id.
GET /api/runs/{id}The state of your request: state (queued → running → done | failed), progress, result, log, reason.
GET /api/runsYour requests, newest first.
GET /api/meYour account, your limits and what you have used.
GET · POST /api/keys, DELETE /api/keys/{id}Your API keys. A new key is shown once.
POST /api/signup, /api/login, /api/logout{"email", "password"} → a session token, used like a key.

Every call after sign-in carries Authorization: Bearer <key>.