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.
Copy
Authorization: Bearer bsy_xxxx
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.