UI-first Approach
The instructions below will guide you through pulling a Workflow from the Vellum UI to modify and run locally.
Get a Sandbox ID from the Vellum UI
Go to a Workflow Sandbox in the Vellum UI and copy the ID from the URL. The ID is the last part of the URL:
For a URL like: https://app.vellum.ai/workflow-sandboxes/28fbaf9c-b89e-4534-87f7-abcdefghijkl
The workflow_sandbox_id
is 28fbaf9c-b89e-4534-87f7-abcdefghijkl
Replace the workflow_sandbox_id
in your pyproject.toml
file with this ID.
Next Steps
- Core Concepts - Learn about BaseWorkflow, BaseNode, and control flow
- Defining Control Flow - Master workflow graph patterns
- Configuration - Set up your development environment
- Examples - Explore real-world Workflow examples
- Evaluations - Test your Workflows rigorously