Pro Features
OrchStep Pro features for teams and enterprises
OrchStep Pro
Pro features are for teams that need collaboration, governance, and advanced tooling. All Pro features are gated by a license key — the execution engine is always free.
Commands
| Command | Purpose |
|---|---|
orchstep license activate --key=ORCH-XXXX | Activate a Pro license |
orchstep license status | Show current license |
orchstep license deactivate | Remove license |
orchstep team list | List team workflows |
orchstep team add | Add workflow to team registry |
orchstep audit query | Query execution audit logs |
orchstep audit export | Export audit logs |
orchstep governance check | Evaluate execution policies |
orchstep inspect | Interactive TUI context explorer |
orchstep report | Generate execution reports |
orchstep module publish | Publish to private registry |
orchstep module list-private | List private modules |
Local debugging is free: the engine already ships
orchstep context inspectandorchstep context report. The Pro top-levelinspect/reportadd the richer explorer and reporting on top.
Private Module Registry
Host private modules accessible only to your team:
modules:
- name: internal-deploy
source: "@private/deploy-tool"
version: "^1.0.0"Publish with: orchstep module publish ./my-module
AI Agent Governance
Control what LLM agents can do with .orchstep/governance.yml:
policies:
production_protection:
match:
invoker_type: agent
rules:
- deny: [deploy_prod, secret_rotate]
- require_approval: [deploy_prod]Availability
OrchStep Pro is in active development, and pricing isn't set yet — we're not publishing a price while the feature set settles.
What's certain today:
- The execution engine is free and open, always. Everything else in these docs runs on the free binary with no license.
- The commands listed above are the Pro surface. They stay visible in
orchstep --helpso the boundary is never a surprise; running one without a license prints a short note pointing back to this page. - Have a license key already? Activate it with
orchstep license activate --key=ORCH-....
Pricing and general availability will be announced here when they're ready.