让任务,也能进入 AI 工作流。
AILatest Todo 提供版本化 REST API、远程 MCP 服务和可安装 Agent Skill。个人任务接口仅向已登录的 Max 会员开放;公开日历目录无需登录。
机器可读入口
认证
在请求头发送 Authorization: Bearer <AILatest access token>。请把令牌保存在客户端密钥设置中,不要写进提示词、网页或公开代码。
REST API
GET /api/v1/tasks
POST /api/v1/tasks
PATCH /api/v1/tasks/{id}
DELETE /api/v1/tasks/{id}
GET /api/v1/calendars
GET /api/v1/calendars/{id}
Agent Skill
下载 SKILL.md,安装到支持 Agent Skill 的客户端。Skill 会引导智能体优先使用 MCP,并在写入或删除任务前保留用户确认。
远程 MCP
Streamable HTTP endpoint:https://todo.ailatest.org/mcp
工具:list_tasks、create_task、complete_task、list_calendar_packs。
curl https://todo.ailatest.org/mcp \
-H "Authorization: Bearer $AILATEST_TOKEN" \
-H "Accept: application/json, text/event-stream" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
版本与支持
稳定版本根路径为 /api/v1。破坏性变化将进入新的主版本。联系 contact@ailatest.org。