Tools
| Name | Description |
|---|---|
list_employeesSearch HiBob employees with an explicit field allowlist. Defaults to work profile fields. | Search HiBob employees with an explicit field allowlist. Defaults to work profile fields. |
get_employeeGet one HiBob employee by ID or email with an explicit field allowlist. | Get one HiBob employee by ID or email with an explicit field allowlist. |
list_time_offList employees who are out over an explicit date range. | List employees who are out over an explicit date range. |
list_attendance_entriesSearch HiBob attendance entries for one employee and an explicit clock-in date range. | Search HiBob attendance entries for one employee and an explicit clock-in date range. |
list_company_listsList HiBob named company lists used by fields and profile values. | List HiBob named company lists used by fields and profile values. |
list_people_fieldsList HiBob people field metadata so agents can request only required employee fields. | List HiBob people field metadata so agents can request only required employee fields. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('hibob', 'list_employees', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'hibob',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect HiBob to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does HiBob support?
HiBob supports 6 tools including List Employees, Get Employee, List Who's Out, List Attendance Entries, List Company Lists, and more.
Can I use HiBob with AI agents?
Yes. Add HiBob to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect HiBob to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add HiBob as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped HiBob tools exposed by that workspace.
Does HiBob work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved HiBob work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with HiBob?
HiBob exposes 6 tools, including List Employees, Get Employee, List Who's Out, List Attendance Entries, List Company Lists, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can HiBob be used in stateful agent workflows?
Yes. Agents can combine HiBob tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does HiBob use?
HiBob uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the HiBob integration cost?
The HiBob integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect HiBob in minutes
Get 20,000 free action executions every month. No credit card required.