AI & ML31 toolsPaste one API key
Botstar integration for AI agents
BotStar is a comprehensive chatbot platform that enables businesses to design, develop, and train chatbots visually for Messenger and websites.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Botstar once and call the same tools from all of them.
Setup
Connect Botstar through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Botstar exposes 31 tools through ClawLink. The 27 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
botstar_get_bot | Get your bot by bot ID | Read |
botstar_get_bot_app_id | Retrieve the BotStar application ID (`appId`) | Read |
botstar_get_cms_entity | Get a specific CMS entity by ID | Read |
botstar_get_entity_item | Retrieve a specific item from a CMS entity with all field values | Read |
botstar_list_bot_attributes | Get all bot attributes from BotStar | Read |
botstar_list_bots | Get your list of bots | Read |
botstar_list_cms_entities | Retrieve all CMS entities for a bot | Read |
botstar_list_entity_items | Retrieve all entity items with pagination support | Read |
botstar_livechat_boot | Reinitialize the live chat widget with provided data | Read |
botstar_livechat_close | Hide the live chat window | Read |
botstar_livechat_on_close | Register a callback when the chat window is closed | Read |
botstar_livechat_on_open | Register a callback when the chat window is opened | Read |
botstar_livechat_open | Show the live chat window | Read |
botstar_livechat_update | Update user details on the current live chat session | Read |
botstar_webview_get_parameter | Retrieve a parameter value passed from the BotStar chatbot to the webview | Read |
botstar_webview_send_response | Send data from the webview back to the BotStar chatbot | Read |
botstar_create_bot | Create a new bot in BotStar | Write |
botstar_create_bot_attribute | Create a new bot attribute in BotStar | Write |
botstar_create_cms_entity | Create a CMS entity in BotStar with a name and optional fields | Write |
botstar_create_entity_fields | Create entity field(s) in BotStar CMS | Write |
botstar_create_entity_item | Create a new entity item in BotStar CMS | Write |
botstar_create_user_attributes | Create custom user attributes in BotStar | Write |
botstar_publish_bot | Publish a bot to live | Write |
botstar_update_bot_attribute | Update a bot attribute in BotStar | Write |
botstar_update_cms_entity | Update a CMS entity in BotStar | Write |
botstar_update_entity_fields | Update entity field(s) in BotStar CMS | Write |
botstar_update_entity_item | Update a CMS entity item in BotStar | Write |