v106

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Runs

Render Workflow Graph

Validates and renders a workflow manifest as SVG without creating a run.

post/api/v1/graph/render

Request body

format'svg'
direction'lr' | 'tb'

Example request

{
  "manifest": {
    "version": 1,
    "run_id": "01HV6D7S5YF4Z4B2M7K4N0Q6T9",
    "parent_id": "01HV6D7S5YF4Z4B2M7K4N0Q6T8",
    "title": "Add rate limiting to auth endpoints",
    "cwd": "/tmp/project",
    "git": {
      "origin_url": "https://github.com/acme/my-app.git",
      "branch": "feature/foo",
      "sha": "abc123def"
    },
    "target": {
      "identifier": "smoke",
      "path": ".fabro/workflows/smoke/workflow.fabro"
    }
  }
}

Response

Rendered graph image