Files
Hanzo AIandzeekay 880e425b16 docs(cloud): fix the one remaining /api/ path -> /v1/ (add-token)
The prior /api/* -> /v1/* sweep (65c8be420) missed one line in the Cloud service
Quick Start: the create-API-key example used api.hanzo.ai/api/add-token while the
sibling chat-completion example right below it correctly uses api.hanzo.ai/v1/*.
Per the always-/v1-never-/api convention, this is now api.hanzo.ai/v1/add-token.

(cherry picked from commit d0008980da)
2026-07-26 19:34:13 -07:00
..