Agent Storage Service

All endpoints operational

API Reference

GET/health
Health check — no auth required
POST/store
Store data. Auth: Authorization: Bearer <token>
Body: {"user_id": "...", "conversation_id": "...", "content": "...", "type": "text|json", "metadata": "..."}
GET/store/:uuid
Retrieve stored data by UUID
GET/user/:user_id/items
List all items for a user (last 100)

Live Demo — Store Data

Response will appear here...

Live Demo — Retrieve by UUID

Response will appear here...

Live Demo — List User Items

Response will appear here...