File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,17 @@ Model type is used for AI query in the current session. Model type can be set to
162
162
163
163
##### Access Key
164
164
Access Key can be created at Bito Web UI and used in Bito CLI.
165
+
166
+ To create an access key, do the following:
167
+ - Login into your account at: https://alpha.bito.ai
168
+ - Once logged in open: https://alpha.bito.ai/home/settings/advanced
169
+ - Click on the "Create new key" button under section "Bito Access Key" to create a new key and copy it.
170
+ - Make sure to protect your key and do not check it in, into any code to avoid accidental leakage.
171
+ - In case you think your key is compromised, you can delete the existing key and create new key anytime.
172
+
165
173
Access Key is an alternate authentication mechanism to Email & OTP based aunthentication.
166
174
175
+
167
176
Access Key can be persisted in Bito CLI by running ``` bito config -e ```
168
177
Such persisted Access Key can be over-ridden by running ``` bito -k <access-key> ``` or ``` bito --key <access-key> ``` for the transient session.
169
178
You can’t perform that action at this time.
0 commit comments