Per-agent OAuth scoping that enforces least privilege at the OAuth grant. Confidential-compute infrastructure available for sensitive workloads. Audit-logged by construction.
Every concern your security review will have, organised by the layer it lives in.
Confidential compute is a setting on each agent — not a whole-account switch. Pick it when you build the agent, or toggle any existing agent over in Settings → Intelligence.
Sealed inference. No plaintext leaves the enclave. Not even we can see what's being processed.
Runs at a small premium per page. Visible in the agent's settings before you commit — no surprises.
The same user can connect the same provider (Slack, GitHub, Salesforce) with different permission scopes for different agents. Agent A — your sales-enablement agent — gets read-only Slack to summarise channel discussions. Agent B — your customer-research agent — gets write access to post research findings into a dedicated channel. Two different OAuth grants, two different scope sets, one person.
The scopes are enforced at the OAuth grant, not by trusting the LLM to behave. The provider sees the agent's actual permissions; the LLM doesn't have the option to overreach.