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.
Work IQ Dev Tools banner

Work IQ Dev Tools

The agentic experience for developers building, debugging, validating, publishing and monitoring declarative agents for Work IQ

Full Agent Lifecycle

Create, validate, package, provision, publish, and share agents from a single CLI. Manage templates, environments, and collaborators without leaving the terminal.

LSP Validation

Built-in Language Server Protocol support powers real-time manifest validation in your editor with static and deep validation modes.

Copilot Skills

Purpose-built Copilot skills guide you through installation, authoring, validation, provisioning, onboarding, review, and publishing workflows.

npm Distribution

Install fast with a one-liner or run instantly with npx when you want to explore without a full setup.

Extensible Architecture

Extend Work IQ Dev Tools with npm-based extensions that add commands, declarative-agent.validate.deep validators, and health checks. Built-in extensions cover ATK, Work IQ, and evals.

Agent Evaluation

Run quality evaluations against deployed agents with wiqd agent eval. Define expected behaviors in YAML configs and enforce pass/fail quality thresholds.

Terminal window
# One-liner install
iex "& { $(irm 'https://aka.ms/wiqd/install.ps1') }"
# Create and deploy an agent
wiqd agent create --name my-agent
wiqd agent validate --path my-agent
wiqd agent provision --path my-agent