Skip to content
Work IQ Dev Tools are in preview (v0.12.2). Commands and APIs may change before 1.0. See the installation guide.

ATK · CLI commands

Every command below lives under wiqd agent. They are all backed by the upstream atk CLI, invoked non-interactively, with Work IQ Dev Tools validating filesystem postconditions and shaping the output.

CommandWhat it does
wiqd agent showShow a local summary of the agent project.
wiqd agent createScaffold a new declarative agent project.
wiqd agent create listList available declarative-agent templates.
wiqd agent add actionAdd an OpenAPI-spec action.
wiqd agent add skillAdd a skill to the agent.
wiqd agent add authAdd an auth configuration to a plugin manifest.
CommandWhat it does
wiqd agent provisionProvision the agent into an environment.
wiqd agent packageBuild the deployable .zip.
wiqd agent publishPublish to the org catalog.
wiqd agent delete (alias uninstall)Delete cloud resources — by env (project-based) or by --title-id with no local project required.
wiqd agent envList, add, and reset environments.
CommandWhat it does
wiqd agent shareShare with users or the tenant.
wiqd agent collaboratorManage agent collaborators.
CommandWhat it does
wiqd agent validate --mode deepDeep semantic validation, combined with the Validate extension.

wiqd agent validate (static mode) and wiqd agent lsp are owned by the Validate extension, not this one. They feel like the same surface to users.