GUMem SDK
Recommended entry points
| Language | Documentation | Use case |
|---|---|---|
| Node.js | Node SDK | Integrate GUMem from a Node.js backend, API route, worker, or Agent service. |
| Python | Python SDK | Integrate 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
- Read Node SDK for the full Node.js integration.
- Read Python SDK for the full Python integration.
- Read What to remember to define Memory write boundaries first.