Integrations
Forward agent-security events to PagerDuty, Datadog, Splunk, and Sentry. Configure via webhooks in the Rune dashboard — no code changes required.
Looking for framework integrations?
Framework landing pages moved to /for/<framework>. Each has code snippets, threat scenarios, and setup steps specific to that framework.
Route blocked events and policy hits to the tools your on-call already lives in.
PagerDuty
Configure in Rune Dashboard → Settings → NotificationsRoute agent security incidents to your on-call team
DocsDatadog
Configure in Rune Dashboard → Settings → NotificationsUnified observability for agent security and infrastructure
DocsSplunk
Configure in Rune Dashboard → Settings → NotificationsEnterprise SIEM integration for agent security events
DocsSentry
npm install @sentry/node @runesec/sdkTrack blocked agent actions as Sentry errors
DocsFramework not covered by our framework pages? Rune's generic Shield class works with any Python agent — call shield.scan_input() and shield.scan_output() yourself. SDK reference →
Most integrations take under 5 minutes. Install the SDK with pip install runesec, import the framework-specific integration (e.g., ShieldMiddleware for LangChain), and wrap your existing agent. No code refactoring required — Rune hooks into your framework's existing middleware or callback system.
Yes. Rune's generic Shield class works with any Python-based agent. Call shield.scan_input() before sending data to your LLM and shield.scan_output() before returning results to the user. The framework-specific integrations automate this wrapping, but the core scanning is framework-agnostic.
Rune's L1 pattern scanning adds under 5ms of latency. L2 semantic scanning adds 10-20ms. Both run locally with no external API calls. L3 LLM-based judgment is optional and can run asynchronously (non-blocking). Event shipping to the dashboard is always asynchronous and never blocks your agent's response.
Yes. Create one Shield instance and use it across multiple framework integrations. For example, if you have a LangChain RAG pipeline feeding into a CrewAI multi-agent system, you can wrap both with the same Shield instance and see unified monitoring in the dashboard.
Ship Rune on your stack today.
Install, wrap, deploy. 10,000 events/month free.