# Cacheroo — Agent-First Cache Platform # Version: 1.0.0 # https://cacheroo.com > The ElastiCache alternative built for coding agents. > One API call to provision, scale, and manage cache clusters. ## Authentication All requests require: Authorization: Bearer Get your key: POST /api/signup {"tenantId":"yourproject"} Key format: cr_free_{tenantId}_{hex} ## Quick Reference | Action | Method | Endpoint | |--------|--------|----------| | Sign up | POST | /api/signup | | Create cluster | POST | /cache/clusters | | List clusters | GET | /cache/clusters | | Cluster detail | GET | /cache/clusters/:id | | Live metrics | GET | /cache/clusters/:id/live-metrics | | Health check | GET | /cache/clusters/:id/health-check/:nodeIndex | | Resize cluster | POST | /cache/clusters/:id/resize | | Delete cluster | DELETE | /cache/clusters/:id | | HA status | GET | /cache/clusters/:id/ha-status | | Slowlog | GET | /cache/clusters/:id/slowlog | | Node config | GET | /cache/clusters/:id/config/:nodeIndex | | Client list | GET | /cache/clusters/:id/clients/:nodeIndex | ## $1 Verification (one-time) New signups must complete $1 Stripe verification before API works. Visit: GET /api/billing/verify?tenant={tenantId} ## Free Plan Limits - 1 cluster, 1 node, 64MB - 10,000 keys, 5 connections - 24h max TTL - Basic metrics + health checks ## Upgrade Pro ($29.99/mo): 5 clusters, 3 nodes each, HA, auto-scaling Enterprise: Unlimited, dedicated, SLA ## Documentation - Quickstart: https://cacheroo.com/docs/quickstart.html - Agent guides: https://cacheroo.com/docs/quickstart/claude-code.html - This file: https://cacheroo.com/llms.txt