Industry · SaaS & ISV

Ship governed AI in your product — without rebuilding it.

Embed one web component, implement a five-method adapter, and your users get AI that respects your permissions and logs every action. For ABP.io / ASP.NET Zero apps, the adapter is a thin layer over what you already ship.

How the governed layer helps

Control is the default here.

The strongest fit: software vendors adding a governed agent layer inside their own product and shipping it to their customers. You embed the web component, implement a five-method adapter over your existing auth and services, and register tools at the risk levels you choose — no platform-core changes.

ABP.io / ASP.NET Zero builders are the easy case. The adapter is a thin translation layer over what ABP already ships — validateToken maps to AbpSession, getPermissions to IPermissionChecker, executeTool to your application services — with tenant context mapped straight from IAbpSession.

Authors add new agent skills as declarative data — no code deploy — and Teach/Train mode lands changes as drafts so live agents are never silently mutated. Full per-tenant isolation is on the roadmap; single-tenant is the MVP today.

Every action an agent takes here runs through the same gate: least-privilege permissions, policy and an audit trail, with the sensitive steps held for human approval. The controls behind it are set out on the security and data-handling page.

Example agents & workflows

What it looks like in practice.

Illustrative examples of what a host would configure — tool ids and risk levels are the host’s to define. The primitives underneath are built and tested.

Example

ABP / ASP.NET Zero embed

Drop the panel into a Razor/MVC screen and wire a C# adapter; permissions come straight from IPermissionChecker, with no platform-core changes.

Example

No-code skill authoring

Author a declarative skill in the console — instructions, allowed tools, approval points, card types — publish from draft, and the runtime picks it up on the next matching request.

Example

Usage & governance report

Specialist agents aggregate run and approval counts from the append-only audit trail and return an adoption table and an approvals-outcome chart.

Ship governed AI in your SaaS & software vendors product.

Embed one web component, implement a five-method adapter over the auth and services you already have, and register tools at the risk levels you choose.