This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Note
: This feature is available in Enterprise, AWS, and Team editions only.
Table of contents
The CloudBeaver allows you to generate API tokens for automating tasks and interacting with the GraphQL API.
Note
: Each user must create their own tokens.
How to generate API token
-
Enable the API token switch in Settings -> Administration -> Server configuration -> Authentication settings.
-
Navigate to your Profile page in the CloudBeaver.
-
Open the API Token tab.
-
Click + Add.
Note
: Users can create up to 5 tokens.
-
Choose Name and Expiration period. You can choose from options like 1 day, 1 week, 1 moth, 1 year, or no expiration (not recommended for security reasons).
-
Copy the token after it’s generated.
Important: Tokens are displayed only once during creation.
How to delete API token
-
On the API Token tab.
-
Find the token you want to delete and click the Delete icon.
-
Confirm the deletion in the confirmation dialog.
Note
effect.
Using the API token with GraphQL
Authenticate with the GraphQL API console using your token by including it in the query.
- Example query:
query authLogin($credentials: Object) {
authLogin(
provider: "token"
credentials: $credentials
) {
authId
userTokens {
userId
}
authStatus
}
}
- Variables:
{
"credentials": {
"token": "your_api_token_here"
}
}
- Example response:
CloudBeaver Documentation
- Getting started
- Create connection
- Connection network options
- Supported databases
- Drivers management

- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
- Entity relation diagrams

- Cloud services
- AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
- Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
- Secret management

- Logs
- Query manager
- Workspace location
- Command line parameters
- Session manager

- Deployment options
- CloudBeaver Editions
- FAQ
- Development

