Quickstart: Agent-First Cache CLI

Install the CLI, provision a namespace, start caching. 30 seconds.

Claude Code Cursor Cline Windsurf Aider
1

Install + Signup

Install the CLI globally and provision your namespace in one shot.

npm install -g cacheroo-cli && cacheroo signup myproject --local
2

Setup your agent

Detects your agent (CLAUDE.md, .cursorrules, .clinerules, .windsurfrules, .aider.conf.yml) and outputs a config snippet to paste.

cacheroo init
3

Start caching

Store, retrieve, and inspect cached data from the terminal.

cacheroo set user:123 '{"name":"joe"}' --ttl 3600
cacheroo get user:123
cacheroo keys 'user:*'
cacheroo status
llms.txt
Full API reference in plain text, optimized for LLMs and coding agents.
Claude Code
Add Cacheroo CLI to CLAUDE.md + .mcp.json and cache from the terminal.
Cursor
Add Cacheroo CLI to .cursorrules and let Cursor manage your cache.
Cline
Add Cacheroo CLI to .clinerules for inline cache operations.
Windsurf
Add Cacheroo CLI to .windsurfrules and ride the cache wave.
Aider
Add Cacheroo CLI to .aider.conf.yml for AI-paired cache management.