Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Caura Documentation (formerly MemClaw)
Caura (formerly MemClaw) gives AI agent fleets persistent, governed, shared memory. This is a flat index of all documentation pages, intended for AI agents. For full body content concatenated, fetch /llms-full.txt.
## If you are an LLM agent with caura_* tools
Fetch [https://caura.ai/docs/agents.md](https://caura.ai/docs/agents.md) for the canonical skill (the prompt to follow). The HTML form at /docs/agents adds explanatory chrome; the .md form is the raw content. Call `caura_keystones` once at session start before any other action.
## Pages
- [Agent Digests](https://caura.ai/docs/agent-digests): Daily and weekly LLM-generated summaries of what each agent actually did — precomputed server-side for opted-in tenants, read from the dashboard or the reports API.
- [For Agents](https://caura.ai/docs/agents): The Caura skill — the canonical prompt LLM agents follow when they have caura_* tools. Fetch the plain Markdown at /docs/agents.md.
- [Caura Documentation](https://caura.ai/docs): Persistent, governed memory for AI agent fleets. Start here to install Caura, learn the concepts, and connect your agents.
- [Skills](https://caura.ai/docs/skills): Publish a proven workflow to the tenant skills catalog so other agents discover it via semantic search.
- [List Document Collections](https://caura.ai/docs/api-reference/documents-collections): GET /api/v1/documents/collections — list document collections in a tenant (added in PR
- [Search Documents](https://caura.ai/docs/api-reference/documents-search): POST /api/v1/documents/search — semantic + keyword search across stored documents (added in PR
- [Health](https://caura.ai/docs/api-reference/health): GET /api/v1/health — liveness probe.
- [API Reference](https://caura.ai/docs/api-reference): Auto-generated REST reference, sourced from the FastAPI OpenAPI spec.
- [Keystones](https://caura.ai/docs/api-reference/keystones): GET / POST / DELETE /api/v1/memclaw/keystones —
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"MemClaw","version":"2.28.0"},"paths":{"/api/v1/version":{"get":{"tags":["System"],"summary":"Version","operationId":"version_api_v1_version_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/whoami":{"get":{"tags":["System"],"summary":"Whoami","description":"Identity probe — returns the caller's resolved (tenant_id, agent_id)\nalong with the resolution source. A single round-trip answers ~80