Workspace ready

Your OBTO workspace is ready.

Three steps to your first live app. There is nothing to generate: everyone connects to the same endpoint, and signing in with OAuth tells OBTO who you are and which workspace is yours.

1Copy the endpoint

https://app.obto.co/ms/mcp

One URL for every OBTO user and every AI client. No API key. Your first connection opens a Google sign-in; after that, your client is scoped to your workspace.

2Connect your AI client

Claude Code

/plugin marketplace add obto-inc/platform
/plugin install obto@obto

OpenAI Codex

codex plugin marketplace add obto-inc/platform
codex plugin add obto@obto
codex mcp login obto

Cursor, Claude Desktop, ChatGPT and other MCP clients

Add https://app.obto.co/ms/mcp as a remote MCP server. Per-client settings are on the Getting Started page.

3Ask for your first app

Try: Build me a guestbook with a public page and a list of entries. Your client calls OBTO, creates the app, validates it, and hands you a live URL. The Free plan includes one application.

What you did not get: an API key or a personal URL. OAuth identifies you, so there is nothing to keep secret on this page.