Windmill · Arazzo Workflow
Windmill Create and Run a Script
Version 1.0.0
Deploy a new script from source, confirm it deployed, then run it.
View Spec
View on GitHub
AutomationInternal ToolsOpen-SourcePro-Code-API-CompositionScriptsWebhookWorkflow EngineWorkflowsArazzoWorkflows
Provider
Workflows
create-and-run-script
Create a Windmill script from source and immediately run it by path.
Creates a script with the given path, content and language, verifies it by reading it back, then starts an asynchronous run and returns the job id.
1
createScript
Deploy a new script from the supplied path, content and language. The response body is the new script hash as plain text.
2
verifyScript
Read the script back by path to confirm the deployment succeeded and to capture the canonical hash of the deployed version.
3
runScript
Submit an asynchronous run of the freshly deployed script. The response body is the new job UUID.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.