> ## Documentation Index
> Fetch the complete documentation index at: https://docs.obiguard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported SDKs

> Find the best way to use Obiguard in your preferred language.

Set up your development environment to use Obiguard in Python, or any OpenAI-compatible SDK.

## Official SDKs

<CardGroup cols={3}>
  <Card title="Python" icon="python" href="/api-reference/sdk/python">
    Easy, modern integration for Python apps.
  </Card>
</CardGroup>

## Compatible & Community Libraries

You can use Obiguard with many OpenAI-compatible and community SDKs. Here are some popular options:

<CardGroup cols={3}>
  <Card title="OpenAI Python" icon="python" href="https://github.com/openai/openai-python">
    Use Obiguard as a drop-in for OpenAI methods.
  </Card>
</CardGroup>

## FAQs

<AccordionGroup>
  <Accordion title="Missing your language? Need help integrating Obiguard?">
    [Email us](mailto:support@obiguard.com).
  </Accordion>

  <Accordion title="Can I use Obiguard with my favorite OpenAI SDK?">
    Yes! Any OpenAI-compatible SDK or HTTP client can be used with Obiguard by simply pointing to the Obiguard API endpoint and using your Obiguard API key.
  </Accordion>

  <Accordion title="Where can I find more integration examples?">
    Check out our exhaustive list of integrations [here](/integrations/ecosystem).
  </Accordion>
</AccordionGroup>
