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.
Builds
List your app build jobs and outcomes
Collection
List your saved apps and their source references
Create
Create an app — a small, self-contained HTML tool hosted here. Takes the HTML; apps_build writes it for you from a description Apps run in a sandbox. Use fetch('/api/v1/<service>/<method>') or mu.service(name, method, args); mu.api does not exist. Direct external fetch is blocked. Inspect real service schemas and data before coding; never invent fields, rankings or claim runtime verification from static checks.
Edit
Edit an app you own — its name, description, tags, icon, HTML or price. Fields left out keep their value Apps run in a sandbox. Use fetch('/api/v1/<service>/<method>') or mu.service(name, method, args); mu.api does not exist. Direct external fetch is blocked. Inspect real service schemas and data before coding; never invent fields, rankings or claim runtime verification from static checks.
Embed
Show a saved micro app in the conversation. Embedding preserves access permissions and does not publish the app
Fork
Fork an app into your own account, to change independently of the original
Read
Read an app or build status by slug, including source HTML for apps you own
Search
Find your saved private micro apps by name, description or tag
Test
Test an app by checking its HTML and checking supported SDK calls; this is not browser execution, so an author finds out what is broken without opening it