-
Notifications
You must be signed in to change notification settings - Fork 392
Generate API access token
Note: This feature is available in Enterprise, AWS, Team editions only.
The CloudBeaver allows you to generate API tokens for automating tasks and interacting with the GraphQL API.
Note: Tokens are available only for administrators. Each administrator must create their own tokens.
-
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.
-
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: Deleting a token doesn’t immediately end an active session. Users must log in again for the deletion to take effect.
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:
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development