Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TYPEBOT_TOKEN | Yes | Your Typebot API token | |
TYPEBOT_WORKSPACE_ID | Yes | Your Typebot workspace ID |
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 |
---|---|
createBot | Crea un nuevo Typebot. Requiere “name”, opcional “description” |
listBots | Lista todos los Typebots de un workspace |
getBot | Recupera un Typebot por su ID |
updateBot | Actualiza un Typebot existente (p.ej. cambia nombre) |
deleteBot | Elimina un Typebot por su ID |
publishBot | Publica un Typebot existente |
unpublishBot | Despublica un Typebot existente |
listResults | Lista resultados de un Typebot |
startChat | Inicia un chat con un Typebot. Requiere botId, opcional chat.context |