MIOSA Documentation

Build, preview, deploy, and operate AI-generated applications from one API. MIOSA gives your product isolated sandboxes for code work, live previews for iteration, durable deployments for production, desktop computers for browser agents, and white-label controls for customer-owned experiences.

Last updated:


Start here


What you can build


Platform guides


Developer surfaces

SurfaceUse it when
REST APIYou want complete control over sandboxes, files, exec, previews, deployments, computers, domains, tokens, and events.
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.
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.

See the changelog for the latest public platform behavior.