Home

    ---
    title: apogee-ai-prompt
    description: Content-addressed registry for prompts with versioning, A/B comparison and golden-set replay.
    ---

    # apogee-ai-prompt

    > Content-addressed registry for prompts with versioning, A/B comparison and golden-set replay.

    ## What is in this package

    | Capability | What you get |

| --- | --- | | Registry | PromptRegistry storing prompts under SHA-256 versions | | Compare | PromptComparator to A/B two prompt versions over a sample set | | Replay | Replay a golden-set against any registered prompt version |

    ## Install

    ```bash
    pip install apogee-ai-prompt
    ```

    ## 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)