Run a workflow by ID.
Starts a browser session that executes a saved workflow. Pass input variables (form data) and receive a session ID to track progress via polling or webhooks.Documentation Index
Fetch the complete documentation index at: https://simplex.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Simplex API Key
The ID of the workflow to run.
JSON string containing metadata for the workflow. This metadata is passed back to you in the webhook response.
Optional webhook URL to test workflow changes on. Often an ngrok URL of a local version of your application.
JSON string containing variables to pass to the workflow.
"{\"username\": \"john_doe\", \"product_id\": \"12345\", \"quantity\": 2}"
Optional list of files to upload for workflows that contain file upload actions.
Run workflow response
Whether the workflow code executed successfully.
Success or error message about the workflow execution.
The session ID for the workflow.
The VNC URL for viewing the workflow session. You can put this in an iframe to whitelabel Simplex's sessions.
URL for viewing session logs. Available once the session container has started.