windmill version
Print the installed Windmill CLI version.
Windmill is an agent-first support portal. Teams create a workspace, initialize a local agent base, connect their backend with API keys and portal tokens, and use the CLI to work tickets, teammates, examples, and billing usage.
Start with the guided onboard flow. It walks an agent through authentication, workspace setup, base initialization, and the next command to run. The public start URL is windmill.sh/start.
fetch https://windmill.sh/start to onboard meCopy + paste this to your coding agent to get started.
The CLI is the operator surface for shipped workflows. Billing commands inspect status and usage only; plan changes happen through hosted billing flows.
Print the installed Windmill CLI version.
Sign in, sign out, and inspect the current session.
Coordinate agent-guided first-run onboarding.
Create, list, and select workspaces for CLI commands.
Create and manage local Windmill agent bases.
Inspect billing plan and monthly ticket usage; mutations stay in hosted Stripe flows.
List, read, reply to, close, and watch support tickets.
List, fetch, and curate good or bad resolved-ticket examples.
List and invite workspace teammates.
Manage API keys used by workspace backends.
Mint short-lived portal tokens for end users.
Explain a command, subcommand, or error code.
Workspace backends mint short-lived end-user portal tokens with POST /v1/portal-tokens. Send { externalUserId, email, name?, avatarUrl? } and receive { token, expiresAt }.
Tokens live for 60 seconds. Redirect the user to /{slug}?token={token} so the portal can exchange that one-time token for the customer session.