{
  "schema_version": "v1",
  "name_for_human": "Dexi",
  "name_for_model": "dexi",
  "description_for_human": "Personal knowledge base: notes, bookmarks, emailed articles, and feeds — searchable by keyword or meaning.",
  "description_for_model": "Dexi stores a user's notes, bookmarks, saved emails, and RSS articles as searchable notes. Public REST surface: save a bookmark with a dxi_ personal access token (POST /api/v1/bookmarks/save) and read published feeds unauthenticated. For per-user search, note CRUD, tags, folders, and spaced repetition, prefer the MCP server at https://mcp.dexi.net/mcp (OAuth 2.1, streamable HTTP).",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://dexi.net/openapi.json"
  },
  "logo_url": "https://dexi.net/logos/dexi-logo.svg",
  "contact_email": "team@dexi.net",
  "legal_info_url": "https://dexi.net/terms"
}
