API & Integrations

Documentation for integrating the MYGRYN Agentic Firewall into your CI/CD pipelines.

Getting Started

Install the MYGRYN CLI and authenticate with your API key to start scanning skills locally.

npm install -g @securehub/cli

REST API

Query the marketplace, submit skills for review, and manage your published skills programmatically.

GET /api/v1/skills?type=mcp_tool

CI/CD Integration

Add security scanning to your GitHub Actions, GitLab CI, or Jenkins pipeline with a single step.

securehub scan --project ./my-skill

Webhook Events

Subscribe to real-time notifications for scan results, skill status changes, and security alerts.

POST /api/v1/webhooks