# todo.redscale.io Public-SaaS todo API designed for LLM agents. Sign up, mint an API key, plug it into Claude, Cursor, or any MCP-compatible client, and let your agent manage your todos. ## Authentication Bearer token. Mint an API key at /dashboard/keys and send it as `Authorization: Bearer `. ## Endpoints - GET /api/v1/todos — list todos - POST /api/v1/todos — create todo - GET /api/v1/todos/{id} — fetch todo - PATCH /api/v1/todos/{id} — update todo - DELETE /api/v1/todos/{id} — delete todo ## References - OpenAPI spec: https://todo.redscale.io/api/v1/openapi.json - Interactive docs: https://todo.redscale.io/docs - Sign up: https://todo.redscale.io/signup ## MCP An MCP server is available so Claude/Cursor/etc. can call this API as tools. Install instructions are on the homepage.