llms.txt Content
# memnode
> Hosted and local memory infrastructure for AI agents.
## Public pages
- Product: https://memnode.dev/agents
- Quickstart: https://memnode.dev/docs
- Security: https://memnode.dev/agents/security
- Hosted API Guide: https://memnode.dev/agents/lifecycle-api
- OpenAPI: https://memnode.dev/openapi.json
## Hosted dashboard API
- Base path: https://memnode.dev/api/v1
- Auth: Bearer API token created by a signed-in dashboard owner
- Validate token: GET /whoami
- Hosted tenant state: GET /tenants
## Data plane
- Hosted base URL: https://api.memnode.dev
- Main endpoints: POST /v1/record, POST /v1/recall
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"memnode Dashboard API","version":"1.0.0","description":"Browser-side control API for hosted Memnode workspaces. Hosted memory traffic itself goes to the Memnode data plane or the remote MCP endpoint."},"servers":[{"url":"https://memnode.dev"}],"externalDocs":{"description":"Hosted MCP connector docs","url":"https://memnode.dev/mcp"},"tags":[{"name":"identity","description":"Token identity and plan context"},{"name":"tenants","description":"Hosted tenant lookup