This feature is currently in private beta. Contact us to join.
Availability
Private beta
Contact us to join.
- Create entity types and hierarchies
- Hard limits for credits and metered features
- Visibility and sorting across all entities and cardinalities
Early access
Contact us to join.
- Allocated budgets per entity
- Soft limits
- Alerts
The problem
Enterprise customers adopting AI features face a critical governance challenge: uncontrolled AI usage and spend. Without proper controls:- Individual users or agents can exhaust shared credit pools
- Finance teams lack visibility into departmental consumption
- IT admins cannot enforce cost boundaries across teams
- Usage spikes cause unexpected billing surprises
What you can build
| Capability | Description |
|---|---|
| Hierarchical budgets and limits | Distribute credits or restrict usage across complex org structures at any level — organization → department → team → user → AI agent |
| Real-time enforcement | Block operations the moment a limit is reached, with sub-millisecond check latency that doesn’t add delay to product flows |
| Automatic cost attribution | A single usage event updates balances at every level of the hierarchy simultaneously — no need to report usage multiple times |
| Visibility and reporting | Query the full governance tree sliced by entity type, capability, or utilization to power dashboards and admin UIs |
| Self-service management | Embed a governance interface so your customers’ admins can allocate budgets and set limits without involving your team |
| Slippage controls | Set hard limits that block on breach, or soft limits that allow overage and trigger alerts |
How it works end to end
- You define the entity types once per environment — for example
org,team,user,agent. - Your backend provisions entity instances for each customer as they are created in your product (their org structure, team members, AI agents). This is a vendor-side operation, not customer-driven.
- Your customers set the actual budgets and limits through an in-app interface you build.
- Your application calls Check before any governed action and Ingest to record consumption.
Governance is opt-in
If an entity has no assignment, the Check endpoint grants access. You can roll out governance incrementally — ungoverned entities continue to work exactly as before.Next steps
Core concepts
Understand entity types, entities, assignments, and the hierarchy model
Setting up governance
Step-by-step guide to configuring entity types, entities, and assignments
Check and ingest
Integrate the runtime check and ingest endpoints into your application
Query the governance tree
Fetch usage and budget data for dashboards and admin UIs
