MIOSA developer platform

Build in a sandbox. Run anywhere.

One operating layer for agents that write code, use computers, manage data, and ship durable applications.

Isolated sandboxes Immutable releases Customer cloud ready
production workflow
ready
Build Sandbox
Preview Live URL
Verify Evidence
Promote Release
5
Run Production
Terminal miosa.app.yml
$ miosa app preview . --json
$ miosa app verify rel_9f2a . --json
$ miosa app promote rel_9f2a . --yes
release rel_9f2a verified and live
Public URL my-app.osa.miosa.app
View deployment contract

Explore the platform

Core infrastructure


What you can build

Build your own Genspark, Emergent, or Blackbox AI

Build a branded prompt-to-app platform where agents generate full-stack software, stream their work, open live previews, manage versions, and publish production deployments.

Agent orchestration

Coordinate sandbox agents, computer agents, artifact generators, browser QA, deployment agents, and live UI events.

Backend-powered agent products

Add a backend that resolves users, dispatches prompts, streams agent work, stores artifacts, and enforces quota.

Build your own Polsia, Cofounder, or Nebula

Build autonomous company operators, agent departments, persistent virtual devices, miniapps, jobs, approvals, and connected-tool workflows under your own brand.

White-label SaaS builders

Give each customer isolated workspaces, branded preview domains, deployment domains, custom domains, browser tokens, and usage attribution.

Lead magnet and microsite generators

Turn prompts into published landing pages, intake forms, calculators, content hubs, and campaign sites without exposing MIOSA.

Full-stack generated apps

Run apps that need a server process, API routes, background work, environment variables, and persistent release management.

Code execution products

Execute user code in isolated environments, stream stdout and stderr, capture artifacts, and shut work down when finished.

Browser automation agents

Use Computers for real browser sessions: navigate, click, type, upload files, capture screenshots, and hand control to users.

External computer providers

Bring third-party computer capacity into MIOSA while keeping one API, one product surface, and one user relationship.

Desktop and agent evaluations

Measure sandbox lifecycles, desktop readiness, screenshot/action latency, and task success across agent workflows.


Platform guides


Developer surfaces

SurfaceUse it when
REST APIYou want complete control over sandboxes, files, exec, previews, deployments, computers, domains, tokens, and events.
Backend orchestrationYou are building the server-side layer that dispatches prompts into MIOSA devices and streams work back to your UI.
CLIYou want to create, inspect, publish, and debug resources from a terminal.
Python SDKYou are building agent loops, backend orchestration, or data workflows in Python.
TypeScript SDKYou are building Node services, web backends, or product integrations in TypeScript.
Go SDKYou are building backend services that need typed deployment, App Engine, and proof helpers.
MCP serverYou want an AI agent to use MIOSA tools through the Model Context Protocol.
Agent Development KitYou want higher-level agent building blocks on top of the raw sandbox and deployment APIs.

For LLMs

MIOSA publishes machine-readable docs indexes so agents can retrieve current public documentation without scraping the site.


Current production contract

Use URLs returned by the API instead of constructing hostnames yourself:

  • preview_url for sandbox previews.
  • desktop_url for computer desktops.
  • public_url for deployments.
  • custom_domain or deployment-domain URLs when a workspace has branded domains configured.
  • docker_deploy_app in deployment responses as App Engine container proof.

For App Engine, a deployment is not proven live until it has a normal Deployment row, deployment_product: "docker_deploy", an active workspace App Engine host, a docker_deploy_app row, a running container route, and an HTTP response from public_url.

See the changelog for the latest public platform behavior.