Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUU_SERVER_URL | No | Buu API URL (by default uses the sandbox environment) | |
| BUU_TEAM_API_KEY | Yes | Your Buu AI team API key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_image | [PRIVATE] - Generate image |
| generate_model | [PRIVATE] - Generate model. |
| genrequest_get_all | [PRIVATE] - Get all team's GenRequests by subthread ID |
| subthread_generate | [PRIVATE] Generates a new subthread. |
| subthread_get | [PRIVATE] Get team's subthread by ID. |
| subthread_get_all | [PRIVATE] Get all team's subthreads. |
| team_create | [PRIVATE] Create a new team for the logged-in user. |
| team_add_member | [PRIVATE] Add a new member to the team. |
| team_remove_member | [PRIVATE] Remove a member from the team. |
| team_update | [PRIVATE] Update team data. |
| team_update_member_role | [PRIVATE] Update the role of a team member. |
| team_get | [PRIVATE] Get the personal team for the current user. |
| team_get_all | [PRIVATE] Get all teams for the current user. |