Hanzo AI

Captable

The `hanzo captable` commands.

Also for this capability: API · CLI · MCP · SDKs

Your cap table: stakeholders, share classes, grants, SAFEs, rounds, and who owns what.

API reference →

hanzo captable safes list

Every command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.

CommandWhat it does
hanzo captable investmentsReturns the caller org's investments, newest first.
hanzo captable summaryComputes the caller org's cap table.

classes

CommandWhat it does
hanzo captable classes createDefines a new class of shares.
hanzo captable classes listReturns the caller org's share classes, in creation order.
hanzo captable classes update <id>Replaces one share class's terms.

company

CommandWhat it does
hanzo captable company getReturns the caller org's cap-table company record.
hanzo captable company replaceSets the caller org's company name and incorporation details.

convertibles

CommandWhat it does
hanzo captable convertibles createRecords a convertible note.
hanzo captable convertibles listReturns the caller org's convertible notes, newest first.
hanzo captable convertibles rm <id>Removes one of the caller org's convertible notes, taking its principal out of the cap table's unconverted-instrument…

options

CommandWhat it does
hanzo captable options createGrants options to a stakeholder from an equity plan.
hanzo captable options listReturns the caller org's option grants, newest first.
hanzo captable options rm <id>Removes one of the caller org's option grants, taking its shares out of the cap table's granted-options and…

plans

CommandWhat it does
hanzo captable plans createOpens an equity plan that options are granted from.
hanzo captable plans getReturns the caller org's equity plans, newest first.

rounds

CommandWhat it does
hanzo captable rounds close <id>Closes one of the caller org's fundraising rounds, recording the close date and moving its status to CLOSED.
hanzo captable rounds createOpens a priced round that investments can be added to.
hanzo captable rounds get <id>Returns one of the caller org's fundraising rounds together with every investment written into it, oldest first.
hanzo captable rounds investments <id>Records one investor's money into an open round.
hanzo captable rounds listReturns the caller org's fundraising rounds, newest first.

safes

CommandWhat it does
hanzo captable safes createRecords a SAFE — a simple agreement for future equity.
hanzo captable safes listReturns the caller org's SAFEs, newest first.
hanzo captable safes rm <id>Removes one of the caller org's SAFEs, taking its capital out of the cap table's unconverted-instrument totals.

shares

CommandWhat it does
hanzo captable shares createIssues a share certificate to a stakeholder.
hanzo captable shares listReturns the caller org's share certificates, newest first.
hanzo captable shares rm <id>Removes one of the caller org's share certificates, taking its shares out of the cap table's outstanding and…
hanzo captable shares transferMoves shares from one stakeholder to another.

stakeholders

CommandWhat it does
hanzo captable stakeholders createAdd stakeholders to the cap table
hanzo captable stakeholders listReturns the caller org's stakeholders, newest first.
hanzo captable stakeholders rm <id>Removes one of the caller org's stakeholders.
hanzo captable stakeholders update <id>Changes one of the caller org's stakeholders.

How is this guide?