OrgKeyCreateRequest

Request to create an org API key

  • name
    Type: string
    required

    Human-readable name for the key

  • permissions
    Type: array string[]

    Permissions to grant. Must be valid org key permissions.

  • ip_allowlist
    Type: array string[]

    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 /32 or /128. Maximum 50 entries; 0.0.0.0/0 and ::/0 are rejected.

  • expires_at
    Type: string

    Optional expiration time (RFC 3339). Nil means never expires.