API Changelog
Notable changes to the API surface and this documentation. Dates are UTC.
2026-07-27
- New: the MCP Server — a Model Context Protocol endpoint at
POST /mcpthat lets an AI assistant read store data with an API key. 12 read-only tools; see the Tool Reference.
2026-07-02
- Docs: corrected documented paths — staff endpoints live at
/staff(previously documented as/user), order cancellation isPOST /order/vendor/cancel/{orderId}, order detail isGET /order/details/{orderId}, order list isGET /order/vendor. - Docs: authentication guide now covers both
tt-api-keyandAuthorization: Bearerheaders, the real scope model (resource + action pairs), and the full authentication error table. - Docs: new pages — Webhooks, Scopes Reference, Environments.
- Docs: rate-limit documentation corrected: default 140 requests/60s sliding window;
X-RateLimit-Resetis seconds-until-free, not a timestamp.