Integrations

Route Rune events into the tools your team already lives in.

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.

Framework 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 →

Frequently Asked Questions

How long does integration take?

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.

Does Rune work with custom or proprietary frameworks?

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.

Does integration affect my agent's performance?

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.

Can I use Rune with multiple frameworks in the same project?

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.

Start free
Integrations — Alerting, Observability, and Frameworks | Rune