Meeting → Tasks

Tasks
task
vibe:ai

The Problem

After a meeting the action items live in a wall of notes, and turning them into tasks by hand is where half of them quietly get lost.

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.

Meeting → Tasks

Prompt for AI

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

Turn meeting notes into Bitrix24 tasks without the copy-paste. Paste the notes, and the app pulls out the action items, guesses a due date and an owner only when the text actually says so, and links every draft task back to the line it came from. You tick what's real, fix what isn't, and press create once. It also shows what it deliberately didn't turn into a task — decisions, FYIs, context — so nothing gets silently invented or silently dropped.

Send the pasted text to POST /v1/chat/completions in one batched call, with a closed output format: title, source line index, due date (or null), owner (or null), plus a skip reason for anything that isn't an action item. Never infer a date or an owner that isn't in the text — render "No date mentioned" instead. Verify every draft against its source line and drop what doesn't match.
Create the ticked tasks with POST /v1/tasks, only on explicit click.

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

What You Get

Paste the notes and get a reviewed list of draft tasks — each traced back to its source line, with dates and owners only where the text says so — created in Tasks on one click.

Required Scopes

task
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.

task

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

Related Solutions

Get your free key