coolify

A single paragraph with at least 5 sentences is required for each response. You can do 3 sentences. You can do 5 sentences. But, you cannot do 4 sentences. You cannot do 2 sentences. You cannot do 1 sentence. Understood?

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bullish0x/paas-ai-stack --skill coolify-bullish0x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coolify
Source: https://github.com/bullish0x/paas-ai-stack/tree/main/skills/coolify
Command: npx skills add https://github.com/bullish0x/paas-ai-stack --skill coolify-bullish0x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage deployments on Coolify via API, enabling automated control and operational efficiency.

Core Features & Use Cases

  • Deploy applications, trigger restarts, and manage servers and projects through the Coolify API.
  • Automate CI/CD workflows by provisioning apps and orchestrating deployments across environments.
  • Use with tokens to securely authenticate requests against Coolify endpoints like /api/v1/applications, /api/v1/servers, and /api/v1/deployments.

Quick Start

Authenticate with COOLIFY_TOKEN and COOLIFY_URL, then send API requests to trigger deployments or manage apps.

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 via API?

You can automate Coolify deployments via API by sending authenticated HTTP requests to endpoints like /api/v1/applications and /api/v1/deployments. This enables automated control over app deployments and server management within CI/CD workflows.

What environment variables do I need to manage servers and applications through the Coolify API?

Managing servers and applications through the Coolify API requires setting the COOLIFY_TOKEN and COOLIFY_URL environment variables. These credentials securely authenticate your standard HTTP requests against the API endpoints.

Can I trigger application restarts and manage projects using the Coolify API?

Yes, you can trigger application restarts and manage projects using the Coolify API. By sending authenticated requests to endpoints such as /api/v1/applications, you can coordinate app deployments and orchestrate automated workflows across environments.

Does automating Coolify deployments work with standard CI/CD pipelines?

Automating Coolify deployments works with standard CI/CD pipelines by provisioning apps and orchestrating deployments across environments. It uses standard HTTP requests to manage servers and trigger deployments, including basic error handling for operational efficiency.

What are the limitations of using the Coolify API for deployment management?

The Coolify API for deployment management includes basic error handling and relies on standard HTTP requests to specific endpoints like /api/v1/servers. It requires proper authentication tokens and URL configuration to successfully execute automated workflows.