CLICaptable
Captable
31 `hanzo` commands for Captable, each calling one operation on api.hanzo.ai.
Package captable is your cap table: stakeholders, share classes, grants, SAFEs, rounds, and who owns what.
31 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo captable classes update <id> | PATCH /v1/captable/classes/{id} | Amend a share class |
hanzo captable classes list | GET /v1/captable/classes | Returns the caller org's share classes, in creation order. |
hanzo captable classes create | POST /v1/captable/classes | Define a share class |
hanzo captable company get | GET /v1/captable/company | Returns the caller org's cap-table company record. |
hanzo captable company replace | PUT /v1/captable/company | Sets the caller org's company name and incorporation details. |
hanzo captable convertibles rm <id> | DELETE /v1/captable/convertibles/{id} | Removes one of the caller org's convertible notes, taking its principal out of the cap table's unconverted-instrument… |
hanzo captable convertibles list | GET /v1/captable/convertibles | Returns the caller org's convertible notes, newest first. |
hanzo captable convertibles create | POST /v1/captable/convertibles | Record a convertible note |
hanzo captable investments | GET /v1/captable/investments | Returns the caller org's investments, newest first. |
hanzo captable options rm <id> | DELETE /v1/captable/options/{id} | Removes one of the caller org's option grants, taking its shares out of the cap table's granted-options and… |
hanzo captable options list | GET /v1/captable/options | Returns the caller org's option grants, newest first. |
hanzo captable options create | POST /v1/captable/options | Grant options from an equity plan |
hanzo captable plans get | GET /v1/captable/plans | Returns the caller org's equity plans, newest first. |
hanzo captable plans create | POST /v1/captable/plans | Open an equity incentive plan |
hanzo captable rounds close <id> | POST /v1/captable/rounds/{id}/close | Closes one of the caller org's fundraising rounds, recording the close date and moving its status to CLOSED. |
hanzo captable rounds investments <id> | POST /v1/captable/rounds/{id}/investments | Record an investment into a round |
hanzo captable rounds get <id> | GET /v1/captable/rounds/{id} | Returns one of the caller org's fundraising rounds together with every investment written into it, oldest first. |
hanzo captable rounds list | GET /v1/captable/rounds | Returns the caller org's fundraising rounds, newest first. |
hanzo captable rounds create | POST /v1/captable/rounds | Open a funding round |
hanzo captable safes rm <id> | DELETE /v1/captable/safes/{id} | Removes one of the caller org's SAFEs, taking its capital out of the cap table's unconverted-instrument totals. |
hanzo captable safes list | GET /v1/captable/safes | Returns the caller org's SAFEs, newest first. |
hanzo captable safes create | POST /v1/captable/safes | Record a SAFE |
hanzo captable shares rm <id> | DELETE /v1/captable/shares/{id} | Removes one of the caller org's share certificates, taking its shares out of the cap table's outstanding and… |
hanzo captable shares transfer | POST /v1/captable/shares/transfer | Transfer shares to another stakeholder |
hanzo captable shares list | GET /v1/captable/shares | Returns the caller org's share certificates, newest first. |
hanzo captable shares create | POST /v1/captable/shares | Issue a share certificate |
hanzo captable stakeholders update <id> | PATCH /v1/captable/stakeholders/{id} | Changes one of the caller org's stakeholders. |
hanzo captable stakeholders rm <id> | DELETE /v1/captable/stakeholders/{id} | Removes one of the caller org's stakeholders. |
hanzo captable stakeholders list | GET /v1/captable/stakeholders | Returns the caller org's stakeholders, newest first. |
hanzo captable stakeholders create | POST /v1/captable/stakeholders | Add stakeholders to the cap table |
hanzo captable summary | GET /v1/captable/summary | Computes the caller org's cap table. |
How is this guide?