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
- Open Blueprints in the dashboard sidebar.
- Create a blueprint linked to a Git repository and path to the YAML file.
- Click Sync to upsert services defined in the file.
API
POST /v1/blueprints/{blueprintId}/syncIdempotent 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.