For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

HiBob

Connect your AI agents to HiBob.
Was this page helpful?
Previous

Hex

Next

HubSpot

Authentication: service user. See Magic Link for the runtime auth flow.

Sample use cases

  • List employees with anniversaries this month so I can send recognition notes.
  • Find every employee whose probation period ends in the next 30 days.
  • Pull headcount by department for the end of last quarter.

Available Tools

list_employee_documents

List HiBob documents for employee. Returns document metadata including name, upload date, folder, and tags. Does not return document contents - use download URL if provided.

upload_document_from_url

Upload document to HiBob employee folder from URL. Specify folder_type (‘shared’ or ‘confidential’). Optionally add tags. Returns uploaded document ID.

delete_document

Delete HiBob document from employee folder. Requires document_id from list_employee_documents and folder_type (‘shared’ or ‘confidential’). Document deletion is permanent and cannot be undone.

get_folder_metadata

Get HiBob document folder metadata. Returns available folder types and IDs. Use to understand document organization before uploading.

search_employees

Search HiBob employees.

get_employee

Get detailed HiBob employee by ID. Returns work info, about section, and custom fields. Specify field IDs to limit response size. Use list_employee_fields to see all available fields.

create_employee

Create new HiBob employee. Required: email, firstName, surname, site (must be valid list item), startDate. Returns created employee. Use get_named_list with ‘site’ to find valid site values first.

update_employee

Update HiBob employee fields. Pass field paths and values (e.g., ‘work.title’: ‘Senior Engineer’). Use list_employee_fields to find valid field paths. Returns updated employee record.

terminate_employee

Terminate HiBob employee with termination date and optional reason. Sets employee status to terminated and records last day of employment. Cannot be undone via API.

uninvite_employee

Revoke HiBob employee’s system access. Employee record remains but they cannot log in. Use for immediate access removal without full termination.

list_employee_fields

Get metadata for all HiBob employee fields. Returns paginated field IDs, names, types, and categories. Use field IDs in search_employees and get_employee. No special permissions required.

get_named_list

Get items from HiBob named list (departments, sites, divisions, etc.).

create_named_list_item

Add new item to HiBob named list (e.g., add new department or site). Returns updated list with new item. Use get_named_list first to see existing items and avoid duplicates.

search_goals

Search HiBob goals with filters. Filter by owner_id, goal_type_id, cycle_id, or status. Returns paginated results. Use get_goal_metadata for valid goal_type_id and cycle_id values.

get_goal_metadata

Get HiBob goal metadata (types or cycles). Set metadata_type to ‘goal-types’ for goal types or ‘cycles’ for goal cycles. Use returned IDs when creating goals.

get_company_employee_fields

Get HiBob company employee field configuration. Returns all configured employee fields with IDs, types, categories, and whether they track history. Use for understanding data model.

list_reports

List all HiBob company reports. Returns paginated report IDs, names, descriptions, and categories. Use report ID with download_report or download_report_async.

download_report

Download HiBob report synchronously (for small/medium reports). Returns report data as CSV or JSON string. For large reports, use download_report_async instead.

download_report_async

Download HiBob report asynchronously (for large reports). Returns download_url with the report location. Use WebFetch or similar to download the file from the URL.

list_tasks

List all open HiBob tasks across the organization. Returns paginated task title, description, assignee, due date, and workflow info. Use for task management and onboarding tracking.

get_employee_tasks

Get HiBob tasks for specific employee. Filter by task_status (‘open’ or ‘closed’). Returns paginated tasks assigned to or about the employee including onboarding tasks.

complete_task

Mark HiBob task as complete. Provide task_id from list_tasks or get_employee_tasks. Returns count of tasks updated. Tasks cannot be uncompleted via API.

submit_time_off_request

Submit HiBob time off request.

get_time_off_request

Get HiBob time off request details by request ID and employee ID. Returns full request including status, dates, policy type, and approver info.

cancel_time_off_request

Cancel pending HiBob time off request. Only pending requests can be canceled. Returns canceled request with updated status. Use get_time_off_request to verify status before canceling.

get_time_off_balance

Get HiBob employee time off balance. Returns available, used, and pending balances by policy type. Optionally filter by policy_type or calculate as of specific date.

adjust_time_off_balance

Adjust HiBob employee time off balance (admin operation). Add or subtract days/hours. Positive values add balance, negative subtract. Provide reason for audit trail.

list_policy_types

List all HiBob time off policy types (Vacation, Sick, etc.). Returns policy type codes to use in submit_time_off_request. No parameters needed.

list_policies

List HiBob time off policies. Returns policy details including accrual settings. Optionally filter by policy_type.

get_whos_out

Get HiBob who’s out calendar for date range.

get_out_today

Get HiBob employees out today. Quick view of current absences. Set include_pending=true to include pending requests.

list_request_changes

Get HiBob time off request changes since timestamp. Track approvals, rejections, cancellations. Use ISO 8601 timestamp for ‘since’ parameter. Useful for syncing with external systems.