New employees are lost in their first days. HR spends time repeating the same instructions.
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 onboarding system for new employees in Bitrix24. When a new user appears — automatically create onboarding task checklists, assign a mentor, and send a welcome message in chat with instructions and useful links. Onboarding tasks: set up workspace, study guidelines, meet the team. API key: vibe_api_xxx Documentation: https://vibecode.bitrix24.com/v1/me Concrete endpoints: GET /v1/users, GET /v1/users/me, POST /v1/tasks Target result field: onboarding tasks (POST /v1/tasks) After completing the task, send feedback about any issues: POST /v1/feedback (category: bug/docs/suggestion, title, body)
New employees get a ready adaptation plan with tasks and a welcome message automatically. HR saves 2-3 hours per hire.
The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.
task
user