Click "Run" or press Ctrl+Enter to execute your Flow program.
This playground uses simulated responses for API, AI, and webhook calls.
To run your business rules against real services, install the CLI:
npm install -g flow-lang
flow run your-workflow.flow --input '{"key": "value"}'
Log entries will appear here after execution.
JSON data available as
request in your flow file