OrgKeyCreateRequest
Request to create an org API key
- nameType: stringrequired
Human-readable name for the key
- permissionsType: array string[]
Permissions to grant. Must be valid org key permissions.
- ipType: array string[]
_allowlist Optional per-key IP allowlist. Empty means no IP restriction beyond the org policy. Accepts CIDR (
10.0.0.0/8) or bare IPs (203.0.113.5); bare IPs are stored as/32or/128. Maximum 50 entries;0.0.0.0/0and::/0are rejected. - expiresType: string
_at Optional expiration time (RFC 3339). Nil means never expires.