Problem
README.md does not document the new Space Chain API surface.
Scope
Update the API Reference to include:
- The
/v1alpha2/space-chains* management endpoints.
chain_ key behavior and authentication expectations.
- Runtime support for
chain_ keys on /v1alpha2/mem9s/* memory, import, and session-message APIs.
- Relevant request/response examples for creating chains, replacing nodes, managing bindings, and using a chain key at runtime.
Context
The implemented routes are wired in server/internal/handler/handler.go, but README.md currently only lists the standard /v1alpha2/mem9s/memories endpoints.
Problem
README.md does not document the new Space Chain API surface.
Scope
Update the API Reference to include:
/v1alpha2/space-chains*management endpoints.chain_key behavior and authentication expectations.chain_keys on/v1alpha2/mem9s/*memory, import, and session-message APIs.Context
The implemented routes are wired in
server/internal/handler/handler.go, but README.md currently only lists the standard/v1alpha2/mem9s/memoriesendpoints.