Skip to content
Go to Dashboard

GUMem SDK

Recommended entry points

LanguageDocumentationUse case
Node.jsNode SDKIntegrate GUMem from a Node.js backend, API route, worker, or Agent service.
PythonPython SDKIntegrate GUMem from FastAPI, Django, Flask, background workers, or Python Agent services.

If this is your first GUMem integration, start with Quick Start. It provides the shortest Node SDK, Python SDK, and cURL paths so you can first create a Session, write Memory, and recall it.

Stable scope

Use the corresponding SDK integration page as the source of truth. Current public docs cover:

  • Creating and restoring Sessions.
  • Writing one or more conversation messages.
  • Querying Session Memory.
  • Writing User Actions.
  • Configuring API Key, host, timeout, and request options.
  • Handling API errors, network errors, and timeout errors.

Draft boundaries

Before an HTTP API reference or new SDK capability is officially published, do not assume unpublished endpoints, error codes, command output, or event names in production docs. For SSE, internal logs, Webhook event extensions, and similar capabilities, follow the draft notes on the relevant page.

Next step