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

# Flumes: Memory & Context API

> Ingest facts/events, assemble context in one call, and get structured facts, a compact summary, and sources.

# Flumes: Memory & Context API

Flumes is a memory graph for AI.

Send us facts, events, or notes. We store them as typed memories linked to entities, index them (hybrid semantic + keyword), and on `/v0/context/assemble` we return:

* a structured list of facts/events (with scores & citations),
* a compact natural-language summary budgeted for your prompt,
* optional ingestion of new facts extracted from the current turn.

Built-ins: conflict keys & supersession, namespaces per app/env, PII redaction, observability events, and idempotency.

<CardGroup cols={2}>
  <Card title="Quickstart" href="/guides/getting-started/quickstart" icon="play">Store facts/events and assemble context.</Card>
  <Card title="API" href="/api" icon="command-line">Explore endpoints and try the playground.</Card>
  <Card title="Memory Model" href="/guides/overview/memory-model" icon="academic-cap">Entities, facts, events, and supersession.</Card>
  <Card title="Authentication" href="/guides/concepts/authentication-security" icon="key">Keys, scopes, headers, and rate limits.</Card>
</CardGroup>
