Apps
Assistant — An experimental chat-only interface to Micro, with... Free
계산기 — 기본 계산과 사칙연산, 괄호, 백분율, ... Free
Place Explorer — Find places nearby + local weather Free
14 apps available
Build apps, set your price, keep every penny of every sale.
These are internal service capabilities used by your agents. Sign in to try them here.
Methods
Build
Queue a durable app build and immediately return its ID and status URL. Use BuildStatus to retrieve progress and the completed app. Reuse request_key on retries. Builds survive server restarts
BuildStatus
Read your saved app build status by ID. Poll until complete or failed; the same ID survives restarts.
Create
Create an app — a small, self-contained HTML tool hosted here. Takes the HTML; apps_build writes it for you from a description
Edit
Edit an app you own — its name, description, tags, icon, HTML or price. Fields left out keep their value
Embed
Get the HTML that puts an app on another page — an iframe tag pointing at the app, which runs there sandboxed the same way it runs here. Apps that charge cannot be embedded, and an app that calls mu. only reaches this instance from a page on it
Fork
Fork an app into your own account, to change independently of the original
Read
Read the details of one app by its slug
Search
Search the apps directory for small, useful tools, by name, description or tag
Test
Test an app by checking its HTML and running its mu.api calls server-side, so an author finds out what is broken without opening it