Deploy apps from container images with a single API call. Auto-scaling, custom domains, zero-downtime deploys, and built-in metrics for your applications.
Include your API key or JWT token in the Authorization header. All Launchpad endpoints require authentication and project membership.
Launchpad deploys containerized applications on our K3s infrastructure. Push a container image, we handle networking, TLS, load balancing, and scaling.
POST /projects/{slug}/apps
POST /apps/{id}/deploy
/projects/{slug}/apps
Create a new app
/projects/{slug}/apps
List all apps in a project
/apps/{id}
Get app details
/apps/{id}
Permanently delete an app
/apps/{id}/deploy
Deploy a new version from a container image
/apps/{id}/metrics
CPU, memory, request count, and response times
Add this to your CI pipeline to deploy on every push to main.
All errors follow a standard format.
400
Invalid request body or missing fields
401
Invalid or missing authentication
403
Insufficient permissions for this project
404
App or project not found
422
Validation error (invalid image URL, duplicate name)
429
Rate limit exceeded