Coolify REST API

Self-hosted platform-as-a-service that lets you deploy apps, databases, and services on your own infrastructure via a REST API, replacing Heroku/Netlify/Vercel with full data ownership.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Other self-hosted paas docker deployment heroku-alternative open-source single-server databases ssl
⚙ Agent Friendliness
51
/ 100
Can an agent use this?
🔒 Security
67
/ 100
Is it safe for agents?
⚡ Reliability
61
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
72
Error Messages
68
Auth Simplicity
80
Rate Limits
55

🔒 Security

TLS Enforcement
90
Auth Strength
65
Scope Granularity
40
Dep. Hygiene
72
Secret Handling
70

TLS is configured by Coolify automatically via Let's Encrypt for managed domains, but depends on correct self-hosted setup. API tokens are flat with no scope or expiry controls. Secret values (env vars) are stored encrypted at rest in the Coolify database. No audit log for API token usage.

⚡ Reliability

Uptime/SLA
40
Version Stability
68
Breaking Changes
65
Error Recovery
70
AF Security Reliability

Best When

An agent needs to manage deployments and infrastructure on self-hosted servers where the team controls the underlying hardware and wants to avoid vendor lock-in to managed PaaS platforms.

Avoid When

You need managed infrastructure with no ops overhead, global edge distribution, or enterprise compliance guarantees that a self-hosted tool cannot provide.

Use Cases

  • Automating deployment of new app versions by triggering Coolify deploy webhooks or API endpoints from CI pipelines
  • Provisioning and managing databases (Postgres, MySQL, Redis, MongoDB) on self-hosted infrastructure programmatically
  • Creating and configuring new application resources (servers, services, environments) for ephemeral review environments
  • Monitoring deployment status and service health by polling resource endpoints during agent-driven release workflows
  • Managing environment variables and secrets for deployed services without direct server access

Not For

  • Multi-region or global edge deployments — Coolify targets single-server or small cluster self-hosted setups
  • Teams without access to a VPS or bare-metal server — Coolify requires your own infrastructure
  • Enterprise teams needing SOC 2 compliance or managed SLA guarantees — it is self-managed open-source software

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
Yes

Authentication

Methods: api_key
OAuth: No Scopes: No

Bearer token generated per-user from the Coolify dashboard. Tokens are not scoped — a token has full access to everything the user account can access. Token rotation requires manual regeneration via UI. No per-resource or per-team scope granularity.

Pricing

Model: open_source
Free tier: Yes
Requires CC: No

Self-hosted is completely free and open source (Apache 2.0). Coolify Cloud offers a managed option if you don't want to run the control plane yourself. Most agent use cases will target a self-hosted instance.

Agent Metadata

Pagination
none
Idempotent
Partial
Retry Guidance
Not documented

Known Gotchas

  • Deployment status is asynchronous — the deploy endpoint returns immediately but agents must poll a separate status endpoint to determine when deployment completes or fails
  • API tokens have no scope granularity — a leaked token gives full control of all resources on the instance, making token rotation critical in automated pipelines
  • The OpenAPI spec may lag behind the actual API implementation, especially on minor versions; always verify endpoint behavior against the running instance
  • Coolify uses internal UUIDs for resource identification that must be fetched before any operation — there is no slug-based addressing
  • Webhook signatures are optional and not enforced by default — agents accepting Coolify webhooks should verify signatures manually to prevent spoofing

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Coolify REST API.

$99

Scores are editorial opinions as of 2026-03-06.

5173
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered