The permission sets defined for your organization.
Each entry carries its grants and a user_count of the enabled members
currently assigned to it, so a UI can show “applied to N users”. Builtins
(read-only, standard, admin) sort first and are marked is_builtin.
Reading a set needs users:read, NOT settings:read — the create-user form
is open to anyone with users:create and has to populate its picker, and
listing carries no privilege beyond seeing names. Creating or changing a set
is the asymmetric half: that needs settings:write.
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Response
The organization's permission sets.

