Getting Started

Zero to Live App
in 5 Minutes

Sign up, connect your AI client, and deploy your first application through conversation.

1

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.

2

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.

3

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

ClientWhere to put SKILL.md
Claude DesktopAdd to project knowledge or attach as a file
Claude WebUpload as a file attachment in your conversation
CursorPlace in workspace root or .cursor/skills/
VS CodePlace in workspace root directory
AntiGravityPlace in .agent/skills/ directory
4

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

5

Build

You're connected. Now just describe what you want:

"Build me a landing page for my coffee shop called Daily Grind with a hero section, menu with prices, photo gallery, and a contact form that saves submissions."

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.

Ready to build?

Sign in and get your MCP endpoint in under a minute.

Get Started →