tenant_isolation_setup
Set up tenant data isolation with row-level, schema-level, or database-level policies, including per-tenant rate limits and resource quotas to prevent cross-tenant access and ensure fair usage.
Instructions
Pro: Set up complete tenant data isolation with RLS, connection pooling, and resource limits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| isolation_level | No | Data isolation level | row-level |
| include_rate_limits | No | Whether to add per-tenant rate limiting | |
| include_resource_quotas | No | Whether to add per-tenant resource quotas |