Weavz
Kombo

Kombo

Use Kombo unified ATS, HRIS, and LMS APIs for connected business systems.

13 tools

Tools

Name
check_api_key

Verify the Kombo API key and return environment information.

list_integrations

List Kombo integrations configured in the environment.

get_integration

Get details for a Kombo integration instance.

list_ats_jobs

List jobs from a Kombo ATS integration.

get_ats_job

Get one ATS job from Kombo.

list_ats_candidates

List candidates from a Kombo ATS integration.

get_ats_candidate

Get one ATS candidate from Kombo.

create_ats_candidate

Create a candidate in the connected ATS when the integration supports writes.

update_ats_candidate

Update a candidate in the connected ATS when the integration supports writes.

list_hris_employees

List employees from a Kombo HRIS integration.

get_hris_employee

Get one HRIS employee from Kombo.

list_lms_users

List LMS users from a Kombo LMS integration.

get_lms_user

Get one LMS user from Kombo.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('kombo', 'check_api_key', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'kombo',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Kombo 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 Kombo support?

Kombo supports 13 tools including Check API Key, List Integrations, Get Integration, List ATS Jobs, Get ATS Job, and more.

Can I use Kombo with AI agents?

Yes. Add Kombo 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.

Can Kombo be used in stateful agent workflows?

Yes. Agents can combine Kombo 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 Kombo use?

Kombo uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Kombo integration cost?

The Kombo integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Kombo in minutes

Get 20,000 free action executions every month. No credit card required.