> ## Documentation Index
> Fetch the complete documentation index at: https://developers.techwolf.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

Our API is built on open standards: we use a RESTful API design, described with
detail through an [OpenAPI specification](/reference/). Each of these aspects
enables you to build a connector between your system and the Skill Engine with
ease.

On top of this well-documented interface, we assist our customers in building
connectors that bridge the gap between the Skill Engine and any popular HR,
knowledge sharing, and communication systems.

We are actively expanding our suite of standard integrations for both syncing
skill profiles between systems as well as datasource integrations to infer skill
data from. By standardising these integrations, we are elevating our offering by
providing fully designed, vendor-certified integrations wherever possible,
ensuring they require minimal effort from our customers to implement. These
integrations are supported by comprehensive deployment guides, designed to
streamline the setup process and provide clear instructions for optimal
performance.

Should you need an integration that is not listed below, please don't hesitate
to contact us. We have a broad range of experience with various systems, some of
which may not yet be standardised. TechWolf can synchronise data to any system
(unless that system has functional limitations with skills) if we have the
following:

* Access to a test tenant
* A technical point of contact who understands the system
* Technical integration documentation if it is not publicly available

## Skill Assistant

The [TechWolf Skill Assistant](/integrations/skill-assistant) brings skills
closer to employees, allowing them to efficiently review and validate the skills
recommended by TechWolf in a way that seamlessly integrates into their workflow.

## Skill sync integrations

Skill sync integrations are designed to **synchronise skill profiles** for
Employees, Jobs, Courses, candidates and Vacancies between TechWolf and a third
party system. These integrations ensure a consistent and up-to-date view of
skill profiles across platforms.

### Standard integrations

| System                                                                                           | Integration description                                                                                        |
| ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- |
| [Workday - Employee Skill Sync](/integrations/workday-skill-sync-integration/overview-employees) | A Workday Certified standard skill sync integration where we supply and sync skill profiles for **Employees**. |
| [Workday - Job Skill Sync](/integrations/workday-skill-sync-integration/overview-jobs)           | A standard skill sync integration where we supply and sync skill profiles for **Jobs**.                        |
| [SAP - Skills Taxonomy Sync](/integrations/sap-skill-sync-integration/overview-skills-taxonomy)  | A standard integration where we supply and sync a **Skills Taxonomy**.                                         |
| [SAP - Employee Skill Sync](/integrations/sap-skill-sync-integration/overview-employees)         | A standard skill sync integration where we supply and sync skill profiles for **Employees**.                   |
| [SAP - Job Skill Sync](/integrations/sap-skill-sync-integration/overview-jobs)                   | A standard skill sync integration where we supply and sync skill profiles for **Jobs**.                        |
| [Degreed - Employee Skill Sync](/integrations/degreed-skill-sync-integration/overview-employees) | A standard skill sync integration where we supply and sync skill profiles for **Employees**.                   |

## Datasource integrations

Data source integrations involve establishing connections with HR and business
data sources to gather and extract information about Employees, Jobs, Courses,
Vacancies, and candidates. This enables our AI to **infer and structure skill
data**.

| System                                                                                      | Integration description                                                                                                                                                                                                                                |
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Jira Cloud](/integrations/datasource-integrations/jira)                                    | A standard datasource integration where we connect to Jira to **infer skills from completed tasks**.                                                                                                                                                   |
| [SumTotal](/integrations/datasource-integrations/Sumtotal/SumTotal)                         | A standard datasource integration where we connect to SumTotal to **infer skills from courses**.                                                                                                                                                       |
| [Workday](/integrations/datasource-integrations/workday-datasource)                         | A standard datasource integration where we take in [Workday EIB](https://www.workday.com/content/dam/web/en-us/documents/datasheets/datasheet-workday-cloud-connect-platform.pdf) output files to **infer skills from employees, jobs and vacancies**. |
| [SAP SuccessFactors](/integrations/datasource-integrations/sap-standard-input-integration/) | A standard datasource integration from SAP to TechWolf, enabling TechWolf to **infer skills from employees and jobs**.                                                                                                                                 |

## Webhooks

[Webhooks](/integrations/webhooks/overview) let you receive real-time change notifications when supported Entities or Skill Profiles undergo changes in the SkillEngine API. TechWolf sends HTTPS POST requests to your endpoint detailing the changed entities (by ID), after which you can fetch the authoritative state from the SkillEngine API. All supported events conform to the [CloudEvents 1.0 specification](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md). TechWolf events are versioned (e.g. `v1`); for every breaking change, a new version will be introduced. Signature verification (Ed25519) and optional OAuth2 endpoint authentication are available.
