Prerequisites
- An Infragrid workspace
- Permission to manage developer API keys
curlandjq
1
Create an API key
Open Developer settings, choose the Browser runs preset, and create a key. Copy the
ig_live_… value immediately; it is shown only once.2
Export the credential
Store the key in your secret manager for production. For this terminal session:
3
Start a browser task
Use a stable idempotency key for this logical request:The API returns
202 Accepted with a run whose status is usually queued or running.4
Poll the durable run
Copy the returned
id and request the run until it reaches completed, failed, or cancelled:Read the result
A completed run returns a bounded result:Make the flow repeatable
Build an ordered workflow with named outputs.
Use a published automation
Run an immutable Blueprint revision.
Add an SDK
Use the TypeScript or Python client after package release.
Review production behavior
Handle retries, timeouts, and terminal failures.