bolna_create_sub_account
Create sub-accounts for enterprise multi-tenant management, with options to set concurrent call limits and separate database storage.
Instructions
Create a new sub-account for enterprise multi-tenant management (enterprise feature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique name for the sub-account, e.g. 'alpha-007' | |
| db_host | No | Database host (for multi-tenant) | |
| db_name | No | Database name (for multi-tenant) | |
| db_port | No | Database port (for multi-tenant) | |
| db_user | No | Database user (for multi-tenant) | |
| db_password | No | Database password (for multi-tenant) | |
| multi_tenant | No | Store sub-account data in a separate database | |
| allow_concurrent_calls | Yes | Maximum number of concurrent calls allowed for this sub-account |