MCP-native · zero config · <15s deploys
The deploy platform built for AI agents. One API call. Live URL. Structured errors your agent can fix itself.
→ {"url": "https://your-app-4f2a.shipyards.run", "status": "live"}
Auto-detects framework, runtime, port, and build command. No config files ever required.
Machine-readable failures with phase, type, and fix suggestion. Agents self-heal in seconds.
Every deploy is a preview by default. Auto-expires. Promote to production with one API call.
Ships with an MCP server. Claude, Cursor, and Windsurf can deploy out of the box.
Structured Errors
Every failure returns a machine-readable object. Your agent reads the fix suggestion and retries — no human in the loop.
// POST /deploy → 422
{
"status": "failed",
"phase": "build",
"type": "missing_start_script",
"fix": "Add \"start\" to package.json"
}
How It Works
POST /deploy with tarball or git
Nixpacks detects runtime, builds container in sandbox
Container starts in <5s, HTTPS URL assigned
Success — live URL returned. Failure — structured error JSON.