Skip to content

API and Integration overview

Integration options

Team Edition supports several ways to integrate with external tools and automate workflows.

GraphQL API

Use GraphQL to interact with the server using flexible queries and mutations. Supports operations like user and session management, SQL execution, and more.

Info

Learn more about GraphQL API

REST API

A standard HTTP-based API for accessing and managing server resources programmatically.

Info

For a full list of available endpoints, request parameters, and response schemas, see the REST API documentation.

MCP server

Run Team Edition as a Model Context Protocol - MCP - server to let AI clients execute database operations through a secure endpoint.

Supports schema inspection, metadata retrieval, and SQL execution for a selected datasource.

Info

Learn more about MCP server

JDBC driver

Use the DBeaver Proxy Driver to let third-party tools connect to databases managed in Team Edition.

Info

Learn more about the JDBC driver