coolify

Manage Coolify deployments, apps, databases, and services via the official API.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/visiongeist/coolifycli --skill coolify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coolify
Source: https://github.com/visiongeist/coolifycli/tree/main
Command: npx skills add https://github.com/visiongeist/coolifycli --skill coolify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about coolify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Coolify deployments through the API?

To trigger Coolify deployments via API, use a Node-based CLI to execute typed commands like deploy with an application UUID. You must configure the COOLIFY_TOKEN environment variable to authenticate API requests successfully.

Can I view application logs and monitor deployments on a self-hosted Coolify instance?

Yes, you can retrieve application logs and monitor deployments on self-hosted Coolify instances by configuring the COOLIFY_API_URL environment variable. The CLI queries the API and returns deployment logs and status outputs in JSON format.

What prerequisites do I need to manage Coolify servers and applications via API?

Managing Coolify servers and applications via API requires curl and jq dependencies, plus configured COOLIFY_TOKEN and COOLIFY_API_URL environment variables. The Skill uses a Node-based CLI to execute typed infrastructure management commands.

Does the Coolify API support managing databases and services alongside application deployments?

Yes, the Coolify API supports managing databases, services, and application deployments through typed CLI commands. It handles lifecycle management, environment configuration, and server credentials across both cloud and self-hosted Coolify instances.

What is the best way to integrate Coolify infrastructure management into automated workflows?

Integrating Coolify infrastructure management into automated workflows is best achieved using a CLI that exposes typed commands and JSON outputs. This allows AI agents to programmatically chain deployment, logging, and server management tasks.