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).
| Option | Description |
|---|---|
--json | Output as JSON |
truss org show
truss org show --json
truss org update
Update org fields.
| Option | Description |
|---|---|
--name | Organization name |
--legal-entity-type | Legal entity type (e.g. corporation, llc, partnership) |
--primary-jurisdiction | Primary jurisdiction code |
--selected-jurisdictions | Comma-separated list of jurisdiction codes |
--regulatory-frameworks | Comma-separated list of regulatory frameworks |
--public-key | Public key for the org |
--data-region | Data 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.
| Option | Description |
|---|---|
--api-url | API 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