Every registered setting, with your organization's current value.
Settings are per-organization: each entry is this org’s stored value, or the
registry default for a key the org has never set. Every entry carries the
setting’s schema, so a UI can render a typed input without re-declaring the
catalogue. Secrets never leave the server in the clear — their value comes
back empty and a value_set flag says whether one is stored.
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
This organization's settings, under settings.

