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.

Quickstart · 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.

Cambiary 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

A references-only "where is the user right now" payload you hand to the web component on the frontend.

HostAdapter

Five backend methods that connect the platform to your auth, your data, and your actions — in any language.

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.