Operations

Browse docs

Operations

Tap to expand
OperationsUpdated 2026-05-25

Release Checklist

Checklist for shipping RetainDB integrations safely.

Before shipping RetainDB to production:

  • Keep RETAINDB_API_KEY server-side.
  • Use stable project, user_id, session_id, agent_id, and task_id values.
  • Default memory writes to async mode where supported.
  • Log trace_id from errors.
  • Smoke test write, search, agent event, context, handoff, and handoff resume.
  • Monitor usage after launch.
  • Rotate any key pasted into logs or chat.

Smoke tests

  1. Write a user memory.
  2. Search it with the same scope.
  3. Record an agent event.
  4. Retrieve agent context.
  5. Create and resume a handoff.

Next: Agent Memory Bus API.

Was this page helpful?

Your feedback helps us prioritize docs improvements weekly.