http://localhost:8666
Core
Build Memory
string
required
The text to process into memory.
string
required
The session identifier.
Chat
string
required
The user’s message.
string
required
The session identifier.
schema_updated flag indicating if auto-update was triggered this round.
Listen
string
required
The user’s message.
string
required
The session identifier.
build_every_n_turns turns), and recalls schema data every turn. Returns reply, session_id, and turn_number.
Update Schema from Chat
string
required
The session identifier.
integer
Number of recent chat rounds to process.
Configuration
Get Build Every N Turns
Set Build Every N Turns
Get Chatbot Context Rounds
Set Chatbot Context Rounds
Schemas
List Schema Domains
Get Schema Details
Get Schema File Data
Recall All Schemas
Selective Recall
string
required
The user’s message to determine relevant fields.
string
required
The session identifier.
recalled, is_selective, and schema_id.
Inspect All Schemas
Create Schema Domain
Delete Schema Domain
Delete All Schema Domains
Create from Template
string
required
The template name to use.
string
required
The session identifier.
{name}_{YYYYMMDD}_{HHmmss}.json) and switches the session to it.
Create Schema File
string
required
The session identifier.
string
Custom schema ID. Auto-generated if empty.
string
Optional template name to populate the new schema.
New Schema (Backup + Reset)
string
required
The session identifier.
backup_id and schema_id.
Switch Schema
string
required
The session identifier.
string
required
The schema ID to switch to.
Restore Schema
string
required
The backup identifier to restore.
List Saved Schemas
List Backups
Templates
List Templates
List Templates (Grouped)
builtin, user, custom.
Get Template Details
Save Custom Template
object
required
Full template JSON with
_meta.name field.{status, path, name}.
Delete Custom Template
Sessions
List Sessions
Create Session
string
required
The session identifier.
string
The schema ID to bind to this session. Defaults to
"default".Delete Session
Clear Session
Get Session History
Get Session Schema ID
Set Session Schema ID
string
required
The schema ID to bind to this session.