llms.txt Content
# Dexi
> Dexi (dexi.net) is a lifelong learning system: collect, connect and share notes, bookmarks and feeds in one searchable workspace. Notes organize themselves as you write — #hashtags become tags, @mentions become people and sources, and [[wiki links]] connect ideas — and everything you save is full-text and semantically searchable and part of a private knowledge graph.
The app lives at https://app.dexi.net (free to sign up). AI assistants can work with a user's notes directly through the MCP server at https://mcp.dexi.net/mcp (OAuth; instructions at https://dexi.net/mcp). Developer documentation — MCP tools, OAuth details, and the capture API — is at https://docs.dexi.net.
## Pages
- [Home](https://dexi.net/): What Dexi is: notes, bookmarks, feeds, digests, search and the knowledge graph.
- [About Dexi](https://dexi.net/about): What Dexi is, who builds it (a small independent team, since 2020), and its official home at dexi.net.
- [Save to Dexi from anywhere](https://dexi.net/capture): Hub for every capture method: web clipper extension (Chrome, Brave, Arc, Orion, Vivaldi), bookmarklet, iOS share sheet, email-in, and Chrome bookmark import.
- [Web annotation](https://dexi.net/annotate): Dexi as a web annotation tool: highlight text on any page with the web clipper or bookmarklet and it lands in the single note for that URL as a quoted highlight with an optional comment; repeated highlights append to the same note. Annotations are full-text and semantically searchable, taggable, and linkable with [[wiki links]]. Private by design — no public annotation layer and no in-page overlays.
- [OpenClaw memory plugin](https://dexi.net/openclaw): Dexi as OpenClaw's long-term memory: the open-source openclaw-dexi plugin (npm) takes OpenClaw's memory slot — semantic + keyword recall of your notes before every turn (<dexi-context>), dexi_* tools, /remember and /recall commands, skills, and an opt-in one-note-per-conversation digest. OAuth sign-in with openc
OpenAPI Spec (preview)
{
"openapi": "3.0.3",
"info": {
"title": "Dexi Public API",
"version": "1.1.0",
"description": "Dexi's public REST surface: save a bookmark with a personal access token, and read published feeds without authentication. The richer per-user interface (search, notes CRUD, spaced repetition) is the MCP server at https://mcp.dexi.net/mcp (OAuth 2.1) — see https://docs.dexi.net.\n\n## Errors\nAll errors are JSON with a top-level `detail` — either a plain message string or a structu