Technology

One engine. Four layers.

Every agent and every tool runs on the same core. Nothing is bolted on afterwards, which is why adding a new agent takes days rather than quarters.

The stack

From your data to work done

Read it bottom to top: data comes in, the engines reason over it, automation acts without waiting for anyone.

Principles

Non-negotiables

01

Your data stays yours

Permissioned at the layer

Agents inherit the permissions of the role they run as. They cannot read what that role cannot read, and every access is logged.

02

Bounded autonomy

Guardrails, not vibes

Every agent has an explicit remit and a stopping condition. Anything outside it escalates to a human instead of improvising.

03

Show the working

Auditable by default

Every decision keeps its trace: what it read, what it called, why it concluded. If you cannot audit it, you cannot trust it.

04

Model-agnostic

Routed, not married

The engine picks the right model per task and swaps as the frontier moves. You are never locked to one provider's roadmap.

Access

Build on the engine

Every agent and tool is reachable programmatically. Embed Orbixot instead of adopting it.