AI Chatbot for Bitrix24

AI Models
imbot
vibe:ai

The Problem

Employees ask the same questions: how to request vacation, where's the contract template, what's the deal status. HR and managers waste time on routine answers.

How to use

  1. Get a free API key

    Sign up for Vibecode and issue a key with the scopes listed below. It takes less than a minute.

  2. Open your AI agent

    Launch Claude Code, Cursor, ChatGPT or whichever AI model you work with.

  3. Paste the prompt and key

    Copy the prompt below, replace vibe_api_xxx with your API key and send it to the agent. It will call the API and write working code on its own.

Prompt for AI

Copy this prompt and send it to your AI model along with your Vibecode API key

Create a chatbot in Bitrix24 that answers employee questions via AI.

Use Bot API (POST /v1/bots) to create the bot.
On receiving a message, call POST /v1/chat/completions with system prompt: 'You are a corporate assistant. Answer employee questions about company processes briefly and clearly'.

Send AI response back to chat via POST /v1/bots/:botId/messages.

Use the free model — just omit model field.

API key: vibe_api_xxx (scopes: imbot, vibe:ai)
API Discovery: https://vibecode.bitrix24.com/v1/me

After completing the task, submit a ticket for any issues: POST /v1/feedback (category: bug/docs/suggestion, title, body)

What You Get

A chatbot in Bitrix24 instantly answers employee questions. HR is freed from routine, employees get answers 24/7.

Required Scopes

imbot
vibe:ai

Endpoints for these scopes

The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.

imbot

/v1/bots
/v1/bots/:botId/messages

Related Solutions

Get your free key