StudioStudio

Studio

Studio is Biosimulant in the browser, at studio.biosimulant.com. Chat is the way in: you say what you want, and it runs on managed compute. Same runtime as the Python library and the Developer API.

Nothing to install, and you can start without an account.

The routes

RouteWhat it is
/Workspace home — recent chats, Labs and Runs in one place
/chatThe conversational workspace. A conversation keeps its permalink at /c/:threadId
/labsLabs you own or have forked, and public labs you have opened
/runsRun history, with the lab context behind each simulation
/filesReusable input files you upload, and the outputs your runs produce
/experimentsRuns grouped into arms so you can compare them
/deploymentsGitHub branches Studio watches, publishing a Lab version on every push

Chat used to live at /, so older links still point there. They still work: a request for / carrying a chat-entry parameter is redirected to /chat with its query intact.

What Studio cannot do

Studio runs labs that live in your account or on the Hub. It can’t see uncommitted files on your own machine. Run those with the runtime or the CLI.

Start here

If you want to…Go to
Fork a public lab, change a parameter and compare runsStudio quickstart
Understand what you keep without signing inGuest and account mode
Know where your labs, runs and files liveLabs, runs and files
Compare several arms against one questionRun an experiment
Publish a Lab version on every push to a branchDeployments

Next steps