Coolify API commands for self-hosted PaaS management
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginsComprehensive documentation of the Coolify REST API for deploying and managing applications on your self-hosted Coolify instance. ## Configuration & Authentication ### Base URL All API endpoints are prefixed with `/api/v1` and secured using Laravel Sanctum with bearer token authentication. ### Generate API Token 1. Go to **Keys & Tokens** > **API tokens** in your Coolify dashboard 2. Define a name for your token 3. Click **Create New Token** 4. Copy and store the token securely (shown only once) ### Token Permissions - **Read-only**: Can only read data, cannot create/update/delete ...