Use Case

Enterprise infrastructure
for the agent workforce.

Large organizations deploy hundreds of autonomous agents across departments, business units, and geographic regions. Each group requires its own spending controls, approval workflows, and activity visibility. Oris provides the operational infrastructure to manage agent fleets at enterprise scale with the governance controls that finance and compliance teams require.

SOC 2
Ready
SSO
Integration
Custom
SLA Terms
Audit
Export Ready
Capabilities

Enterprise Requirements

approval

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.

palette

White-Label Deployment

Deploy Oris under your own brand. Custom domain, custom branding, custom email templates. Your internal teams and external clients interact with your branded interface. The Oris infrastructure runs transparently beneath.

enhanced_encryption

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.

account_balance_wallet

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.

Stakeholder Views
account_balance
CFO
Total spend dashboard, budget utilization, forecasting
engineering
CTO
Per-department visibility, anomaly detection, API metrics
gavel
Compliance
Activity log, policy-check proof, audit export
code
Engineering
REST API, SDK integration, CI/CD webhooks
Challenge
corporate_fare

The Enterprise Deployment Challenge

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 a single platform.

Governance

Governance and Control

admin_panel_settings

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.

admin: full access
approver: review + approve
viewer: read-only dashboard
account_tree

Budget Hierarchy

Organization, department, team, and agent-level budgets cascade downward. No agent can exceed its team budget. No team can exceed its department budget. The hierarchy enforces fiscal discipline at every level.

Organization: $500K/mo
Procurement: $200K/mo
Team-US: $80K/mo
Agent-01: $2K/day
download

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.

description CSV export
data_object JSON export
database Direct DB access
Integration

Enterprise Setup in Code

Create an organization, define departmental budgets, and deploy agents with a few SDK calls. The hierarchy, approval thresholds, and Vault isolation are all configurable through the API. Existing CI/CD pipelines integrate through standard REST endpoints.

domain Organization with monthly budget cap
folder_shared Departments with named approvers
smart_toy Agents with per-region policies
enterprise_setup.py

# 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}
    )
        
Industries

Who Deploys Enterprise Agent Ops

account_balance

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.

memory

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.

business_center

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.

For Developers

Start building today.

Create a free account and deploy your first enterprise agent fleet. The SDK handles wallet creation, policy enforcement, and activity logging.

Get API Key

For Enterprise

Talk to our team.

Discuss dedicated Vault isolation, white-label deployment, custom SLAs, and volume pricing. Our team will design the architecture for your specific requirements.

Schedule a Demo