Subcommands

orgs entity create     # File a new entity
orgs entity list       # List your entities
orgs entity get        # Show entity detail
orgs entity status     # Show formation/compliance status
orgs entity update     # Update limited fields
orgs entity history    # Show audit-chain history
orgs entity export     # Export entity records
orgs entity dissolve   # Initiate dissolution
orgs entity legal-hold # Toggle legal hold

orgs entity create

orgs entity create \
  --name "Helios Research Collective" \
  --constitution ./helios.yaml \
  --recipe research-dao \
  --expedited
Options:
  • --name <NAME> — entity name (required)
  • --constitution <FILE> — YAML constitution
  • --recipe <RECIPE> — start from a recipe
  • --expedited — same-day SOS submission (+$49)
  • --rush-ein — 2-day IRS turnaround (+$99)
  • --tax-election corporate|passthrough — Form 8832 election
  • --dry-run — validate without filing

orgs entity list

orgs entity list
# ID                    Name                          Status   Filed
# helios-research       Helios Research Collective    active   2026-04-12
# meridian-treasury     Meridian Treasury Co.         active   2026-04-12
Filters: --status active, --since 2026-01-01.

orgs entity get

orgs entity get helios-research
# Prints full entity detail — constitution, members, treasury, compliance.
Flags: --format json|yaml|toml.

orgs entity status

orgs entity status helios-research
# Formation:   active
# Compliance:  in good standing
#   Annual Report 2026:  due 2026-07-15 (94 days)
#   RA Renewal:          auto-renewed
#   BOI:                 current
# Treasury:    $127,842.13 available, 42% of daily limit used today

orgs entity dissolve

orgs entity dissolve helios-research \
  --reason "Project complete; distribute treasury"
Initiates dissolution proposal (requires human approval per statute).

orgs entity history

orgs entity history helios-research \
  --type amendment \
  --since 2026-01-01 \
  --format json