Audit every deployment. Control who deploys where. Gate promotions with approvals. Inject secrets safely. Enterprise governance for your AI agent fleet.
As your AI agent fleet grows, visibility and control become non-negotiable.
Every deploy, rollback, and config change recorded with actor, timestamp, and config hash. Immutable append-only audit log.
AuditTrail records everything.Not everyone should push to production. Role-based access control with environment restrictions. Admin bypass for emergencies.
RbacManager controls access.API keys in forge.yaml is a security incident. Resolve secrets from environment variables at deploy time. Nothing hardcoded.
SecretsManager resolves at runtime.Four modules that give your team visibility, control, and compliance.
Immutable, append-only JSONL log at .forge/audit.jsonl. Auto-generated UUIDs and timestamps. Query by action, environment, agent, or any field.
Define roles with granular permissions and environment restrictions. Assign users to roles. Check permissions before every deploy. Admin permission bypasses all environment restrictions. Unassigned users fall back to a configurable default role.
Require approvals before promoting agents between environments. Define who can approve. Unauthorized approvers are rejected. Track request status from pending through approved.
Resolve secrets from environment variables at deploy time. Never hardcode API keys in forge.yaml or state files. Provider-aware config for future cloud vault integration (Vault, AWS SSM, GCP, Azure).
Drop enterprise governance into your existing Forge workflow.
npm install @openforge-ai/enterprise alongside the CLI. Works with your existing forge.yaml.
Define roles, promotion rules, and secrets provider in your deploy script. No config file changes required.
Every deploy is audited, access-controlled, and promotion-gated. Full visibility from day one.
The OSS core handles everything individual developers need. Enterprise adds governance for production fleets.
| Feature | OSS (MIT) | Enterprise |
|---|---|---|
| Config parsing + validation | ✓ | ✓ |
| Deploy / diff / rollback | ✓ | ✓ |
| Multi-environment overrides | ✓ | ✓ |
| MCP server management | ✓ | ✓ |
| Multi-provider support | ✓ | ✓ |
| Immutable audit trail | — | ✓ |
| Role-based access control | — | ✓ |
| Gated environment promotion | — | ✓ |
| Secrets management | — | ✓ |
| CI/CD integration guides | — | ✓ |
| Priority support | — | ✓ |
RBAC checks, audit logging, and secrets injection in any CI system. Here's GitHub Actions.
No per-seat fees. No usage tiers. One price for your whole team.
$299/year per team. Unlimited users. Integration support included.