Skip to content

Commit 84f1c0d

Browse files
authored
Added instructions to create Bito access key in README.md
1 parent bb1971e commit 84f1c0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,17 @@ Model type is used for AI query in the current session. Model type can be set to
162162

163163
##### Access Key
164164
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+
165173
Access Key is an alternate authentication mechanism to Email & OTP based aunthentication.
166174

175+
167176
Access Key can be persisted in Bito CLI by running ```bito config -e```
168177
Such persisted Access Key can be over-ridden by running ```bito -k <access-key>``` or ```bito --key <access-key>``` for the transient session.
169178

0 commit comments

Comments
 (0)