Help us improve
Share bugs, ideas, or general feedback.
From workato-platform-cli
Workato Platform CLI reference validated against the installed `workato` CLI. Use when the user asks about "workato-platform-cli", "workato platform cli", "workato init", "workato pull", "workato push", "workato workspace", "workato guide", "workato profiles", "workato projects", "workato recipes list", "workato recipes validate", "workato recipes start", "workato recipes stop", "workato recipes update-connection", "workato connections create", "workato connections create-oauth", "workato connections get-oauth-url", "workato data-tables", "workato api-collections", "workato api-clients", "workato properties", or needs to manage Workato workspace assets via the Python CLI package `workato-platform-cli` (`workato` binary). Not the Connector SDK CLI (`workato-connector-sdk`) and not direct Workato REST API usage.
npx claudepluginhub grailautomation/claude-plugins --plugin workato-platform-cliHow this skill is triggered — by the user, by Claude, or both
Slash command
/workato-platform-cli:workato-platform-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validated against the installed CLI on 2026-03-26: `workato, version 1.0.5`.
Automates Workiom tasks via Composio's Workiom toolkit through Rube MCP. Discovers tool schemas, manages connections, and executes operations.
Creates, debugs, and modifies data integration workflows using the versori-run SDK. Manages deployments, connections, and logs via the Versori CLI.
Creates, edits n8n workflows as TypeScript files with node docs access and n8nac CLI for workspace init, preventing param errors.
Share bugs, ideas, or general feedback.
Validated against the installed CLI on 2026-03-26: workato, version 1.0.5.
Use this skill for the workato binary from the Python package workato-platform-cli. It covers the help-visible command surface and the configuration behavior verified from the installed package.
Not what you're looking for?
- For the Ruby Connector SDK CLI used for connector development and RSpec testing, use
workato-connector-sdk-cli.- For direct HTTP/API usage, use
workato-api.
workato-platform-cliworkato--profileWORKATO_PROFILE, WORKATO_API_TOKEN, WORKATO_HOSTworkato init
workato workspace
workato pull
workato init detects WORKATO_API_TOKEN and WORKATO_HOST if they are already set. In non-interactive mode, the CLI requires either --profile or both auth inputs plus --project-name or --project-id.
| Group | Commands | Reference |
|---|---|---|
| Setup | init, workspace, profiles, guide | overview.md |
| Project sync | pull, push, assets, projects list/switch/use | command-reference.md |
| Recipes | recipes list/validate/start/stop/update-connection | command-reference.md |
| Connections | connections list/create/create-oauth/get-oauth-url/update/pick-list/pick-lists | command-reference.md |
| Connectors | connectors list/parameters | command-reference.md |
| API and data | api-collections, api-clients, data-tables, properties | command-reference.md |
export WORKATO_API_TOKEN=...
export WORKATO_HOST=https://www.workato.com
workato init --non-interactive --project-id 12345 --folder-name customer-onboarding
workato profiles use dev
workato push
workato profiles use staging
workato pull
workato push --restart-recipes
workato profiles use production
workato pull
workato recipes validate --path ./recipes/customer_onboarding.recipe.json
workato recipes list --running
workato recipes start --id 12345
workato recipes stop --id 12345
workato recipes update-connection 12345 --adapter-name salesforce --connection-id 67890
workato connectors parameters --provider salesforce
workato connections create --provider salesforce --name "Prod Salesforce" --input '{"security_token":"..."}'
workato connections create-oauth --parent-id 12345 --external-id "user@example.com"
workato connections get-oauth-url --id 12345
workato api-collections create --name "Customer API" --format json --content ./openapi.json
workato api-clients list
workato properties list --prefix customer_
workato data-tables list
guide is the built-in AI-facing documentation interface: topics, search, content, structure, and index.init, projects list, profiles list, profiles rename, and profiles status expose --output-mode; it is not a global flag.