Live API Tester

API Playground

Paste your API key and run real requests against the Trace Continuity memory layer. No mocks — actual data, actual responses, actual PII tokenization and cross-session identity linkability.

Your API Key
Key never leaves your browser — not stored anywhere.
01

Check Usage

Fetch your current memory count, API call stats, plan limits, and retention settings.

Request
GET /v1/usage Authorization: Bearer <your-key>
Response
Hit Run to see the response…
02

Store Test Memory

Write a memory to the API. Edit the content below, then run — you'll see the full request and response.

Memory content (editable)
Request
Request will appear here…
Response
Hit Run to see the response…
03

Recall Memories

Read back stored memories. Confirms tenant isolation — you only see your own data.

Request
GET /v1/memories?limit=5 Authorization: Bearer <your-key>
Response
Hit Run to see the response…
04

Governance Test — PII Tokenization

Writes a memory containing a fake SSN. Identity PII (SSN, MRN, credit card) is replaced with a deterministic token — not just redacted. The same SSN always produces the same token.

Memory content — contains PII (editable)
Write Request
Request will appear here…
Write Response
Hit Run to see the response…
PII Protection — Before vs. After
Run the test to see PII tokenization in action…
05

Cross-Session Identity Linkability

Stores the same SSN in two separate memories with different context. Shows that the token is identical across both — your agent can recognize the same person without ever seeing the real number.

Session A — intake
Session B — follow-up
Session A Response
Hit Run…
Session B Response
Hit Run…
Identity Token Comparison
Run the test to see cross-session linking…
🔒
Your API key is never persisted. It lives in memory only for the duration of this session and is never sent to any server except tracecontinuity.com. All requests go directly to https://tracecontinuity.com/v1/. Don't have a key yet? Get one free →