Skip to content

Generate Coolify API token for agent automation #4

@Deducer

Description

@Deducer

Currently the Coolify deployment step requires manual UI interaction because there's no API token configured. Once one exists, Claude Code sessions can automate deploys, env var updates, rollbacks, and label verification.

Action:

  1. Coolify → Profile (bottom-left) → Keys & Tokens (or similar) → Generate token
  2. Name it claude-code-automation or similar
  3. Scope: whatever minimum Coolify offers (at least application deploy + env write)
  4. Store in Doppler: doppler secrets set --project dissonance-cloud --config prd_loom COOLIFY_API_TOKEN=<value> (and also in the dev / prd configs if you want agent automation from other projects too)

Next time I execute a plan that includes a Coolify deploy, I'll pick up the token and drive the API directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions