Platform

Platform

Workflows

Author and execute DAG workflows of skill / agent / data-query nodes.

Endpoints

Runs live against the backend
  • GET/api/v1/workflows/List workflows
  • POST/api/v1/workflows/Create a workflow
  • POST/api/v1/workflows/generateGenerate a workflow from a prompt
    SSE
  • GET/api/v1/workflows/{workflow_id}Get a workflow
  • POST/api/v1/workflows/{workflow_id}/runStart a run (async)
    SSE
  • DELETE/api/v1/workflows/{workflow_id}Delete a workflow

Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.