🎓

Automatic Onboarding

HR
task
user

The Problem

New employees are lost in their first days. HR spends time repeating the same instructions.

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.

Screenshot: the prompt pasted into an AI agent

Screenshot: the prompt pasted into an AI agent

Prompt for AI

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)

What You Get

New employees get a ready adaptation plan with tasks and a welcome message automatically. HR saves 2-3 hours per hire.

Required Scopes

task
user

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/task-comments

user

/v1/users
/v1/users/me

Related Solutions

Get your free key