Everything you need to integrate, configure, and operate BladeRun
Deploy the AI gateway, configure routing, and set up SSL termination
Python, Node.js, and Java SDK installation, configuration, and API reference
Configure data loss prevention rules, custom patterns, and redaction policies
Write policy-as-code with YAML/JSON, version control, and audit logging
Emergency shutdown configuration, triggers, and recovery procedures
Connect with OpenAI, Anthropic, Bedrock, LangChain, and more
Get BladeRun protecting your AI in under 5 minutes
# Install the BladeRun SDK pip install bladerun # Initialize in your application from bladerun import BladeRun client = BladeRun( api_key="your-api-key", environment="production" ) # Wrap your AI calls response = client.secure_completion( provider="openai", model="gpt-4", messages=[{"role": "user", "content": prompt}] )
That's it. Every request is now inspected, logged, and protected by BladeRun policies.
A gateway between your AI and the outside world. The diamond blade shape cuts through concentric security layers, with a void center representing filtered, clean data passing through.