Playground

Reference request patterns for core endpoints.

Use these examples to validate your auth and payload shape before wiring SDK or app code.

Save memory

POST /v1/memories

Stores user memory payloads by namespace and user id.

Search memory

POST /v1/search

Returns relevant memory records for the provided query.

Build context

POST /v1/context

Creates prompt-ready context from top relevant memory data.

Usage health check

GET /v1/usage/today

Checks today usage relative to your plan limits.

Next step

Finish validation and move into implementation.