# HiddenLayer Integrations

HiddenLayer provides integrations with various third-party products and processes.

Integrations are a key part of your organization’s security and streamline your data flow. From protecting your models, viewing the results, and interacting with HiddenLayer’s API, these integrations are provided to improve your efficiency and enhance your decision-making capabilities.

## List of Integrations

### Marketplace Procurement

The AI Supply Chain Security and AI Runtime Security can be leveraged in your cloud environment.

| Name  | Description | Links  |
|  --- | --- | --- |
| AI Supply Chain Security | HiddenLayer Supply Chain is available on several cloud provider marketplaces. Supply Chain prevents security issues by detecting malicious code in your AI models and ensures your AI models are free from adversarial code. | - Azure Marketplace
- AWS Marketplace
- GCP Marketplace

 |
| AI Runtime Security | HiddenLayer Runtime Security is available on several cloud provider marketplaces. Runtime Security provides real-time cybersecurity protection for Generative AI by safeguarding against inference attacks, evasion, and model theft. | - Azure Marketplace
- AWS Marketplace
- GCP Marketplace

 |


### Protection

HiddenLayer product integrations work with tools you use in your workflows.

| Name  | Description | Links  |
|  --- | --- | --- |
| Azure DevOps Task | Integrate HiddenLayer’s Supply Chain into your continuous integration (CI) process with HiddenLayer’s Azure DevOps task. | Azure Marketplace |
| Databricks Unity Catalog | Adds scanning to your Databricks MLOps workflow. The integration submits models registered with Unity Catalog and MLFlow to the HiddenLayer API for scanning. The plugin will apply tags to the model indicating the scan results allowing you to determine promotion and removal remediation actions if necessary. | [Databricks Unity Catalog](/docs/integrations/databricks_unity_catalog) |
| HiddenLayer Supply Chain GitHub Action (SaaS) | Integrate model scanning into your continuous integration (CI) process with HiddenLayer's GitHub Actions (GHA) integration. This action can scan your models that are stored in a repository.   This uses the HiddenLayer Supply Chain CLI and scans the model inside the GitHub Action. | GitHub |
| HiddenLayer Local Supply Chain GitHub Action (CLI) | Integrate model scanning into your continuous integration (CI) process with HiddenLayer’s GitHub Actions (GHA) integration. This action can scan your models that are stored in a repository or on Amazon S3.   This uses the HiddenLayer SaaS Supply Chain, which uploads the model to the HiddenLayer SaaS environment. | GitHub |
| Jenkins Plugin | Adds scanning to your Jenkins pipelines. The plugin allows you to use your Jenkins pipeline to submit models to the HiddenLayer API for scanning. | Jenkins Plugin |
| JFrog Artifactory | Adds scanning to your Artifactory workflow. The plugin submits models downloaded from a Hugging Face repository to the HiddenLayer API for scanning. The plugin will block the download if the model is flagged as Unsafe (malicious). | JFrog Artifactory GitHub |
| LiteLLM | LiteLLM ships with a native integration for HiddenLayer. The proxy sends every request/response to HiddenLayer’s Interactions endpoint so you can block or redact unsafe content before it reaches your users. | LiteLLM HiddenLayer Guardrails |


### Data Output

HiddenLayer integrates with tools you use to ingest output data, like SIEM.

| Name  | Description | Links  |
|  --- | --- | --- |
| Azure Sentinel | HiddenLayer provides an integration with Microsoft Sentinel to send Runtime Security conviction data for alerting and processing. | - Console US Integrations
- Console EU Integrations

 |
| Custom Webhooks | Allow users to connect HiddenLayer runtime detections with any HTTP receiver complete with customized headers. | - Console US Integrations
- Console EU Integrations

 |


### Custom

HiddenLayer provides different software development kits (SDKs) so you can interact with HiddenLayer’s API.

| Name  | Description | Links  |
|  --- | --- | --- |
| Python SDK | Provides a simple and efficient way to interact with the HiddenLayer API. Developers can easily protect models without having to write complex code or manage the underlying infrastructure. | GitHub |
| TypeScript SDK | Provides a set of tools to interact with the HiddenLayer API. This can be used in both Node.js and browser environments. | GitHub |
| Java SDK | Provides a set of tools to interact with the HiddenLayer API from Java applications. | GitHub |