An open-source developer toolkit for building, validating, visualizing, and managing Workato recipes — designed for humans and coding agents alike.
Four tools that replace the loop of guess, push, break, repeat.
Four steps, each using a command you already know. No install scripts, no ambient dependencies, no magic.
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.
Each tool covers a piece of the developer lifecycle. Together, they replace manual recipe wrangling with an agent-native development flow.
A unified CLI for Workato platform operations and recipe development. wk pull, wk push, wk diff, and wk status across workspaces. Plugin system for extending with custom commands.
Deterministic validation compiled into wk lint. Catches datapill syntax errors, schema mismatches, and structural issues that agents can't self-validate.
Agent-consumable knowledge for recipe authoring. Connector config, datapill syntax, control flow, error handling. Also home to connector-specific lint rules. Point your coding agent at the skills directory.
IDE extension rendering recipe JSON as interactive workflow graphs. Click a node, navigate to the source. Export graphs as images. VS Code, Cursor, Windsurf.