{"name":"StudioMeyer Memory REST API","version":"3.0.0","auth":"Bearer <api-key> (from /api/signup)","endpoints":{"POST /api/signup":"Create account + API key (no auth)","POST /api/learn":"Store a learning (category, content, agentId?, tags?)","POST /api/search":"Search all knowledge (query, agentId?, types?, limit?)","POST /api/decide":"Log a decision (title, decision, reasoning)","POST /api/entity":"Create entity + observations (name, entityType, observations?)","POST /api/import":"Import ChatGPT/Claude/Gemini history (action, data)","POST /api/backfill":"Backfill missing embeddings (call after bulk ingest)","GET /api/export":"Export all knowledge as Markdown","GET /api/account":"Account info (email, paid, trial)","POST /api/checkout":"Create Stripe checkout session","GET /api/appsumo/verify/:code":"Verify AppSumo license code (no auth)","POST /api/appsumo/redeem":"Redeem AppSumo license code (no auth, creates/upgrades account)","POST /api/appsumo/webhook":"AppSumo webhook (refund/enhance/reduce, HMAC verified)"}}