Official Obiguard Python SDK to help take your AI apps to production
OBIGUARD_API_KEY
recommended)AsyncObiguard
client instead of Obiguard
with await
:
httpx.Client
to the Obiguard SDK.
httpx.Client
options (e.g., for proxies, timeouts, custom headers).httpx.AsyncClient
to AsyncObiguard
.Can I use this SDK with OpenAI-compatible code?
How do I fix CERTIFICATE_VERIFY_FAILED or SSL errors?
httpx.Client
to the Obiguard SDK with SSL verification disabled. See the docs above for an example. Warning:
Disabling SSL verification is insecure—only use this as a last resort or for debugging.Where can I find more examples?