| agents_count | integer (e.g. 5) | The number of agents permitted per chatbot |
| agent_variables_count | int | The number of variables an agent can collect. Note that variable count is totalled across an entire chatbot. For example, 5 agents times 5 variables per agent equals 25 variables total available |
| agent_tags_count | int | The number of tags an agent can assign. Totals are also across the chatbot, like variables |
| functions_count | int | The number of functions per agent |
| message_credits_replenish | int | The number of Message Credits replenished at the beginning of every month |
| message_credits_bonus | int | The number of MCs received on signup. Not retroactive |
| storage_bytes | int | Number of bytes of storage for datasources |
| storage_bytes_unlimited | boolean (e.g. True) | Whether storage is infinite |
| context_token | int | Number of context tokens for datasources in a chatbot |
| max_model_size | int | Max context size of models available to the user |
| chatbots_count | int | Max number of chatbots per account |
| collaborators_count | int | Max number of collaborators per chatbot |
| overrides_enabled | bool | Whether user can access AI supervisor overrides |
| dashboard | bool | Whether user can view the dashboard |
| visitor_tracking | bool | Whether user can view advanced visitor statistics for their chatbot. dashboard must be True |
| gpt_4_enabled | bool | Whether user can use advanced AI models (not only GPT-4, but also 4o, etc.) |
| api_enabled | bool | Whether user can use the API |
| webhooks | bool | Whether user can use webhooks |
| library_access | bool | Whether the user has the access to the “Chatbot Library” |
| chatbot_retrain | bool | Whether user can automatically retrain datasources |
| watermark_removal | bool | Whether user can remove the watermark from their bot |
| chatbot_profile_picture | bool | Whether user can set a profile picture for their bot |
| custom_domain | bool | Whether user can serve their bot from their own domain |
| custom_watermark | bool | Whether user can add a custom watermark. watermark_removal must be True |
| user_identity_verification | bool | Whether user can use the identity verification feature |
| byok_enabled | bool | Whether user can use their own AI API keys instead of MCs |
| human_escalation_enabled | bool | Whether user can use human escalation in their bot |
| image_upload_enabled | bool | Whether user can upload images as datasources |
| allow_chatbot_transfer | bool | Whether user can transfer their chatbots to other users |
| chunk_view_enabled | bool | Whether user can view and edit the extracted chunks of their datasources directly |
| source_tracking_enabled | bool | Whether user can cite and share datasources directly in their chatbot responses |
| zapier_integration | bool | Whether user can connect to your Zapier or Make.com integration. Note: you must publish the integrations first! |
| meta_integration | bool | Whether user can connect to their Facebook Messenger, Instagram, or WhatsApp accounts. Note: you must set up your Meta App according to the guide. |
| sms_enabled | bool | Whether the user can connect the chatbot to SMS messages on their phone. Note: You must set up the SMS service with Ytel according to their guide |