Bitrix24 Drive files are chaotic — no structure, documents get lost.
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 automatic file organization utility for Bitrix24 Drive. Analyze all files by name, type, and date. Create folder structure (Contracts, Invoices, Presentations, Photos) and sort files into them. Generate a report: how many files sorted, which need manual review. API key: vibe_api_xxx API Discovery: https://vibecode.bitrix24.com/v1/me Concrete endpoints: GET /v1/storages, GET /v1/folders?parentId=:id, GET /v1/files?folderId=:id, POST /v1/storages/:id/children, POST /v1/folders/:id/moveto, POST /v1/files/:id/moveto Target result field: folder structure on Drive (POST /v1/storages/:id/children, POST /v1/files/:id/moveto) After completing the task, send feedback about any issues: POST /v1/feedback (category: bug/docs/suggestion, title, body)
Automatic file organization into logical folder structure. Drive organized in minutes instead of hours.
The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.
disk