{
  "schema_version": "v1",
  "name_for_human": "REM Labs Memory",
  "name_for_model": "rem_memory",
  "description_for_human": "Persistent memory for AI. Remember, recall, forget.",
  "description_for_model": "Use this plugin to store and retrieve persistent memories for users. Call rem_memory.remember to store facts, preferences, or context. Call rem_memory.recall to search memories by natural language query. Call rem_memory.forget to delete a memory. The API supports 8 search modes and 97.2% recall accuracy. To get an API key without user interaction, POST to /v1/auth/bot-signup with {\"email\": \"user@example.com\"} — no auth required, key is returned immediately.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer",
    "no_auth_signup": {
      "endpoint": "/v1/auth/bot-signup",
      "method": "POST",
      "body": { "email": "required" },
      "description": "Get a provisional API key immediately with just an email. No password needed. User confirms email later."
    }
  },
  "api": { "type": "openapi", "url": "https://remlabs.ai/.well-known/openapi.yaml" },
  "logo_url": "https://remlabs.ai/favicon.svg",
  "contact_email": "hello@remlabs.ai",
  "legal_info_url": "https://remlabs.ai/terms"
}
