-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
# Teams | ||
|
||
Open Chat Studio is a [multitenant](https://en.wikipedia.org/wiki/Multitenancy) platform that can support multiple organizations using the same instance at the same time. Each 'tenant' is called a 'team'. Teams are created by an organization and can have multiple members. Each team has its own settings and experiments. | ||
|
||
A user can be a member of multiple teams and have a different set of permissions in each team. | ||
|
||
A team serves as the root container for all data in Open Chat Studio. | ||
|
||
## Team configuration | ||
|
||
There is a set of global configuration that can be set at the team level. This includes: | ||
|
||
- LLM Service Providers | ||
- Speech Service Providers | ||
- Messaging Providers | ||
- [Authentication Providers](./authentication-providers.md) | ||
- [Custom Actions](./custom_actions.md) | ||
- Tracing providers | ||
|
||
<!--- TODO: user management --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters