Creates and enqueues an automation run, returning the run_id immediately without waiting for completion. Use this for long-running automations where you want to poll for results separately.
API key for authentication. Get your key from the API Keys page.
Automation task configuration
Target website URL to automate
"https://example.com"
Natural language description of what to accomplish on the website
1"Find the pricing page and extract all plan details"
Browser profile for execution. LITE uses standard browser, STEALTH uses anti-detection browser.
lite, stealth "lite"
Proxy configuration
Name of the integration making this API call (e.g., "dify", "zapier", "n8n"). Used for analytics.
"dify"
Feature flags to enable for this run
Opt-in to vault credentials for this run. When true, enabled vault items are included. Defaults to false.
true
Scope vault credentials to specific item IDs. Requires use_vault to be true. If omitted with use_vault: true, all enabled items are used.
11["item_abc123", "item_def456"]Run created and enqueued successfully. Returns run_id immediately. The automation will execute asynchronously.