Works With Your Stack

Hextrap integrates seamlessly with the tools you already use. From CI/CD pipelines to chat apps to security platforms.

CI/CD Pipelines

Protect your builds. Block malicious packages before they reach production.

GitHub Actions

Native action for workflows. Set up in minutes.

View Docs →

GitLab CI

Pipeline component ready to drop into .gitlab-ci.yml.

View Docs →

Jenkins

Plugin for Jenkinsfiles and freestyle projects.

View Docs →

CircleCI

Orb available for easy configuration.

View Docs →

Azure DevOps

Task extension for Azure Pipelines.

View Docs →

Bitbucket Pipelines

Pipe ready for bitbucket-pipelines.yml.

View Docs →

Notifications & Alerts

Get notified instantly when something needs attention.

Slack

Real-time alerts to your security channel.

View Docs →

Microsoft Teams

Connector for Teams channels.

View Docs →

Email

Daily digests or instant alerts.

View Docs →

PagerDuty

Critical alerts for on-call rotation.

View Docs →

Security Platforms

Connect Hextrap data to your security operations center.

Splunk

Send events to Splunk for analysis.

View Docs →

Datadog

Metrics and events integration.

View Docs →

Jira

Create tickets for policy violations.

View Docs →

Webhooks

Custom webhooks for any platform.

View Docs →

Build Your Own Integration

Our REST API gives you full programmatic access to hextrap. Automate firewall management, query activity logs, and integrate with any tool in your stack.

  • REST API with OpenAPI spec
  • Webhook events for real-time updates
  • Python and Node.js SDKs
  • Rate limits for enterprise scale
API Documentation
Example: List Firewalls
curl -X GET \
  https://api.hextrap.com/v1/firewalls \
  -H "Authorization: Bearer $API_KEY"

# Response
{
  "firewalls": [
    {
      "id": "fw_abc123",
      "name": "Production",
      "status": "active"
    }
  ]
}

Don't See Your Tool?

Let us know what you need. We're always adding new integrations.