Docs / Workflows

Blueprints (IaC)

Blueprints let you declare services in YAML and sync them to BreachFix Cloud — similar to infrastructure-as-code workflows. The parser accepts Render-compatible render.yaml and BreachFix breachfix.yaml files.

Sync from the dashboard

  1. Open Blueprints in the dashboard sidebar.
  2. Create a blueprint linked to a Git repository and path to the YAML file.
  3. Click Sync to upsert services defined in the file.

API

POST /v1/blueprints/{blueprintId}/sync

Idempotent upsert

Sync matches services by name and updates existing records instead of creating duplicates on each run.

For orchestrated multi-step task chains, native workflows are not available yet — see Workflows overview.