Kombo
Use Kombo unified ATS, HRIS, and LMS APIs for connected business systems.
Tools
| Name | Description |
|---|---|
check_api_keyVerify the Kombo API key and return environment information. | Verify the Kombo API key and return environment information. |
list_integrationsList Kombo integrations configured in the environment. | List Kombo integrations configured in the environment. |
get_integrationGet details for a Kombo integration instance. | Get details for a Kombo integration instance. |
list_ats_jobsList jobs from a Kombo ATS integration. | List jobs from a Kombo ATS integration. |
get_ats_jobGet one ATS job from Kombo. | Get one ATS job from Kombo. |
list_ats_candidatesList candidates from a Kombo ATS integration. | List candidates from a Kombo ATS integration. |
get_ats_candidateGet one ATS candidate from Kombo. | Get one ATS candidate from Kombo. |
create_ats_candidateCreate a candidate in the connected ATS when the integration supports writes. | Create a candidate in the connected ATS when the integration supports writes. |
update_ats_candidateUpdate a candidate in the connected ATS when the integration supports writes. | Update a candidate in the connected ATS when the integration supports writes. |
list_hris_employeesList employees from a Kombo HRIS integration. | List employees from a Kombo HRIS integration. |
get_hris_employeeGet one HRIS employee from Kombo. | Get one HRIS employee from Kombo. |
list_lms_usersList LMS users from a Kombo LMS integration. | List LMS users from a Kombo LMS integration. |
get_lms_userGet one LMS user from Kombo. | Get one LMS user from Kombo. |
Quick Start
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.