Govern an agent
workforce.
Hundreds of agents across departments, units, and regions. Each group needs its own caps, approvals, and visibility. Oris gives finance and compliance the governance they need.
Four controls. One platform.
Approval flows, white-label branding, dedicated isolation, and department budgets. Each one plugs into the same log and the same policy engine.
Human approval workflows
Transactions above configurable thresholds pause and wait for human authorization. The approver receives a notification with transaction details, agent context, and policy evaluation results. The transaction proceeds only after explicit approval.
White-label deployment
Deploy Oris under your own brand. Custom domain, custom branding, custom email templates. Internal teams and external clients interact with your branded interface. The Oris infrastructure runs transparently beneath.
Dedicated Vault isolation
Enterprise accounts receive dedicated HashiCorp Vault namespaces for provider key storage. Your encryption keys are isolated from all other accounts at the infrastructure level. This isolation satisfies SOC 2 and enterprise security requirements.
Departmental budgets
Allocate spending across departments, teams, and projects. Each allocation enforces its own limits. Roll-up reporting shows spending across the entire organization in real time.
Role-based access control
Define who can create agents, who can modify policies, who can approve transactions, and who can view the activity log. Each role maps to specific API permissions and dashboard views.
Activity export
Export the complete activity log in CSV, JSON, or direct database access format. The export includes hash chain verification data for independent audit. Every transaction is cryptographically linked to the previous entry.
One ledger. Four views.
CFO sees total spend. CTO sees department detail. Compliance sees the log. Engineering sees the API. All four read the same source.
The CFO needs a single dashboard showing total agent spending across the organization. The CTO needs per-department visibility with anomaly detection. The compliance team needs an activity log that proves every transaction was policy-checked. The engineering team needs an API that integrates with existing CI/CD and monitoring infrastructure.
Oris provides all four views through one platform. Every view reads the same authoritative record, so the numbers stay consistent across finance, engineering, and compliance reporting.
Budgets cascade. Audit follows.
Org, department, team, agent. Each level holds its own cap. The log captures every check, approval, and settlement. Export anytime for outside audit.
No agent can exceed its team budget. No team can exceed its department budget. No department can exceed the organization envelope. The hierarchy enforces fiscal discipline at every level and the activity log records the exact counter state at the moment of every decision.
Three role tiers cover the access control surface: admin with full access, approver with review and approve, and viewer with read-only dashboard. Each maps to specific API permissions.
Stand up an org in one flow.
Create the org, set department budgets, deploy agents. Hierarchy, approvals, and isolation all configurable through the API.
Organization with monthly budget cap. Departments with named approvers. Agents with per-region policies. Existing CI/CD pipelines integrate through standard REST endpoints. SSO providers attach through SAML or OIDC at the organization layer.
# Enterprise fleet setup org = oris.enterprise.create_org( name="Acme Corp", monthly_budget=500000.00, approval_threshold=1000.00, vault_isolation="dedicated", ) # Create departmental budgets procurement = oris.enterprise.create_department( org_id=org.id, name="Procurement", monthly_budget=200000.00, approvers=["alice@acme.com", "bob@acme.com"], ) # Deploy agents within the department for region in ["us-east", "eu-west", "ap-south"]: oris.agents.create( department_id=procurement.id, name=f"buyer-{region}", policy={"max_daily": 5000.00, "max_per_tx": 500.00}, )
Patterns across three sectors.
Financial services, tech firms, and consulting groups run agent workforces under cascading budgets and approval flows today.
Financial services
Agent fleets performing market research, counterparty analysis, and trade execution within strict regulatory and budgetary controls. The activity log satisfies audit requirements. Human approval workflows enforce transaction limits mandated by compliance.
Technology companies
Hundreds of agents managing infrastructure procurement, vendor negotiations, and SaaS license management across global offices. Departmental budgets prevent cross-team overspending. The API integrates with existing monitoring and alerting systems.
Consulting and professional services
Client-facing agent deployments with white-label branding, per-client budgets, and client-accessible activity logs. Each client sees only their agents and their spending. The consulting firm sees the aggregate across all clients.
Run the workforce under control.
Start free and deploy your first fleet through the SDK. For dedicated isolation, white-label, custom SLAs, and volume pricing, talk to us.