Documentation

Build your first governed agent.

Everything a developer needs to embed the panel, implement the adapter, and author agents — with worked examples across ABP, e-commerce, and ticketing. Integrate through two small seams, with no changes to the platform core.

adapter.ts
The five adapter methods
interface HostAdapter {
  validateToken(token)      // who is this user?
  getContext(ref)           // what are they looking at?
  getPermissions(user)      // what may they do?
  executeTool(tool, args)   // run an approved action
  pushNotification(msg)     // notify the host
}
The Two Seams

The whole integration surface.

Allowix is the brain; your app is the body. The brain holds zero application-specific code — it connects to your system through exactly two generic seams (HostContext & HostAdapter).

Read the Integration Guide

Talk to us about integration.

We'll help you scope an adapter spike for your stack — the two seams, the governance gate, and a worked example close to yours.