Skip to content

Integrations

Integrations make DeepIntShield 100% compatible with existing AI provider SDKs (OpenAI, Anthropic, Google GenAI). Point your SDK’s base URL at DeepIntShield and your existing code keeps working - no rewrites:

  • Drop-in replacement - Change only the base URL in your existing code
  • Zero migration effort - Keep your current SDK and request/response handling
  • Instant feature access - Get governance, caching, fallbacks, and monitoring without code changes
import openai
client = openai.OpenAI(
api_key="your-openai-key"
)
import openai
client = openai.OpenAI(
base_url="https://app.deepintshield.com/openai", # Point to DeepIntShield
api_key="sk-bf-your-virtual-key" # Authenticate with your DeepIntShield virtual key
)

That’s it! Your application now has automatic fallbacks, governance, monitoring, and all DeepIntShield features.

DeepIntShield provides complete compatibility with these popular AI SDKs:

For detailed setup guides, compatibility information, and advanced usage:

Complete Integration Documentation

Now that you understand integrations, explore these related topics: