Skip to content

Commit

Permalink
add team landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Dec 12, 2024
1 parent d0dcedc commit f77d89a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/concepts/team/index.md
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 -->
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ nav:
- concepts/versioning.md
- concepts/custom_actions.md
- Team:
- concepts/team/index.md
- concepts/authentication-providers.md
- About: about.md

0 comments on commit f77d89a

Please sign in to comment.