Tasks don't fail loudly — they quietly stop moving. By the time a stalled task surfaces on a board, the deadline is already gone.
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.

Copy this prompt and send it to your AI model along with your Vibecode API key
Build a Stale Task Monitor for my Bitrix24 account. It reads my open tasks, scores each one for "risk of being forgotten", and shows the worst offenders in a single queue — with a plain-language reason why each task is stuck and one concrete next step. No boards, no charts to interpret: one screen, one ranked list, one decision per row. Read open tasks with GET /v1/tasks. Compute a 0-100 risk score in code from three readable fields: days past deadline (0-40), age since planned start date (0-40), priority weight (0-20), and show the split as a stacked bar under the score. Use POST /v1/chat/completions only for the reason and the next step. Activity timestamps are read-only on most accounts, so measure staleness from the planned start date and label it that way in the UI. Never state a fact about a task that isn't in its title, status or dates. API key: vibe_api_xxx (scopes: task, vibe:ai) API Discovery: https://vibecode.bitrix24.com/v1/me
One ranked queue of the tasks most at risk of being forgotten — each with a plain-language reason it's stuck and one concrete next step. No boards to interpret.
The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.
task
Large projects start without clear task breakdowns. Teams don't understand the scope of work.
Standups happen verbally or get forgotten. No history — unclear who's working on what.
Tasks get created and forgotten. Overdue tasks pile up, deadlines are missed.