Open Connector
All tools

BambooHR logoBambooHR

Connect to BambooHR to access employee and HR data through the BambooHR API.

bamboohrvcatalog-v10 tools

Authentication

MethodKindStatusDetails
OAuth 2.0 (Marketplace app)oauth2available
Basic Auth (API key)basicavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const toolkit = await oc.getToolkit({ slug: "bamboohr" });
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const toolkit = await composio.toolkits.retrieve("bamboohr");
oc toolkits info bamboohr

Tool catalog

Available tools

0 callable operations

No tools are currently registered for this toolkit.

Provider resources