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

# Keeps documentation

> Instrument a generative-media product and understand what people create, choose, and reuse.

Keeps is product analytics for applications that generate images, video, or
audio. It connects each generation request to its individual output assets and
to the meaningful actions people take on those assets.

Most integrations need only a workspace API key and one process-scope server
SDK client. Start with the [Quickstart](/quickstart).

## What you send

* The exact request object passed to your media provider.
* One stable ID for every output asset.
* Optional user, workflow, and application context.
* Product actions such as `downloaded`, `approved`, `shared`, or `remixed`.
* Optional annotations your application learns later.

Keeps does not execute provider calls. Add the server SDK around the generation
code you already have.

## What you get

* An asset browser for the media your product produces.
* Exact action attribution to individual outputs.
* Semantic media search and representative examples.
* Comparisons across models, workflows, application properties, and users.
* Inspectable charts and saved notebooks backed by current workspace data.

<Card title="Set up Keeps" icon="rocket" href="/quickstart">
  Create a workspace and capture your first generation.
</Card>
