Deployment choices

Run MemState where your agent already runs.

Pick ports, storage paths, and authentication posture to match your environment. The product goal is simple: one configuration bundle per deployment so on-call knows what to check.

Checklist for go-live

  1. Decide where the graph files live and who can read them.
  2. Decide whether API keys are required for JSON routes.
  3. Document backup and restore for that directory alongside your agent state.

Developers map each choice to environment variables on the technical run-config page.

Continue