Loading...
Loading...
Use when authenticating with Tigris, managing credentials, or setting up the CLI
npx skill4agent add tigrisdata/tigris-agents-plugins tigris-authenticationnpm install -g @tigrisdata/cli
tigris --versiont3tigristigris login # authenticate via browser
tigris whoami # verify identity
tigris ls # list your bucketstigris logintigris login # interactive — choose OAuth or credentials
tigris login oauth # browser-based OAuth2 device flow
tigris login credentials # access key + secret (prompts if not provided)
tigris login credentials --access-key tid_AaBb --access-secret tsec_XxYy| Subcommand | Alias | Description |
|---|---|---|
| | Interactive — choose login method |
| | Login via browser using OAuth2 device flow |
| | Login with an access key and secret (temporary session) |
login credentials| Flag | Alias | Description |
|---|---|---|
| | Access key ID (prompts if not provided) |
| | Secret access key (prompts if not provided) |
tigris configure~/.tigris/config.jsontigris configure --access-key tid_AaBb --access-secret tsec_XxYy
tigris configure --endpoint https://custom.endpoint.dev| Flag | Alias | Description |
|---|---|---|
| | Your Tigris access key ID |
| | Your Tigris secret access key |
| | Tigris API endpoint (default: |
tigris whoamitigris whoami
tigris whoami --json| Flag | Alias | Description |
|---|---|---|
| | Output format ( |
| Output as JSON |
tigris logoutconfiguretigris logouttigris credentials testtigris credentials test
tigris credentials test --bucket my-bucket| Flag | Alias | Description |
|---|---|---|
| | Bucket name to test access against (optional) |
| | Output format ( |
| Output as JSON |
tigris orgs listcreateselecttigris orgs list # list orgs + interactively select one
tigris orgs list --json # list orgs as JSON
tigris orgs create my-org # create a new organization
tigris orgs select my-org # set active organization| Command | Alias | Description |
|---|---|---|
| | List all organizations and interactively select one |
| | Create a new organization |
| | Set the named organization as active |
~/.tigris/config.json| Variable | Description |
|---|---|
| Tigris access key ID (e.g. |
| Tigris secret access key (e.g. |
| Tigris endpoint ( |
| Default bucket name |
tigris| Flag | Description |
|---|---|
| Output in JSON format (useful for programmatic/agent consumption) |
| Skip confirmation prompts (prevents interactive mode) |