Build, validate, and visualize Workato recipes in your own editor — with deterministic checks your agent can't fake.
Four tools that replace the loop of guess, push, break, repeat.
Each tool covers a piece of the developer lifecycle. Together, they replace manual recipe wrangling with an agent-native development flow.
The command line for building and managing Workato recipes.
Pull, push, diff, and check recipe status across workspaces with
wk pull, wk push,
wk diff, and wk status. Extend it with
custom commands through a plugin system.
Static validation built into wk lint. Catches
datapill syntax errors, schema mismatches, and structural issues
before you deploy—giving you checks that AI agents can't
reliably perform on their own.
Knowledge for coding agents building Workato recipes. Covers connector configuration, datapill syntax, control flow, error handling, and connector-specific lint rules. Point your coding agent at the skills directory before it starts writing recipes.
View recipe JSON as an interactive workflow graph inside your editor. Click any step to jump to the source, inspect recipe structure visually, and export diagrams as images. Works with VS Code, Cursor, and Windsurf.
Get up and running in four commands. No install scripts, no hidden dependencies—just the tools you need.
A unified CLI for Workato platform operations and recipe development. Single binary, no dependencies.
Tip: Right-click the extracted binary in Finder and hold Option to copy its full path.
Deterministic validation — catches errors that agent self-validation misses.
Tip: Right-click the extracted binary in Finder and hold Option to copy its full path.
Agent-consumable knowledge for recipe authoring — connector config, datapill syntax, control flow, schemas. Also where connector-specific lint rules live. Point your coding agent here.
IDE extension that renders recipe JSON as interactive workflow graphs. Works in VS Code, Cursor, and Windsurf.