coolify.io
Coolify is an open-source platform for deploying and managing applications, databases, and services on your own servers or on Coolify Cloud. It provides a dashboard and automation features for infrastructure, deployments, and integrations.
Coolify exposes a tenant/self-hosted REST API under `/api/v1`, a built-in streamable-HTTP MCP endpoint at `/mcp`, a standalone `coolify` CLI, and an unauthenticated health endpoint; the authenticated surfaces all use Coolify API tokens.
- Coolify MCP serverdetected
- Coolify REST APIdiscovered
- Coolify public health endpointdiscovered
- Coolify CLIdiscovered
In your Coolify dashboard, go to Security → API Tokens, create a token for the active team, choose its expiration and permissions, then copy the token immediately because it is shown only once. For self-hosted instances, first enable API access under Settings → Advanced → API Access as documented in API Authorization. The token is then used as Authorization: Bearer <token> for the API, MCP server, and tools like the CLI.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing