Tigris CLI - Provisioning Access keys - Tigris
Tigris CLI - Provisioning Access keys
I'm making an Agent and want to create a quick access key for it with permission to read and write to a bucket. How can I do this from the CLI?
Solution
You can create an access key for your agent with t3 access-keys create my-key. It will output an access key ID. You can then assign the key permissions with tigris access-keys assign tid_... --bucket my-bucket --role Editor.
Hope that helps!
Solution
Katie Schilling • 2/24/26, 10:41 AM
Hope that helps!