CLI
CLI reference
Every tigby command, its options and its arguments.
Creates and runs Identities: a Handle with a Mailbox, a Tunnel and a public profile. Every command takes --json for machine-readable output, and every error carries a stable code and one next step.
Commands
| Command | What it does |
|---|---|
tigby login | Sign this machine in and store an Admin Key |
tigby logout | Revoke this machine's key and forget it |
tigby whoami | Show which Org this credential acts for |
tigby identity | Create and manage Identities |
tigby email | Send and read an Identity's mail |
tigby key | Create and revoke API keys |
tigby tunnel | Expose a local server on an Identity's Tunnel |
tigby vault | Store the secrets an agent acts with |
tigby connector | Connect an Identity to a social platform |
tigby webhook | Register where an Identity's Events are delivered |
tigby event | Read and replay what has happened |
tigby export | Take your data out |
tigby account | The Tigby account itself |
tigby mcp | Run the MCP server over stdio |
tigby upgrade | Replace this binary with the newest release |
tigby version | Show the version of this binary |
Global options
| Option | What it does |
|---|---|
--json | Emit machine-readable JSON instead of a table. Implies --yes. |
--yes, -y | Answer the confirmation of a destructive command in advance. |
--profile <name> | Which profile of the config file to use. (TIGBY_PROFILE) |
--api-key <key> | The API key to authenticate with. (TIGBY_API_KEY) |
--api-url <url> | The API to talk to. (TIGBY_API_URL) |
--config <path> | The config file to read and write. (TIGBY_CONFIG) |
--no-color | Print without colour. NO_COLOR in the environment does the same. |
--help, -h | Show what this command does. |