Error
Permission sets
Define a new permission set.
permissions is the list of grants the set confers; every entry must be a
known permission and the list may not repeat one. Names are trimmed, capped
at 64 characters, and unique within the organization. The set is created
with no members — assign it to users through /users.
Note the asymmetry: writing a set needs settings:write, while reading one
needs users:read.
POST
Error
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.
Body
application/json
Response
The set was created.

