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

# Guardion SDK

> Protect your LLM applications from prompt injection and misuse with Guardion's AI Firewall SDK.

Guardion is a lightning-fast, context-aware AI Firewall SDK built to protect LLM-based systems from prompt injection and misuse. Our SDK seamlessly integrates with leading agent frameworks to provide robust security for your AI applications.

```python theme={null}
pip install guardion==0.1.3
# or with extras:
pip install guardion[openai_agents]
pip install guardion[langchain]
```
