MCP-native deployment platform — your AI writes and deploys full-stack apps to a live URL in one conversation. Model-agnostic, self-hostable, Glass Box transparency.
Build and deploy full-stack apps on the OBTO platform via MCP tools. OBTO stores all code as MongoDB records — no filesystem. Covers the stateless contract (appName + domain on every call), the collections (pltfpage, pltfjavascript, pltfstylesheet, pltfuitemplate, pltfscriptclient, pltfpolicyclient, pltfscriptserver…
This skill should be used when the user asks to "build an app on OBTO", "create an OBTO app", "scaffold an app", "add a page/route/script to my OBTO app", or any task that creates or modifies OBTO application artifacts. Covers the stateless contract, the reliability-first build loop, and the done-means-done smoke gate.
This skill should be used when the user asks to "deploy to OBTO", "upload a large file/module to OBTO", "ship this artifact", "push this script to the platform", or when any single artifact source is too large for one tool call. Covers deployment order, choosing the write path (patch vs. upsert vs. chunked vs.…
This skill should be used when the user asks to "create a custom MCP tool on OBTO", "add a tool to my domain", "publish a guide/resource through the OBTO MCP server", "register an MCP prompt", "extend the OBTO MCP surface", or mentions obtocreatemcptool / dynamic tools. Covers the per-tenant MCP triad (tools…
This skill should be used when the user asks to "remember something about this app", "recall what we know", "keep context across conversations", mentions OBTO memory/Hindsight, or when an agent needs durable context on the OBTO platform. Covers obtoremember / obtorecall scoping modes and the discipline for using them…
This skill should be used when the user reports an OBTO error, asks "why did this OBTO call fail", mentions errors like collectionnotinallowlist, must pass appName/domain, hostmismatch, scopeownershipmismatch, stale tools, or wants to debug an OBTO app via logs. Covers the structured error envelope and the standard…
This skill should be used when the user asks to upload a LOCAL binary/media file (image, video, PDF, or other asset) into OBTO and get back a served/CDN URL — "upload this image to OBTO", "host this file on OBTO", "get a served URL for this asset", "obtorequestuploadurl", "obtouploadmedia", "obtostagechunk". Covers…