API-first website platform. Control your site with AI agents or integrate with any tool.
Platform
A complete developer platform for programmatic site management.
Create, update, publish, and archive pages via API. Full lifecycle management.
Add, reorder, and configure 13 block types programmatically.
Generate full pages from text prompts or refine individual blocks with AI.
Subscribe to events and receive real-time notifications when things change.
Clone pages from templates for consistent layouts across your site.
Upload images and assets via the API for use in your pages.
MCP Protocol
Launchpad ships a Model Context Protocol (MCP) server — connect it to Claude, Cursor, or any MCP-compatible AI assistant and control your site with natural language.
List all pages
Create new pages
Add blocks to pages
AI-generate full pages
Refine blocks with AI
Upload images and files
Go to Settings → API Keys and generate a new key for your project.
Connect your AI assistant via MCP, or call the REST API directly from your code.
Create pages, add blocks, and generate content with AI — all programmatically.
REST API
Standard REST API with JSON responses. Authenticate with Bearer tokens.
https://your-site.launchpad.com/api/v1
Authorization: Bearer lp_live_...
100 requests/minute (AI endpoints cost 5 units)
JSON envelope with { data, meta?, error? }
Get your API key and start building with Launchpad in minutes.