Characters
Resume a relationship (welcome-back)
Cross-session memory. Returns whether this player (the session token’s identity) is RETURNING and a dynamic “welcome back” line that references your shared history. Mint the token with a stable playerIdentity per end-user for memory to work (the default “anon” is never persisted).
POST
Resume a relationship (welcome-back)
Authorizations
The scoped runtime session JWT from POST /v1/sessions/token. The embed's browser presents it (Authorization: Bearer, or a token body field) to the runtime exchange routes. Not an API key.
Path Parameters
Body
application/json
Previous
Consolidate the session into memoryFold the session's transcript into the player's stored summary (one server-side LLM call). Call on unmount. No-op for anonymous players or an empty session.
Next
Resume a relationship (welcome-back)