x_config_set
Persist a non-secret configuration value for a tenant or principal in Postgres. Use this to store runtime defaults and solution-specific settings while keeping tokens secure.
Instructions
Persist a tenant/principal Postgres configuration value. Use this for non-secret runtime defaults and solution-specific settings; do not store tokens here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | No | ||
| scopeUserId | No | ||
| scopeTenantId | No | ||
| scopeAccountId | No | ||
| authorizationKey | No |