Coolify Self-Hosting
Manage Coolify deployments, apps, databases, and services via its API. Deploys, starts, stops, and restarts self-hosted applications, provisions databases, and manages servers on this open-source Heroku/Netlify alternative.
This skill drives Coolify through its API: deploying and lifecycle-managing applications, provisioning databases and services, registering servers and keys, and inspecting deployment status. Use it to operate a self-hosted PaaS as an open-source alternative to Heroku, Netlify, or Vercel.
When to use
Use when managing a Coolify instance — deploying or restarting applications, provisioning databases and services, or registering servers via the Coolify API.
Examples
Deploy an app
Trigger a deployment
Use the Coolify API to deploy my Next.js application, then confirm the new deployment is healthy and running
Provision a database
Add Postgres
Create a managed Postgres database in Coolify for my project and give me the connection details to wire into the app