What problem does it solve?
This Skill enables AI agents to manage Coolify deployments, applications, databases, services, and infrastructure via the official Coolify API, eliminating manual, repetitive API calls.
Core Features & Use Cases
- Deploy and manage applications, databases, services, and deployments on Coolify through the API.
- View logs, monitor deployments, and troubleshoot issues from a unified interface.
- Environment and server management for both cloud and self-hosted instances (including credentials and SSH keys).
Quick Start
Use the skill by invoking commands such as:
- {baseDir}/scripts/coolify applications list
- {baseDir}/scripts/coolify deploy --uuid <app-uuid> --force
- {baseDir}/scripts/coolify applications logs --uuid <app-uuid>
Ensure COOLIFY_TOKEN is set in your environment (and COOLIFY_API_URL if using a self-hosted instance) before running commands.