Developer & CI · wired today
Drive Workato with governed agents
Build, review and release state is where agents earn their keep. The Workato connector is one of 205 executable connectors and gives agents 6 read-only tools, with the credential held in the vault and every call receipted.
What agents can run against Workato
| Tool | What it does |
|---|---|
get_current_user | Get the Workato account the API token belongs to (name, contact email, company and billing period) |
list_recipes | List Workato recipes, optionally filtered to one folder or to running recipes only |
get_recipe | Get one Workato recipe by ID, with its run state, applications and job counts |
list_connections | List Workato connections with their authorization status, optionally filtered to one folder |
list_folders | List Workato project folders, optionally limited to the children of one parent folder |
list_recipe_jobs | List recent job runs for one Workato recipe, with status and error text |
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the Workato connector needs
You provide API token from your Workato account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Workato's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
This connector was blind shape-proven against the real Workato API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.
Workato integration FAQ
What can Quox agents do with Workato?
Agents can run 6 read-only tools against Workato: get current user, list recipes, get recipe, list connections, list folders and more. Every call is receipted in the evidence trail.
What does the Workato integration need?
You provide API token from your Workato account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Workato credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Workato connector?
This connector was blind shape-proven against the real Workato API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.