Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extend.app/llms.txt

Use this file to discover all available pages before exploring further.

The Workflow object represents a workflow in Extend. Workflows are sequences of steps that process files and data in a specific order to achieve a desired outcome.
{
  "object": "workflow",
  "id": "workflow_1234",
  "version": "1.0.0",
  "name": "Example Workflow"
}