Skip to content

Overview

CloudBeaver offers a powerful web API through the GraphQL protocol, enabling advanced server interactions and data manipulation.

Authentication

GraphQL API uses tokens for authentication.

API documentation

For a full list of available queries, mutations, and types, see the GraphQL API documentation.

Console

The built-in GraphQL console lets you explore the schema, run queries, and test interactions directly in the browser.

Info

Read more about GraphQL console.

Examples

See usage examples in the cloudbeaver-graphql-examples repository.

You’ll find queries for signing in, connecting to databases, running SQL scripts, and managing sessions.