Zero to Live App
in 5 Minutes
Sign up, connect your AI client, and deploy your first application through conversation.
Sign Up
Go to obto.co and click Sign in in the top-right corner. Authenticate with your Google account. Your OBTO instance is created automatically — no setup required.
Copy Your MCP Endpoint
After signing in, you'll see your personal MCP server URL on the landing page. This URL is unique to your account and connects your AI client to your OBTO instance.
Copy this URL. You'll need it in Step 4.
💡 Your MCP endpoint is the bridge between your AI chat interface and the OBTO deployment engine. Every app you build through conversation gets deployed through this connection.
Get the OBTO Skill
The OBTO Skill is a file called SKILL.md that teaches your AI model how to build and deploy applications on OBTO. Download it from GitHub:
👉 github.com/obto-inc/platform
| Client | Where to put SKILL.md |
|---|---|
| Claude Desktop | Add to project knowledge or attach as a file |
| Claude Web | Upload as a file attachment in your conversation |
| Cursor | Place in workspace root or .cursor/skills/ |
| VS Code | Place in workspace root directory |
| AntiGravity | Place in .agent/skills/ directory |
Connect to Your AI Client
Add your MCP server URL to your preferred AI client:
Claude Desktop: Settings → MCP Servers → Add Server → Paste URL → Approve OAuth
Claude Web: Create a Project → Project Settings → Integrations → Add MCP URL → Authorize
Cursor / VS Code: Open MCP config → Add OBTO endpoint → Restart
Build
You're connected. Now just describe what you want:
The AI reads the OBTO Skill, writes the backend logic, creates the frontend, deploys everything in the correct order, and your app goes live at yourapp.obto.co.