Skip to content

Pro Features

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.

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

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

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]
EditionPrice
CommunityFree forever
Pro$49/user/month
EnterpriseCustom

Get Pro →