Options for creating a service key
| Property | Type | Description |
|---|
allowed_namespaces? | string[] | Allowed table namespaces |
description? | string | Description |
expires_at? | string | Expiration timestamp |
key_type | "anon" | "service" | Key type: anon or service |
name | string | Display name |
rate_limit_per_hour? | number | Rate limit per hour |
rate_limit_per_minute? | number | Rate limit per minute |
scopes? | string[] | Permission scopes (default: [’*’] for service, [‘read’] for anon) |