# Botstar AI integration on Definable

> BotStar is a comprehensive chatbot platform that enables businesses to design, develop, and train chatbots visually for Messenger and websites.

## What this connects

BotStar is a comprehensive chatbot platform that enables businesses to design, develop, and train chatbots visually for Messenger and websites.

Vendor: https://botstar.com/

## Tools available

**31** tools available. First 12:

- `BOTSTAR_CREATE_BOT` — Create Bot — Tool to create a new bot in BotStar. Use when you need to create a new bot instance with a specific name.
- `BOTSTAR_CREATE_BOT_ATTRIBUTE` — Create Bot Attribute — Tool to create a new bot attribute in BotStar. Bot attributes are global variables for a bot and support multilingual values. Use when you need to define custom data fields for your bot.
- `BOTSTAR_CREATE_CMS_ENTITY` — Create CMS Entity — Tool to create a CMS entity in BotStar with a name and optional fields. Use when you need to define a new content structure with custom fields supporting various data types.
- `BOTSTAR_CREATE_ENTITY_FIELDS` — Create Entity Fields — Tool to create entity field(s) in BotStar CMS. Supports multiple field types including text, multiple_values, single_option, multiple_options, image, date, and entity. Use when you need to add new fields to an existing entity.
- `BOTSTAR_CREATE_ENTITY_ITEM` — Create Entity Item — Tool to create a new entity item in BotStar CMS. Use when adding items to a CMS entity with custom field values.
- `BOTSTAR_CREATE_USER_ATTRIBUTES` — Create User Attributes — Tool to create custom user attributes in BotStar. Use when you need to define new custom attributes for users with specified field name and type.
- `BOTSTAR_DELETE_BOT_ATTRIBUTE` — Delete Bot Attribute — Tool to delete a bot attribute by ID. Use when you need to remove a custom attribute from a bot.
- `BOTSTAR_DELETE_CMS_ENTITY` — Delete CMS Entity — Tool to delete a CMS entity by ID. Use when you need to remove an entity from the bot's content management system.
- `BOTSTAR_DELETE_ENTITY_FIELDS` — Delete Entity Fields — Tool to delete entity field(s) from a CMS entity. Use when you need to remove fields from a CMS entity by their unique names.
- `BOTSTAR_DELETE_ENTITY_ITEM` — Delete Entity Item — Tool to delete an entity item from a CMS entity. Use when you need to remove a specific item from a bot's CMS entity.
- `BOTSTAR_GET_BOT` — Get Bot — Tool to get your bot by bot ID. Use when you need detailed bot information including ID, name, and team name.
- `BOTSTAR_GET_BOT_APP_ID` — Get BotStar Application IDs — Tool to retrieve the BotStar application ID (`appId`). Use when initializing or reinitializing the live chat widget.

## Auth

Auth schemes: `API_KEY`.

## How agents use Botstar

Inside a Definable workflow, Botstar is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Botstar** — the Researcher (GPT-5.5) pulls context from Botstar (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Botstar** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Botstar (create record, post message, draft email).
- **Designer / Engineer → Distributor → Botstar** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Botstar (attach file, open PR comment, post status).

The Verifier checks every Botstar call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai chatbots — https://definable.ai/apps/category/ai-chatbots/
- customer support — https://definable.ai/apps/category/customer-support/

## Related

- HTML page: https://definable.ai/apps/botstar/
- Same category (ai chatbots): https://definable.ai/apps/category/ai-chatbots/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
