CLIAuthor
Author
5 `hanzo` commands for Author, each calling one operation on api.hanzo.ai.
5 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo authors basis | GET /v1/author/basis | Returns the AUDIT TRAIL behind the caller's own royalty: every ledger row with the spend it was computed from, the… |
hanzo authors connect | POST /v1/author/connect | Enrols the caller's org in the author program at status "connected" and returns its enrolment, including the verify… |
hanzo authors deploys record | POST /v1/author/deploys/record | Records that the caller's org deployed a project built from a source repository, which is the edge that makes an… |
hanzo authors repos verify | POST /v1/author/repos/verify | Proves that the caller owns a repository — or a whole OWNER — and records the claim, which is what makes deploys of… |
hanzo authors get | GET /v1/author | Returns the caller's author-program dashboard: enrolment status, linked forge login, verified repositories and… |
How is this guide?