Bitsy API keys are prefixed with
bsy_
for easy identification.API Key Permissions
You can create 4 types of permissions for your Bitsy API keys:- Create – Allows creation of Bitsy Links, Bitsy Link-in-Bio, Digi Note, and QR Code.
- Read – Grants read access to Bitsy Links, Bitsy Link-in-Bio, Digi Note, and QR Code.
- Update – Permits updating of Bitsy Links, Bitsy Link-in-Bio, Digi Note, and QR Code.
- Delete – Enables deletion of Bitsy Links, Bitsy Link-in-Bio, Digi Note, and QR Code.
How to Create an API Key
You can create an API key by following these steps:1
Go to Your Account
Navigate to Settings > Account > Developer API in your Bitsy workspace.

2
Add New Key
Click on the “Add New Key” button.Enter a name for your key and select the permissions you want to grant.
Note: The API key will be shown only once, so make sure to copy and save it in a secure place.

3
Use Your API Key
Now that you have your API key, you can use it to access your workspace’s resources programmatically via SDKs or within any API request as a bearer token.
We recommend creating API keys with the least privilege necessary to perform
the required tasks. This helps to reduce the risk of unauthorized access to
your workspace.