Daily Standup Bot

Tasks
task
imbot

The Problem

Standups happen verbally or get forgotten. No history — unclear who's working on what.

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 daily standup bot in Bitrix24 chat.

Bot messages each team member every morning: 'What did you do yesterday? What's planned today? Any blockers?' Collects responses, pulls each member's current tasks for context, and posts a summary to the team group chat.

API key: vibe_api_xxx
API Discovery: https://vibecode.bitrix24.com/v1/me

Concrete endpoints: GET /v1/tasks, POST /v1/bots/:botId/messages, GET /v1/bots/:botId/events
Target result field: bot messages to chat (POST /v1/bots/:botId/messages)

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

What You Get

Automated standups in chat. Team responds when convenient, manager sees a summary in one place.

Required Scopes

task
imbot

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.

task

/v1/tasks
/v1/tasks/:taskId/comments
/v1/scrum/epics

imbot

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

Related Solutions

Get your free key