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.
Notifications & Alerts
Get notified instantly when something needs attention.
Security Platforms
Connect Hextrap data to your security operations center.
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
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.