REST API Reference
Base API URL:Authentication
Current/v1 routes accept either:
Authorization: Bearer <dashboard-jwt>x-api-key: <api-key>
Older examples that use
/api/v1/*, /v1/memories, /v1/search, or /health are from an older product model and should not be used for current integrations.Route groups
Public login
Memory runtime
Memory maintenance
Tasks and goals
Organization knowledge
Cluster operations
Integration notes
stream_idis a UUID path parameter in the current model.- For single-node default deployments, Raft auto-bootstrap is enabled by default.
memory_typevalues are serialized asfactualandprocedural.- Treat
crates/memorose-server/src/main.rsandcrates/memorose-server/src/types.rsas the authoritative route and payload definitions. - Treat
crates/memorose-common/src/config.rsas the authoritative runtime config schema.

