Workflows
Deploy, trigger, and manage AI-powered workflows programmatically. Workflows are multi-step automation pipelines built in the Jabrod visual editor.Deploy a Workflow
Deploy a workflow to a cloud endpoint:List Deployed Workflows
Get all your deployed workflows:Trigger a Deployed Workflow
Trigger execution of a deployed workflow with custom input:Execute by Workflow ID
Execute a workflow directly by its ID (webhook-style):Check Deployment Status
Monitor the deployment status of a workflow:Undeploy a Workflow
Remove a deployed workflow:Workflow Limits
| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| Deployed workflows | 2 | 20 | Unlimited |
| Nodes per workflow | 10 | 50 | Unlimited |
| Executions/month | 100 | 10,000 | Unlimited |
| Scheduled triggers | ❌ | ✅ | ✅ |
Complex Inputs
Pass structured data objects to your workflows. The workflow can access these values using the{{input.key}} syntax in nodes.
