Trust live demo · read-only
Access & Grants
Access & Grants
Grants decide who (an API key, agent, module, or role) may call which tools (a glob like booking_*) up to a ceiling (read / write / destructive). External callers are default-deny: with no matching grant, the gateway refuses. Destructive tools always require an explicit grant.
Grants (demo)
| Caller | Tool pattern | Max effects | Rate tier | |
|---|---|---|---|---|
| receptionist@v3 (agent) | booking_* | write | agent | |
| support (api-key) | *_list_* | read | support | |
| client_owner (role) | * | destructive | owner |