truss org

Manage organization — view profile, update fields, and query public org info.

Subcommands

truss org show

Show the authenticated org's profile (name, slug, ID, legal entity type, primary jurisdiction, agent/mandate/key counts).

OptionDescription
--jsonOutput as JSON
truss org show
truss org show --json

truss org update

Update org fields.

OptionDescription
--nameOrganization name
--legal-entity-typeLegal entity type (e.g. corporation, llc, partnership)
--primary-jurisdictionPrimary jurisdiction code
--selected-jurisdictionsComma-separated list of jurisdiction codes
--regulatory-frameworksComma-separated list of regulatory frameworks
--public-keyPublic key for the org
--data-regionData region (e.g. us-east-1, eu-west-1)
truss org update --name "Acme Corp" --legal-entity-type corporation
truss org update --primary-jurisdiction us-ny --selected-jurisdictions us-ny,us-ca,eu-de
truss org update --regulatory-frameworks eu-ai-act,gdpr --data-region eu-west-1
truss org update --public-key "ssh-ed25519 AAAAC3..."

truss org info <org-id>

Get public information for any org. No authentication required.

OptionDescription
--api-urlAPI base URL (default: env TRUSS_API_URL)
truss org info org_abc123
truss org info org_abc123 --api-url https://api.tensflare.com
truss org info org_abc123 --json