Home

    ---
    title: apogee-ai-guardrails
    description: Input/output filters: PII, prompt injection, jailbreak; commercial-grade adapters.
    ---

    # apogee-ai-guardrails

    > Input/output filters: PII, prompt injection, jailbreak; commercial-grade adapters.

    ## What is in this package

    | Adapter | What it does |

| --- | --- | | GuardrailsAI | Pythonic guardrails over text I/O | | Lakera | Cloud-based prompt-injection detection | | ProtectAI | Enterprise classifier suite | | NeMo Guardrails | NVIDIA NeMo programmable rails |

    ## Install

    ```bash
    pip install apogee-ai-guardrails
    ```

    ## Where it fits

    This package is part of the [Apogee Framework](/framework/) ecosystem. It can be used:

    - **Standalone** — install and use directly via `pip` (or `npm` for `@apogee/ai-ui-react`).
    - **As a plugin** — generated projects detect it and register matching CLI subcommands automatically.

    See the [framework's modules overview](/framework/modules/overview/) for how all 28 packages fit together.

    ## Read next

    - [Installation](getting-started/installation.md)
    - [Quickstart](getting-started/quickstart.md)
    - [Reference](reference/index.md)