mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 21:05:51 +01:00
* chore: files creation * fix: getting started double files * chore: filling the page * fix: playground page * fix: open-api page with screenshot * fix:playground authentification * fix: capabilities to scope * fix: change based on bettina and kateryna reviews * fix: after ahmad review
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
### Creating Personal Access Token (PAT)
|
|
|
|
1. Log into [Pycom](https://sso.pycom.io/) and go to the Account Settings.
|
|
|
|

|
|
|
|
|
|
|
|
2. Open the Token tab and add a new Token.
|
|
|
|

|
|
|
|
|
|
|
|
3. In the Add Token modal window, you have to select the **scopes** which you would like to access with the Pybytes Open APIs.
|
|
|
|
|
|
### Capabilities
|
|
You will have the choice between different access level.
|
|
You will also need to select a Read-only or Write-only accessibility level for each data type.
|
|
You may set the **Read** and **Write** Scope for a **User**, **Devices**, **Network Settings**, **Projects** or
|
|
**Releases**.
|
|
This will determine what a User, Device, Network, Setting, Project or Release can and can't do when logged in with the particular Token.
|
|
|
|

|
|
|
|
|
|
|
|
### Security
|
|
Bear in mind! Each **Token** is unique and can be exposed only once after generation. So be sure that you copied the Token and saved it. Otherwise, you would need to repeat the creation of the PAT again.
|
|
|
|

|
|
|
|
|