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.
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.
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.
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.
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.
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.
Professional services & internal ops
Agents summarize and flag documents in scope, run self-serve IT and helpdesk actions under approval, and stitch a single view across multiple systems — all boundary-enforced and audited.
Industry · HealthcareHealthcare & health-tech
Embed agents that respect who can see and do what, ask for approval before sensitive actions, and record every decision — while the model works from minimized references, not raw records.
Industry · RetailRetail
One governed assistant reads what’s on screen, answers instantly for low-risk reads, and pauses for a human before anything that touches money or inventory — across kiosks, drive-through voice, and the back office.
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.