Hanzo
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 →

CommandCallsWhat it does
hanzo captable classes update <id>PATCH /v1/captable/classes/{id}Amend a share class
hanzo captable classes listGET /v1/captable/classesReturns the caller org's share classes, in creation order.
hanzo captable classes createPOST /v1/captable/classesDefine a share class
hanzo captable company getGET /v1/captable/companyReturns the caller org's cap-table company record.
hanzo captable company replacePUT /v1/captable/companySets 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 listGET /v1/captable/convertiblesReturns the caller org's convertible notes, newest first.
hanzo captable convertibles createPOST /v1/captable/convertiblesRecord a convertible note
hanzo captable investmentsGET /v1/captable/investmentsReturns 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 listGET /v1/captable/optionsReturns the caller org's option grants, newest first.
hanzo captable options createPOST /v1/captable/optionsGrant options from an equity plan
hanzo captable plans getGET /v1/captable/plansReturns the caller org's equity plans, newest first.
hanzo captable plans createPOST /v1/captable/plansOpen an equity incentive plan
hanzo captable rounds close <id>POST /v1/captable/rounds/{id}/closeCloses 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}/investmentsRecord 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 listGET /v1/captable/roundsReturns the caller org's fundraising rounds, newest first.
hanzo captable rounds createPOST /v1/captable/roundsOpen 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 listGET /v1/captable/safesReturns the caller org's SAFEs, newest first.
hanzo captable safes createPOST /v1/captable/safesRecord 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 transferPOST /v1/captable/shares/transferTransfer shares to another stakeholder
hanzo captable shares listGET /v1/captable/sharesReturns the caller org's share certificates, newest first.
hanzo captable shares createPOST /v1/captable/sharesIssue 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 listGET /v1/captable/stakeholdersReturns the caller org's stakeholders, newest first.
hanzo captable stakeholders createPOST /v1/captable/stakeholdersAdd stakeholders to the cap table
hanzo captable summaryGET /v1/captable/summaryComputes the caller org's cap table.

How is this guide?