DOC_INDEX
THEME
DOCS/Pro/Pro Features

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

CommandPurpose
orchstep license activate --key=ORCH-XXXXActivate a Pro license
orchstep license statusShow current license
orchstep license deactivateRemove license
orchstep team listList team workflows
orchstep team addAdd workflow to team registry
orchstep audit queryQuery execution audit logs
orchstep audit exportExport audit logs
orchstep governance checkEvaluate execution policies
orchstep inspectInteractive TUI context explorer
orchstep reportGenerate execution reports
orchstep module publishPublish to private registry
orchstep module list-privateList private modules

Local debugging is free: the engine already ships orchstep context inspect and orchstep context report. The Pro top-level inspect / report add 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 --help so 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.