Skip to content

feat: agent memory docs#30121

Closed
petebacondarwin wants to merge 3 commits into
productionfrom
payam/agent-memory-docs
Closed

feat: agent memory docs#30121
petebacondarwin wants to merge 3 commits into
productionfrom
payam/agent-memory-docs

Conversation

@petebacondarwin

Copy link
Copy Markdown
Contributor

Note

Mirror of #30118, pushed to this repo to generate preview deploys (PRs from forks do not produce previews). Credit to @pmesgari — see the original PR for full review history and discussion.

  • Add product directory entry (agent-memory.yaml) and SVG icon
  • Add product overview page with features, related products, and resource links
  • Add get-started guide: create namespace, configure binding, ingest/recall/summary
  • Add concepts: how Agent Memory works (extraction, classification, dedup, storage, recall pipeline, memory types, idempotency) and profiles/namespaces isolation model
  • Add configuration page for memory_namespaces Worker binding (single and multiple bindings, TypeScript types)
  • Add API reference: ingest() with Message type, timestamps, and idempotency; recall() with thinking levels, response length, and reference date; getSummary() with session scoping and summary structure
  • Add namespace management REST API reference (create, list, get, delete)
  • Add platform pages: validation limits and naming constraints, beta pricing placeholder
  • Add example: chat agent with memory using Workers AI (ingest, recall, getSummary in a conversation loop)

Summary

Adding docs for Agent Memory (Beta) product.

Screenshots (optional)

Documentation checklist

  • Is there a changelog entry (guidelines)? If you don't add one for something awesome and new (however small) — how will our customers find out? Changelogs are automatically posted to RSS feeds, the Discord, and X.
  • The change adheres to the documentation style guide.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

- Add product directory entry (agent-memory.yaml) and SVG icon
- Add product overview page with features, related products, and resource links
- Add get-started guide: create namespace, configure binding, ingest/recall/summary
- Add concepts: how Agent Memory works (extraction, classification, dedup, storage, recall pipeline, memory types, idempotency) and profiles/namespaces isolation model
- Add configuration page for memory_namespaces Worker binding (single and multiple bindings, TypeScript types)
- Add API reference: ingest() with Message type, timestamps, and idempotency; recall() with thinking levels, response length, and reference date; getSummary() with session scoping and summary structure
- Add namespace management REST API reference (create, list, get, delete)
- Add platform pages: validation limits and naming constraints, beta pricing placeholder
- Add example: chat agent with memory using Workers AI (ingest, recall, getSummary in a conversation loop)
@petebacondarwin petebacondarwin mentioned this pull request Apr 21, 2026
4 tasks
@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
* @cloudflare/pcx-technical-writing, @cloudflare/product-owners

@github-actions

github-actions Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Preview URL: https://b77b442a.preview.developers.cloudflare.com
Preview Branch URL: https://payam-agent-memory-docs.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/agent-memory/api/namespaces/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/api/namespaces/
https://developers.cloudflare.com/agent-memory/get-started/guide/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/get-started/guide/
https://developers.cloudflare.com/agent-memory/examples/chat-agent/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/examples/chat-agent/
https://developers.cloudflare.com/agent-memory/api/recall/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/api/recall/
https://developers.cloudflare.com/agent-memory/api/get-summary/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/api/get-summary/
https://developers.cloudflare.com/agent-memory/api/ingest/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/api/ingest/
https://developers.cloudflare.com/agent-memory/configuration/bindings/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/configuration/bindings/
https://developers.cloudflare.com/agent-memory/concepts/profiles-and-namespaces/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/concepts/profiles-and-namespaces/
https://developers.cloudflare.com/agent-memory/concepts/how-agent-memory-works/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/concepts/how-agent-memory-works/
https://developers.cloudflare.com/agent-memory/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/
https://developers.cloudflare.com/agent-memory/platform/limits/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/platform/limits/
https://developers.cloudflare.com/agent-memory/api/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/api/
https://developers.cloudflare.com/agent-memory/concepts/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/concepts/
https://developers.cloudflare.com/agent-memory/configuration/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/configuration/
https://developers.cloudflare.com/agent-memory/examples/ https://payam-agent-memory-docs.preview.developers.cloudflare.com/agent-memory/examples/

@petebacondarwin petebacondarwin marked this pull request as ready for review April 21, 2026 19:29
@petebacondarwin petebacondarwin requested a review from a team April 21, 2026 19:29
devin-ai-integration[bot]

This comment was marked as resolved.

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant).

@petebacondarwin

Copy link
Copy Markdown
Contributor Author

Not stale, just waiting on the code in Wrangler to land and be released

@github-actions

Copy link
Copy Markdown
Contributor

Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant).

@github-actions

Copy link
Copy Markdown
Contributor

Hey there, we've closed out this pull request because it's been stale for a while and there's been no additional action on it. If these changes are still relevant, open a new pull request (or flag to us in a GitHub issue).

@github-actions github-actions Bot closed this Jun 27, 2026
@github-actions github-actions Bot deleted the payam/agent-memory-docs branch June 27, 2026 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants