TRUST CENTER · FOR THE SECURITY-NATIVE MSP

Is it safe to give an AI agent access to my PSA?

Yes - when access is scoped, and these connectors are built to scope it. Three things make that true: every command is tiered read / write / destructive so an agent only does what its tier allows; the strongest control is server-side API scoping your own tenant enforces; and the whole supply chain is open source with no telemetry and no servers of ours, gated in CI. Here is each layer in plain terms.

The command tiers: what an agent may do on its own

Every connector ships a governance.md that tags every command into one of three tiers. The recommended agent policy maps each tier to how much autonomy it gets:

This is a recommended policy your agent reads, not a hard sandbox - which is exactly why the next layer matters more.

The strongest control: scope the key in your own tenant

The tiers above guide the agent. Server-side API scoping does not depend on the agent behaving at all. You issue the API key inside your own PSA, RMM, or backup tenant, and you scope it there - read-only, a single module, one client, whatever your vendor supports. The connector can never exceed what your tenant granted the key, no matter what an agent asks it to do.

This is the control a security-native buyer should lean on hardest: enforcement lives on your side of the wire, in a system you already trust to gate your techs.

The supply-chain answer, head-on

A connector is code you run on your machine, so the fair question is: can I trust it?

What an agent sees - and doesn’t

When your AI answers a question, it sees the result of a query, not a raw dump of your database. A “stale backups across all clients” question returns the short list, not every backup record. Your credentials are read from your environment or your agent’s config; they are never written into the repo or sent anywhere by us.

Start read-only

The safe first move is a read-tier triage against one client: nothing changes, you see real output, and you decide from there. Then widen scope - and scope the API key in your tenant before you ever let an agent write.

Ready to look closer? Browse the connectors → · Why this layer at all → · See what’s been verified live →