New leads arrive without sorting. Managers waste time on manual classification instead of working with hot clients.
Get a free API key
Sign up for VibeCode and issue a key with the scopes listed below. It takes less than a minute.
Open your AI agent
Launch Claude Code, Cursor, ChatGPT or whichever AI model you work with.
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.

Screenshot: the prompt pasted into an AI agent
Copy this prompt and send it to your AI model along with your VibeCode API key
Create an app that fetches new leads from CRM via VibeCode API (GET /v1/leads) and classifies them using built-in AI (POST /v1/chat/completions) as hot, warm, or cold. Use the free BitrixGPT 5.5 model — just omit the model field, it connects automatically. For each lead send system prompt: 'Classify this lead. Return JSON: quality: hot/warm/cold, reason: ...'. Save result to lead field via PATCH /v1/leads/:id. API key: vibe_api_xxx (scopes: crm, vibe:ai) Docs: https://vibecode.bitrix24.com/v1/me After completing the task, send feedback about any issues: POST /v1/feedback (category: bug/docs/suggestion, title, body)
Bitrix24 strips text in square brackets (e.g. [TAG]) from some CRM text fields — notably the Comment field (comments). The Title field (title) is kept verbatim. If your scenario writes service markers into comments, avoid square brackets or they will silently disappear.
Automatic AI lead classification. Managers see priority immediately and focus on hot clients.
The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.
crm
Hundreds of products in catalog without descriptions. Copywriter can't keep up — products don't sell.
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.
Clients write contact info in free form — in comments, chats, emails. Managers manually copy phones and emails to CRM cards.