Create Coolify GitHub App
coolify_create_github_appRegister a GitHub App as a Coolify deployment source. Connect your GitHub account to automate deployments on Coolify.
Instructions
Register a GitHub App as a Coolify deployment source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| app_id | Yes | ||
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| api_url | Yes | GitHub API URL, e.g. https://api.github.com | |
| html_url | Yes | GitHub base URL, e.g. https://github.com | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| client_id | Yes | ||
| custom_port | No | ||
| custom_user | No | ||
| organization | No | ||
| client_secret | Yes | ||
| is_system_wide | No | ||
| webhook_secret | No | ||
| installation_id | Yes | ||
| private_key_uuid | Yes | UUID of a Coolify private key |