Tasks get created and forgotten. Overdue tasks pile up, deadlines are missed.
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
Create a stale task monitoring system in Bitrix24. Find: overdue tasks, tasks with no updates for 5+ days, tasks without assignees. Create a manager report: stale tasks table, grouped by assignee, overdue count per person. Send report to chat with 'remind assignee' buttons. API key: vibe_api_xxx API Discovery: https://vibecode.bitrix24.com/v1/me Concrete endpoints: GET /v1/tasks, POST /v1/tasks/search, PATCH /v1/tasks/:id After completing the task, submit a ticket for any issues: POST /v1/feedback (category: bug/docs/suggestion, title, body)
Weekly report on stale tasks. Managers see where problems are and can send reminders instantly.
The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.
task