# CData > Connect AI documentation ## Docs - [API](https://docs.cloud.cdata.com/en/API/API.md): CData provides custom plugins and drivers to connect popular [Integrations](/en/Integrations) to your data sources in Connect AI. For Integrations that do not have these custom plugins or drivers, you can connect to your data through the endpoints outlined below. - [API](https://docs.cloud.cdata.com/en/API/API-Embedded.md): CData provides custom plugins and drivers to connect popular [Integrations](/en/Integrations) to your data sources in Connect AI Embed. For Integrations that do not have these custom plugins or drivers, you can connect to your data through the endpoints outlined below. - [Create Account](https://docs.cloud.cdata.com/en/API/Account-API.md): Create Account creates a sub-account for the parent account in the Connect AI Embed product. - [List Audit Log](https://docs.cloud.cdata.com/en/API/Audit-API.md): Retrieves a list of audit logs for an account. - [List Audit Log](https://docs.cloud.cdata.com/en/API/Audit-API-Embedded.md): Retrieves a list of audit logs for an account. - [Authentication](https://docs.cloud.cdata.com/en/API/Authentication.md): All requests to the Connect AI API must be properly authenticated using either OAuth or Basic Authentication. - [Authentication](https://docs.cloud.cdata.com/en/API/Authentication-Embedded.md): All requests to the Connect AI Embed API must be properly authenticated using JSON Web Tokens (JWT). - [Execute Batch Query](https://docs.cloud.cdata.com/en/API/Batch-Operation.md): The batch operation allows you to execute batch INSERTs, UPDATEs, and DELETEs against your data sources using a single request. - [Execute Batch Query](https://docs.cloud.cdata.com/en/API/Batch-Operation-Embedded.md): The batch operation allows you to execute batch INSERTs, UPDATEs, and DELETEs against your data sources using a single request. - [List Catalogs](https://docs.cloud.cdata.com/en/API/Catalogs.md): This operation returns information about available catalogs. Catalogs are connections that the user has set up in their account. - [List Catalogs](https://docs.cloud.cdata.com/en/API/Catalogs-Embedded.md): This operation returns information about available catalogs. Catalogs are connections that the user has set up in their account. - [Clear Connection Metadata](https://docs.cloud.cdata.com/en/API/Clear-Connection-Metadata.md): Clear Connection Metadata clears the metadata cache for the specified connection. In some situations, clearing the metadata cache can help fix loading or performance issues. - [List Columns](https://docs.cloud.cdata.com/en/API/Columns.md): This operation returns a list of columns for a given table or view. - [List Columns](https://docs.cloud.cdata.com/en/API/Columns-Embedded.md): This operation returns a list of columns for a given table or view. - [Create Connection](https://docs.cloud.cdata.com/en/API/Connection-API.md): Create Connection validates the JWT and returns a string containing the URL to redirect the user to. - [Update Cache Connection](https://docs.cloud.cdata.com/en/API/Create-Cache-Connection.md): Create/update the cache connection used by the other caching API calls. - [Create Job](https://docs.cloud.cdata.com/en/API/Create-Job.md): Administrators, impersonating a service user, can use this call to create a new job. - [Generate Data Explorer URL](https://docs.cloud.cdata.com/en/API/Data-Explorer-API.md): Generate Data Explorer URL redirects you to the Data Explorer page of Connect AI. - [List Data Sources](https://docs.cloud.cdata.com/en/API/Data-Sources-API.md): List Data Sources requests a list of data sources supported by Connect AI Embed. - [Delete Account](https://docs.cloud.cdata.com/en/API/Delete-Account.md): Delete Account deletes a sub-account from the Connect AI Embed product. - [Delete Connection](https://docs.cloud.cdata.com/en/API/Delete-Connection.md): Delete Connection deletes a sub-account's connection from the Connect AI Embed product. - [Delete Job](https://docs.cloud.cdata.com/en/API/Delete-Job.md): Administrators, impersonating a service user, can use this call to delete a specified job. - [Get Job](https://docs.cloud.cdata.com/en/API/Describe-Job.md): Retrieve the details for a specific job. - [Edit Connection](https://docs.cloud.cdata.com/en/API/Edit-Connection.md): Edit Connection edits a connection in the Connect AI Embed product. - [Execute Procedure](https://docs.cloud.cdata.com/en/API/Execute-Procedures.md): The execute operation allows you to execute stored procedures for any of the data sources configured in your Connect AI account. - [Execute Procedure](https://docs.cloud.cdata.com/en/API/Execute-Procedures-Embedded.md): The execute operation allows you to execute stored procedures for any of the data sources configured in your Connect AI account. - [List Exported Keys](https://docs.cloud.cdata.com/en/API/Exported-Keys.md): This operation returns information about foreign keys referenced by a table's primary keys. - [List Exported Keys](https://docs.cloud.cdata.com/en/API/Exported-Keys-Embedded.md): This operation returns information about foreign keys referenced by a table's primary keys. - [List Imported Keys](https://docs.cloud.cdata.com/en/API/Imported-Keys.md): This operation returns information about primary keys referenced by a table's foreign keys. - [List Imported Keys](https://docs.cloud.cdata.com/en/API/Imported-Keys-Embedded.md): This operation returns information about primary keys referenced by a table's foreign keys. - [List Indexes](https://docs.cloud.cdata.com/en/API/Indexes.md): This operation returns information about available indexes for a given table. - [List Indexes](https://docs.cloud.cdata.com/en/API/Indexes-Embedded.md): This operation returns information about available indexes for a given table. - [Generate Cache Connection URL](https://docs.cloud.cdata.com/en/API/Job-API.md): Generates a URL for users to create or update their cache connection. - [Generate Jobs URL](https://docs.cloud.cdata.com/en/API/Jobs-Page-API.md): Generate Jobs URL redirects you to the Jobs page of Connect AI. - [List Accounts](https://docs.cloud.cdata.com/en/API/List-Accounts.md): List Accounts lists the sub-accounts within the parent account. - [List Connections](https://docs.cloud.cdata.com/en/API/List-Connections.md): List Connections requests a list of connections for a sub-account. - [List Jobs](https://docs.cloud.cdata.com/en/API/List-Jobs.md): Administrators, impersonating a service user, can request a list of jobs for a sub-account. - [List Query Log](https://docs.cloud.cdata.com/en/API/Log-API.md): Retrieves a list of query logs for an account. - [List Query Log](https://docs.cloud.cdata.com/en/API/Log-API-Embedded.md): Retrieves a list of query logs for an account. - [MCP](https://docs.cloud.cdata.com/en/API/MCP.md): Connect AI supports connectivity to the Model Context Protocol (MCP), the open-source standard for connecting AI applications to external systems. It was developed by Anthropic to bridge the gap between structured data and large language models (LLMs). MCP can be used from any client integration tha… - [MCP](https://docs.cloud.cdata.com/en/API/MCP-Embedded.md): Connect AI Embed supports connectivity to the Model Context Protocol (MCP), the open-source standard for connecting AI applications to external systems. It was developed by Anthropic to provide a standard way for AI applications to connect to external tools and data sources. MCP can be used from any… - [Metadata API](https://docs.cloud.cdata.com/en/API/Metadata-API.md): Metadata is information that describes your data. You can issue GET queries to the Connect AI API to retrieve metadata about the data sources connected to your account. The API can return information about the following categories: - [OData](https://docs.cloud.cdata.com/en/API/OData-Dashboard.md): Connect AI workspaces allow you to connect OData-compatible integration tools to your data without installing any extra software or drivers. You must configure workspaces to access data from integration tools with the OData protocol. - [Query Options](https://docs.cloud.cdata.com/en/API/OData-Query-Options.md): All requests to the OData connection managed by Connect AI workspaces begin with the OData service URL with a workspace name (`https://cloud.cdata.com/api/odata/{workspace_name}`). You can filter your requests by appending query options to the end of the service URL. The available query options are… - [OpenAPI](https://docs.cloud.cdata.com/en/API/OpenAPI.md): Connect AI supports the OpenAPI specification version 2.0 and 3.0, allowing you to connect no-code/low-code applications that integrate with OpenAPI easily. Connect AI allows you to download an OpenAPI document from a workspace. - [List Primary Keys](https://docs.cloud.cdata.com/en/API/Primary-Keys.md): This operation returns information about a table's primary keys. - [List Primary Keys](https://docs.cloud.cdata.com/en/API/Primary-Keys-Embedded.md): This operation returns information about a table's primary keys. - [List Procedure Parameters](https://docs.cloud.cdata.com/en/API/Procedure-Parameters.md): This operation returns information about a stored procedure's parameters. - [List Procedure Parameters](https://docs.cloud.cdata.com/en/API/Procedure-Parameters-Embedded.md): This operation returns information about a stored procedure's parameters. - [List Procedures](https://docs.cloud.cdata.com/en/API/Procedures.md): This operation returns information about available stored procedures for a given schema. - [List Procedures](https://docs.cloud.cdata.com/en/API/Procedures-Embedded.md): This operation returns information about available stored procedures for a given schema. - [Execute Query](https://docs.cloud.cdata.com/en/API/Query-Operation.md): The query operation allows you to execute a SQL query against one or more data sources configured in your Connect AI account. SELECT, INSERT, UPDATE, DELETE, and EXEC statements are all supported (though the /exec operation should be preferred for the latter). - [Execute Query](https://docs.cloud.cdata.com/en/API/Query-Operation-Embedded.md): The query operation allows you to execute a SQL query against one or more data sources configured in your Connect AI account. SELECT, INSERT, UPDATE, DELETE, and EXEC statements are all supported (though the /exec operation should be preferred for the latter). - [Rest API](https://docs.cloud.cdata.com/en/API/REST-API.md): Connect AI provides a full-featured API that allows any REST-compatible application or integration tool capable of creating HTTP requests to query data, perform batch query operations, and execute stored procedures across all data sources configured in your account. This API is based on a JSON-forma… - [Rest API](https://docs.cloud.cdata.com/en/API/REST-API-Embedded.md): Connect AI Embed provides a full-featured API that allows any REST-compatible application or integration tool capable of creating HTTP requests to query data, perform batch query operations, and execute stored procedures across all data sources configured in your account. This API is based on a JSON… - [Run Job](https://docs.cloud.cdata.com/en/API/Run-Job.md): Administrators, impersonating a service user, can use this call to put the specified job in the queue to be run. - [SQL API](https://docs.cloud.cdata.com/en/API/SQL-API.md): You can issue the following request types to the Connect AI API: - [List Schemas](https://docs.cloud.cdata.com/en/API/Schemas.md): This operation returns a list of schemas for a given catalog. - [List Schemas](https://docs.cloud.cdata.com/en/API/Schemas-Embedded.md): This operation returns a list of schemas for a given catalog. - [Stop Job](https://docs.cloud.cdata.com/en/API/Stop-Job.md): Administrators, impersonating a service user, can use this call to stop the specified job. - [List Tables](https://docs.cloud.cdata.com/en/API/Tables.md): This operation returns a list of tables and views for a given schema. - [List Tables](https://docs.cloud.cdata.com/en/API/Tables-Embedded.md): This operation returns a list of tables and views for a given schema. - [Update Job](https://docs.cloud.cdata.com/en/API/Update-Job.md): Administrators, impersonating a service user, can use this call to update a specified job. - [Delete Resource](https://docs.cloud.cdata.com/en/API/delete--.md) - [Get Query Log](https://docs.cloud.cdata.com/en/API/download-query-log.md): Download a query log file for troubleshooting. - [Get Query Log](https://docs.cloud.cdata.com/en/API/download-query-log-embedded.md): Download a query log file for troubleshooting. - [Connection Scoped MCP Access](https://docs.cloud.cdata.com/en/API/mcp-connections.md): Scopes MCP traffic to a specific data source. This endpoint implements the [MCP Streamable HTTP transport](https://modelcontextprotocol.io/docs/concepts/transports). Send any JSON-RPC 2.0 MCP request (such as `initialize`, `tools/list`, `tools/call`) in the request body. The server routes it within… - [List Metadata](https://docs.cloud.cdata.com/en/API/odata-metadata-url.md): This operation returns the OData metadata for a given workspace. The metadata describes the resources available in the workspace. - [Get Resource](https://docs.cloud.cdata.com/en/API/odata-resource-url.md): This URL can query the OData resource with any applicable filters. - [Get Service Root](https://docs.cloud.cdata.com/en/API/odata-service-url.md): Each workspace has its own OData service URL. This endpoint returns the list of OData resources for a given workspace. Connect AI supports OData version 4.0 and both JSON and Atom formats. - [Get OpenAPI Spec](https://docs.cloud.cdata.com/en/API/openapi-url.md): Connect AI supports the OpenAPI specification version 2.0 and 3.0, allowing you to connect no-code/low-code applications that integrate with OpenAPI easily. Connect AI allows you to download an OpenAPI document from a workspace. - [Update Resource](https://docs.cloud.cdata.com/en/API/patch--.md) - [Create Resource](https://docs.cloud.cdata.com/en/API/post--.md) - [Accounts](https://docs.cloud.cdata.com/en/Accounts-Embedded.md): The ***Accounts*** page enables you to add and manage the sub-accounts in your Connect AI Embed account. - [Reference Architecture](https://docs.cloud.cdata.com/en/Architecture-Embedded.md): Connect AI Embed uses a three-zone architecture. Understanding the separation between your infrastructure, the Connect AI Embed managed service, and your customers' data sources helps you design your integration correctly and implement the right security controls in the right layer. - [Build Your First Agent](https://docs.cloud.cdata.com/en/Build-Agent-Embedded.md): This guide assumes you have a parent account set up and a JWT signing key configured. It takes you from zero to a working agent querying a customer's live data source in three steps. - [Caching](https://docs.cloud.cdata.com/en/Caching.md): ***Caching*** allows you to fetch cached data from a database instead of retrieving live data. This can improve performance of data connections, since some drivers can be slow retrieving live data. - [Caching](https://docs.cloud.cdata.com/en/Caching-Embedded.md): The Caching user interface is a hosted caching configuration interface that you can expose to your sub-accounts for self-service cache management. It gives you two deployment options depending on how much control you want your customers to have over their own cache settings. - [Azure Analysis Services](https://docs.cloud.cdata.com/en/Clients/AAS-Client.md): This page outlines the steps to connect Azure Analysis Services to Connect AI. You can use either Connect AI Virtual SQL Server API or the Connect AI OData endpoint to connect. Note that the performance of Azure Analysis Services is much slower with an OData connection. - [ADO.NET](https://docs.cloud.cdata.com/en/Clients/ADO.NET-Client.md): This page outlines the steps that are required to use the Microsoft ADO.NET data provider for Connect AI. - [ADO.NET](https://docs.cloud.cdata.com/en/Clients/ADO.NET-Client-Embedded.md): This page outlines the steps that are required to use the Microsoft ADO.NET data provider for Connect AI Embed. - [AI Tools](https://docs.cloud.cdata.com/en/Clients/AITools.md): Below is a list of the Artificial Intelligence (AI) tools that connect to Connect AI: - [AI Tools](https://docs.cloud.cdata.com/en/Clients/AITools-Embedded.md): Below is a list of the Artificial Intelligence (AI) tools that connect to Connect AI Embed: - [APOS](https://docs.cloud.cdata.com/en/Clients/APOS-Client.md) - [AWS App Studio](https://docs.cloud.cdata.com/en/Clients/AWSAppStudio-Client.md): AWS App Studio is an AWS service that enables application development using generative AI. When connected to Connect AI, AWS App Studio lets you develop applications using SaaS data. - [AWS Glue](https://docs.cloud.cdata.com/en/Clients/AWSGlue-Client.md): This page outlines the steps to connect AWS Glue to your Connect AI account. - [AWS Glue](https://docs.cloud.cdata.com/en/Clients/AWSGlue-Client-Embedded.md): This page outlines the steps to connect AWS Glue to your Connect AI Embed account. - [Agent Bricks](https://docs.cloud.cdata.com/en/Clients/AgentBricks-Client.md): The Connect AI Remote MCP Service enables Agent Bricks to securely read and take action on your data in real time. - [Airbyte](https://docs.cloud.cdata.com/en/Clients/Airbyte-Client.md): This page outlines the steps to connect Airbyte to the Connect AI Virtual SQL Server API. - [Alteryx](https://docs.cloud.cdata.com/en/Clients/Alteryx-Client.md): This page outlines the steps that are required to use Alteryx with Connect AI. These instructions include Alteryx Desktop and Alteryx Cloud editions. - [Amazon QuickSight](https://docs.cloud.cdata.com/en/Clients/AmazonQuickSight-Client.md): This page outlines the steps to connect Amazon QuickSight to the Connect AI Virtual SQL Server API. - [AppSheet](https://docs.cloud.cdata.com/en/Clients/AppSheet-Client.md): This page outlines the steps to connect AppSheet to the Connect AI Virtual SQL Server API. - [Apps Script](https://docs.cloud.cdata.com/en/Clients/AppsScript-Client.md): This page outlines the steps to connect Apps Script to Connect AI via the Query API. - [Axios](https://docs.cloud.cdata.com/en/Clients/Axios-Client.md): This page outlines the steps to connect Axios to your Connect AI account using the REST API. - [Azure Data Factory](https://docs.cloud.cdata.com/en/Clients/AzureDataFactory-Client.md): This page outlines the steps to connect Azure Data Factory to Connect AI. You can use either Connect AI Virtual SQL Server API or the Connect AI OData endpoint to connect. Note that the Virtual SQL Server API performs better for large datasets, while OData performs well with smaller datasets. - [Azure Logic Apps](https://docs.cloud.cdata.com/en/Clients/AzureLogicApps-Client.md): You can connect Azure Logic Apps to Connect AI via the OpenAPI specification. - [BI and Reporting Tools](https://docs.cloud.cdata.com/en/Clients/BIReportingTools.md): Below is a list of the Business Intelligence (BI) and Reporting tools that connect to Connect AI: - [Bubble](https://docs.cloud.cdata.com/en/Clients/Bubble-Client.md): This page outlines the steps to connect Bubble to the Connect AI Virtual SQL Server API. - [CData Sync](https://docs.cloud.cdata.com/en/Clients/CDataSync-Client.md): This page outlines the steps to connect CData Sync to your Connect AI account. - [CData Sync](https://docs.cloud.cdata.com/en/Clients/CDataSync-Client-Embedded.md): This page outlines the steps to connect CData Sync to your Connect AI Embed account. - [ChatGPT](https://docs.cloud.cdata.com/en/Clients/ChatGPT-Client.md) - [Choreo](https://docs.cloud.cdata.com/en/Clients/Choreo-Client.md): This page outlines the steps to connect Choreo to your Connect AI account. - [FileMaker Pro](https://docs.cloud.cdata.com/en/Clients/Claris-Client.md): This page outlines the steps to connect FileMaker Pro to Connect AI. - [Claude](https://docs.cloud.cdata.com/en/Clients/Claude-Client.md) - [Claude Code](https://docs.cloud.cdata.com/en/Clients/ClaudeCode-Client.md): Claude Code is Anthropic’s AI programming mode, built into Claude. This page explains how to connect Claude Code to the Connect AI MCP server. - [Claude Code](https://docs.cloud.cdata.com/en/Clients/ClaudeCode-Client-Embedded.md): Claude Code is Anthropic’s AI programming mode, built into Claude. This page explains how to connect Claude Code to the Connect AI MCP server. - [Cloud Data Fusion](https://docs.cloud.cdata.com/en/Clients/CloudDataFusion-Client.md): This page outlines the steps to install and configure the Connect AI connector for Cloud Data Fusion. After installation, Cloud Data Fusion can pull data from sources that you have connected to your Connect AI account. - [Cloud Data Fusion](https://docs.cloud.cdata.com/en/Clients/CloudDataFusion-Client-Embedded.md): This page outlines the steps to install and configure the connector for Cloud Data Fusion. After installation, Cloud Data Fusion can pull data from sources that you have connected to your Connect AI Embed account. - [CrewAI](https://docs.cloud.cdata.com/en/Clients/CrewAI-Client.md): CrewAI is an open-source Python framework for building multi-agent systems. This page explains how to create a CrewAI agent to connect to the Connect AI MCP server. - [CrewAI](https://docs.cloud.cdata.com/en/Clients/CrewAI-Client-Embedded.md): CrewAI is an open-source Python framework for building multi-agent systems. This page explains how to create a CrewAI agent to connect to the Connect AI MCP server. - [Crystal Reports](https://docs.cloud.cdata.com/en/Clients/CrystalReports-Client.md): This page outlines two different ways to connect to Connect AI from Crystal Reports: through OData or through the JDBC driver. After installation, Crystal Reports can pull data from sources that you have connected to your Connect AI account. - [Cursor](https://docs.cloud.cdata.com/en/Clients/Cursor-Client.md): Cursor is an AI-powered integrated development environment (IDE) developed by Anysphere. It is a fork of Visual Studio Code. - [Cursor](https://docs.cloud.cdata.com/en/Clients/Cursor-Client-Embedded.md): Cursor is an AI-powered integrated development environment (IDE) developed by Anysphere. It is a fork of Visual Studio Code. - [Databricks](https://docs.cloud.cdata.com/en/Clients/Databricks-Client.md): This page outlines the steps to configure Databricks to access Connect AI. Databricks can pull data from sources that you have connected to your Connect AI account. - [Databricks Lakehouse Federation](https://docs.cloud.cdata.com/en/Clients/DatabricksLHF-Client.md): Databricks Lakehouse Federation allows for data virtualization without importing data into Databricks. Although Connect AI allows for data virtualization, there are some features, such as data lineage and fine-grained access control, that can benefit from being virtualized on Databricks. For more in… - [Dev Tools](https://docs.cloud.cdata.com/en/Clients/DevTools.md): Below is a list of the development tools that connect to Connect AI: - [Dev Tools](https://docs.cloud.cdata.com/en/Clients/DevTools-Embedded.md): Below is a list of the development tools that connect to Connect AI Embed: - [ETL Tools](https://docs.cloud.cdata.com/en/Clients/ETLTools.md): Below is a list of the Extract, Transform, and Load (ETL) tools that connect to Connect AI: - [ETL Tools](https://docs.cloud.cdata.com/en/Clients/ETLTools-Embedded.md): Below is a list of the Extract, Transform, and Load (ETL) tools that connect to Connect AI Embed: - [Excel Functions](https://docs.cloud.cdata.com/en/Clients/Excel-Client-Functions.md): The CData Connect Spreadsheets add-in for Excel includes support for several Excel functions. A *function* is a preset formula that helps perform different operations and data analysis faster. You can use these functions to execute stored procedures. - [Excel](https://docs.cloud.cdata.com/en/Clients/Excel365-Client.md): This page outlines the steps to install and configure the CData Connect Spreadsheets add-in for Excel, including Excel desktop and Excel for the web. After installation, Excel is able to pull data from sources that you have connected to your CData Connect Spreadsheets account. - [Geckoboard](https://docs.cloud.cdata.com/en/Clients/Geckoboard-Client.md): This page outlines the steps to connect Geckoboard to the Connect AI Virtual SQL Server API. - [Gemini](https://docs.cloud.cdata.com/en/Clients/Gemini-Client.md): Gemini is Google’s family of large language models (LLMs). It can generate text, images, audio, video, and code. This page explains how to connect the Connect AI MCP to Gemini through either the command-line interface or the Google Agent Development Kit (ADK). - [Gemini](https://docs.cloud.cdata.com/en/Clients/Gemini-Client-Embedded.md): Gemini is Google’s family of large language models (LLMs). It can generate text, images, audio, video, and code. This page explains how to connect the Connect AI MCP to Gemini through either the command-line interface or the Google Agent Development Kit (ADK). - [Gemini Enterprise](https://docs.cloud.cdata.com/en/Clients/GeminiEnterprise-Client.md): Gemini Enterprise is Google's enterprise AI assistant, available as part of Google Workspace. This page explains how to connect CData Connect AI to Gemini Enterprise as a custom MCP server data store, enabling natural language queries over live data. - [GitHub Copilot](https://docs.cloud.cdata.com/en/Clients/GitHubCopilot-Client.md) - [Google Sheets](https://docs.cloud.cdata.com/en/Clients/GoogleSheets-Client.md): This page outlines the steps to install and configure the CData Connect Spreadsheets add-on for Google Sheets. After installation, Google Sheets is able to pull data from sources that you have connected to your CData Connect Spreadsheets account. - [Grafana](https://docs.cloud.cdata.com/en/Clients/Grafana-Client.md): This page outlines the steps to connect Grafana to the Connect AI Virtual SQL Server API. - [IBM Cognos Analytics](https://docs.cloud.cdata.com/en/Clients/IBMCognos-Client.md): This page outlines the steps to install and configure the Connect AI connector for IBM Cognos Analytics. After installation, IBM Cognos Analytics will be able to pull data from sources that you have connected to your Connect AI account. - [JDBC](https://docs.cloud.cdata.com/en/Clients/JDBC-Client.md): This page outlines the steps to use the JDBC driver for Connect AI. - [JDBC](https://docs.cloud.cdata.com/en/Clients/JDBC-Client-Embedded.md): This page outlines the steps to use the JDBC driver for Connect AI Embed. - [Jitterbit](https://docs.cloud.cdata.com/en/Clients/Jitterbit-Client.md): This page outlines the steps to connect Jitterbit to Connect AI using the [OData](/en/API/OData-Dashboard) protocol. This requires the use of workspaces. See the [Workspaces](/en/Workspaces) documentation for more information. - [LangChain](https://docs.cloud.cdata.com/en/Clients/LangChain-Client.md): LangChain is a framework for developing applications powered by large language models (LLMs). - [LangChain](https://docs.cloud.cdata.com/en/Clients/LangChain-Client-Embedded.md): LangChain is a framework for developing applications powered by large language models (LLMs). - [LangGraph](https://docs.cloud.cdata.com/en/Clients/LangGraph-Client.md): LangGraph is a framework for developing applications powered by large language models (LLMs). - [LangGraph](https://docs.cloud.cdata.com/en/Clients/LangGraph-Client-Embedded.md): LangGraph is a framework for developing applications powered by large language models (LLMs). - [LlamaIndex](https://docs.cloud.cdata.com/en/Clients/LlamaIndex-Client.md): LlamaIndex is a framework for building LLM-powered applications that use your own data. - [LlamaIndex](https://docs.cloud.cdata.com/en/Clients/LlamaIndex-Client-Embedded.md): LlamaIndex is a framework for building LLM-powered applications that use your own data. - [Looker](https://docs.cloud.cdata.com/en/Clients/Looker-Client.md): This page outlines the steps to connect Looker to the Connect AI Virtual SQL Server API. - [Looker Studio](https://docs.cloud.cdata.com/en/Clients/LookerStudio-Client.md): This page outlines the steps to install and configure the Connect AI connector for Looker Studio. After installation, Looker Studio will be able to pull data from sources that you have connected to your Connect AI account. - [Lovable](https://docs.cloud.cdata.com/en/Clients/Lovable-Client.md): Lovable is an AI platform that allows you to create apps and websites. You can build applications in Lovable based on your Connect AI data. - [Mendix](https://docs.cloud.cdata.com/en/Clients/Mendix-Client.md): This page outlines the steps to connect Mendix to Connect AI using the [OData](/en/API/OData-Dashboard) protocol. This requires the use of workspaces. See the [Workspaces](/en/Workspaces) documentation for more information. - [Metabase](https://docs.cloud.cdata.com/en/Clients/Metabase-Client.md) - [MicroStrategy](https://docs.cloud.cdata.com/en/Clients/MicroStrategy-Client.md): This page outlines the steps to connect MicroStrategy to Connect AI. You can use either Connect AI Virtual SQL Server API or the Connect AI OData endpoint to connect. Note that the Virtual SQL Server API performs better for large datasets, while OData performs well with smaller datasets. - [Microsoft Copilot Studio](https://docs.cloud.cdata.com/en/Clients/MicrosoftCopilot-Client.md) - [Microsoft Copilot Studio](https://docs.cloud.cdata.com/en/Clients/MicrosoftCopilot-Client-Embedded.md) - [Microsoft Fabric](https://docs.cloud.cdata.com/en/Clients/MicrosoftFabric-Client.md): You can connect Microsoft Fabric to Connect AI with the Connect AI plugin. - [Microsoft Foundry](https://docs.cloud.cdata.com/en/Clients/MicrosoftFoundry-Client.md): You can connect Microsoft Foundry to the Connect AI MCP Server to discover and use external tools and data sources. - [Microsoft Power Apps](https://docs.cloud.cdata.com/en/Clients/MicrosoftPowerApps-Client.md): You can connect Microsoft Power Apps to Connect AI via the OpenAPI specification or via the Virtual SQL Server API. - [Microsoft Power Automate](https://docs.cloud.cdata.com/en/Clients/MicrosoftPowerAutomate-Client.md): You can connect Microsoft Power Automate to Connect AI via the OpenAPI specification or via Virtual SQL Server API. - [Mistral Le Chat](https://docs.cloud.cdata.com/en/Clients/Mistral-Client.md): The Connect AI Remote MCP Service enables Mistral Le Chat to securely read and take action on your data in real time. - [Mode](https://docs.cloud.cdata.com/en/Clients/Mode-Client.md): This page outlines the steps to connect Mode to the Connect AI Virtual SQL Server API. - [MuleSoft](https://docs.cloud.cdata.com/en/Clients/Mulesoft-Client.md): This page outlines the steps to install and configure the Connect AI connector for MuleSoft. After installation, MuleSoft can pull data from sources that you have connected to your Connect AI account. - [n8n](https://docs.cloud.cdata.com/en/Clients/N8N-Client.md): The Connect AI Remote MCP Service enables n8n to securely read and take action on your data in real time. - [n8n](https://docs.cloud.cdata.com/en/Clients/N8N-Client-Embedded.md): The Connect AI Remote MCP Service enables n8n to securely read and take action on your data in real time. - [Nintex](https://docs.cloud.cdata.com/en/Clients/Nintex-Client.md): This page outlines the steps to connect Nintex to the Connect AI Virtual SQL Server API. - [No-Code Tools](https://docs.cloud.cdata.com/en/Clients/NoCodeTools.md): Below is a list of No-Code/Low-Code tools that connect to Connect AI: - [Node.js](https://docs.cloud.cdata.com/en/Clients/Nodejs-Client.md): This page outlines the steps to connect Node.js to the Connect AI Virtual SQL Server API. - [ODBC](https://docs.cloud.cdata.com/en/Clients/ODBC-Client.md): This page outlines the steps to use the ODBC Driver for Connect AI. - [ODBC](https://docs.cloud.cdata.com/en/Clients/ODBC-Client-Embedded.md): This page outlines the steps to use the ODBC Driver with Connect AI Embed. - [Outsystems](https://docs.cloud.cdata.com/en/Clients/Outsystems-Client.md): This page outlines the steps to connect Outsystems to Connect AI. - [Polybase](https://docs.cloud.cdata.com/en/Clients/Polybase-Client.md): This page outlines the steps to connect Polybase to Connect AI. Ensure Polybase has been installed and enabled before beginning these steps. - [PowerBI.com](https://docs.cloud.cdata.com/en/Clients/PowerBI.com-Client.md): This page outlines the steps to connect PowerBI.com to Connect AI. - [Power BI Desktop](https://docs.cloud.cdata.com/en/Clients/PowerBIDesktop-Client.md): This page outlines the steps to connect Power BI Desktop to Connect AI. - [Python](https://docs.cloud.cdata.com/en/Clients/Python-Client.md): This page outlines the steps to use the Python Driver for Connect AI. - [Python](https://docs.cloud.cdata.com/en/Clients/Python-Client-Embedded.md): This page outlines the steps to use the Python Driver with Connect AI Embed. - [Qlik Sense](https://docs.cloud.cdata.com/en/Clients/QlikSenseCloud-Client.md): This page outlines the steps to connect Qlik Sense to Connect AI. You can use either Connect AI Virtual SQL Server API or the Connect AI OData endpoint to connect. - [Redash](https://docs.cloud.cdata.com/en/Clients/Redash-Client.md): This page outlines the steps to connect Redash to the Connect AI Virtual SQL Server API. - [Replit Agent](https://docs.cloud.cdata.com/en/Clients/Replit-Client.md): Replit Agent is an AI-powered coding assistant built into the Replit IDE. - [Replit Agent](https://docs.cloud.cdata.com/en/Clients/Replit-Client-Embedded.md): Replit Agent is an AI-powered coding assistant built into the Replit IDE. - [Retool](https://docs.cloud.cdata.com/en/Clients/Retool-Client.md): You can connect Retool to Connect AI via the OpenAPI specification or via the Virtual SQL Server API. Follow the prerequisites and steps for the method you want to use. - [SAP Analytics Cloud](https://docs.cloud.cdata.com/en/Clients/SAPAnalyticsCloud-Client.md): This page outlines the steps to connect SAP Analytics Cloud to Connect AI using the [OData](/en/API/OData-Dashboard) protocol. This requires the use of workspaces. See the [Workspaces](/en/Workspaces) documentation for more information. - [SAS Viya](https://docs.cloud.cdata.com/en/Clients/SASViya-Client.md): This page outlines the steps to install and configure the Connect AI connector for SAS Viya. After installation, SAS Viya can pull data from sources that you have connected to your Connect AI account. - [Salesforce Lightning Connect](https://docs.cloud.cdata.com/en/Clients/SFLC-Client.md): This page outlines the steps to connect Salesforce Lightning Connect to Connect AI using the [OData](/en/API/OData-Dashboard) protocol. This requires the use of workspaces. See the [Workspaces](/en/Workspaces) documentation for more information. - [SQL Server Linked Server](https://docs.cloud.cdata.com/en/Clients/SQLServerLinked-Client.md): This page outlines the steps to connect SQL Server Linked Server to the Connect AI Virtual SQL Server API. - [SSIS](https://docs.cloud.cdata.com/en/Clients/SSIS-Client.md): This page outlines the steps to use the SSIS Components for Connect AI. - [SSIS](https://docs.cloud.cdata.com/en/Clients/SSIS-Client-Embedded.md): This page outlines the steps to use the SSIS Components for Connect AI Embed. - [Salesforce External Services](https://docs.cloud.cdata.com/en/Clients/SalesforceExternal-Client.md): The page outlines the steps to connect Salesforce External Services to Connect AI using OpenAPI. This requires the use of workspaces and an OpenAPI specification file. - [SnapLogic](https://docs.cloud.cdata.com/en/Clients/SnapLogic-Client.md) - [Tableau Cloud](https://docs.cloud.cdata.com/en/Clients/TableauCloud-Client.md): This page outlines the steps to connect Tableau Cloud to the Connect AI Virtual SQL Server API. - [Tableau Desktop](https://docs.cloud.cdata.com/en/Clients/TableauDesktop-Client.md): This page outlines the steps to connect Tableau Desktop to Connect AI. - [ThoughtSpot](https://docs.cloud.cdata.com/en/Clients/ThoughtSpot-Client.md): This page outlines the steps to connect ThoughtSpot to the Connect AI Virtual SQL Server API. - [Windsurf](https://docs.cloud.cdata.com/en/Clients/Windsurf-Client.md): Windsurf is an AI-powered integrated development environment (IDE) developed by Codeium. It combines intelligent coding assistance with a collaborative Flow system for seamless human-AI interaction. - [Windsurf](https://docs.cloud.cdata.com/en/Clients/Windsurf-Client-Embedded.md): Windsurf is an AI-powered integrated development environment (IDE) developed by Codeium. It combines intelligent coding assistance with a collaborative Flow system for seamless human-AI interaction. - [Workato](https://docs.cloud.cdata.com/en/Clients/Workato-Client.md): This page outlines the steps to connect Workato to the Connect AI Virtual SQL Server API. - [Zapier](https://docs.cloud.cdata.com/en/Clients/Zapier-Client.md): This page outlines the steps to connect Zapier to Connect AI using the [OData](/en/API/OData-Dashboard) protocol. This requires the use of workspaces. See the [Workspaces](/en/Workspaces) documentation for more information. - [Zoho Analytics](https://docs.cloud.cdata.com/en/Clients/ZohoAnalytics-Client.md): This page outlines the steps to connect Zoho Analytics to the Connect AI Virtual SQL Server API. - [iPaaS Tools](https://docs.cloud.cdata.com/en/Clients/iPaaSTools.md): Below is a list of the Integration Platform as a Service (iPaaS) tools that connect to Connect AI: - [Connect Gateway](https://docs.cloud.cdata.com/en/Connect-Gateway.md): The Connect Gateway feature of Connect AI is software you install in an on-premises network. The gateway acts as a bridge between your on-premises data (not in the cloud) and Connect AI. - [Connect Gateway](https://docs.cloud.cdata.com/en/Connect-Gateway-Embedded.md): Connect Gateway enables live, read-write AI access to on-premises data sources without moving, replicating, or exposing data outside the customer's firewall. The gateway is installed and managed within your customer's own network infrastructure. - [Connection Flow](https://docs.cloud.cdata.com/en/Connection-Flow.md): The following diagram shows the connection and authentication flow for your customer using Connect AI Embed to configure a connection. - [Dashboard](https://docs.cloud.cdata.com/en/Dashboard.md): The ***Dashboard*** page opens when you log in to Connect AI. It provides a high-level overview of recent queries and account activity. - [Dashboard](https://docs.cloud.cdata.com/en/Dashboard-Embedded.md): The ***Dashboard*** page provides a high-level overview of recent queries and account activity for a particular account. It can also provide an overview of all your sub-account activity. - [Data Copilot](https://docs.cloud.cdata.com/en/Data-Copilot.md): The ***Data Copilot*** page enables you to harness AI to get answers from your connected data. Ask the Data Copilot a natural-language question about your Connect AI data. The AI agent performs actions on the data sources you have set up. - [Data Explorer](https://docs.cloud.cdata.com/en/Data-Explorer.md): The ***Data Explorer*** page enables you to execute basic queries on your connected data sources, browse your data models, and create derived views. You can also create saved queries, add assets to a workspace, and create cache jobs. - [Azure Analysis Services](https://docs.cloud.cdata.com/en/Data-Sources/AAS.md) - [Azure Analysis Services](https://docs.cloud.cdata.com/en/Data-Sources/AAS-Embedded.md) - [Azure Data Lake Storage](https://docs.cloud.cdata.com/en/Data-Sources/ADLSSync.md) - [Azure Data Lake Storage](https://docs.cloud.cdata.com/en/Data-Sources/ADLSSync-Embedded.md) - [ADP](https://docs.cloud.cdata.com/en/Data-Sources/ADP.md) - [ADP](https://docs.cloud.cdata.com/en/Data-Sources/ADP-Embedded.md) - [API](https://docs.cloud.cdata.com/en/Data-Sources/APIConnector.md): The Connect AI API Connector provides an easy and fully customizable way to connect directly to an API. You can connect to proprietary endpoints, filter relevant columns, run queries, and manage user access right from your Connect AI account. - [API](https://docs.cloud.cdata.com/en/Data-Sources/APIConnector-Embedded.md): The Connect AI API Connector provides an easy and fully customizable way to connect directly to an API. You can connect to proprietary endpoints, filter relevant columns, run queries, and manage user access right from your Connect AI account. - [Tables](https://docs.cloud.cdata.com/en/Data-Sources/APICreateTable.md) - [Tables](https://docs.cloud.cdata.com/en/Data-Sources/APICreateTable-Embedded.md) - [Example API](https://docs.cloud.cdata.com/en/Data-Sources/APIExample.md) - [Example API](https://docs.cloud.cdata.com/en/Data-Sources/APIExample-Embedded.md) - [Global Settings](https://docs.cloud.cdata.com/en/Data-Sources/APIGlobalSettings.md) - [Global Settings](https://docs.cloud.cdata.com/en/Data-Sources/APIGlobalSettings-Embedded.md) - [Permissions](https://docs.cloud.cdata.com/en/Data-Sources/APIPermissions.md): The permissions settings provide an easy way to manage the access of different users to your connected API. The permissions tab contains an active list of users and their assigned capabilities. - [Permissions](https://docs.cloud.cdata.com/en/Data-Sources/APIPermissions-Embedded.md): The permissions settings provide an easy way to manage the access of different users to your connected API. The permissions tab contains an active list of users and their assigned capabilities. - [Act! CRM](https://docs.cloud.cdata.com/en/Data-Sources/ActCRM.md) - [Act! CRM](https://docs.cloud.cdata.com/en/Data-Sources/ActCRM-Embedded.md) - [Act-On](https://docs.cloud.cdata.com/en/Data-Sources/ActOn.md) - [Act-On](https://docs.cloud.cdata.com/en/Data-Sources/ActOn-Embedded.md) - [ActiveCampaign](https://docs.cloud.cdata.com/en/Data-Sources/ActiveCampaign.md) - [ActiveCampaign](https://docs.cloud.cdata.com/en/Data-Sources/ActiveCampaign-Embedded.md) - [Active Directory](https://docs.cloud.cdata.com/en/Data-Sources/ActiveDirectory.md) - [Active Directory](https://docs.cloud.cdata.com/en/Data-Sources/ActiveDirectory-Embedded.md) - [Acumatica](https://docs.cloud.cdata.com/en/Data-Sources/Acumatica.md) - [Acumatica](https://docs.cloud.cdata.com/en/Data-Sources/Acumatica-Embedded.md) - [Adobe Analytics](https://docs.cloud.cdata.com/en/Data-Sources/AdobeAnalytics.md) - [Adobe Analytics](https://docs.cloud.cdata.com/en/Data-Sources/AdobeAnalytics-Embedded.md) - [Adobe Commerce](https://docs.cloud.cdata.com/en/Data-Sources/AdobeCommerce.md) - [Adobe Commerce](https://docs.cloud.cdata.com/en/Data-Sources/AdobeCommerce-Embedded.md) - [Airtable](https://docs.cloud.cdata.com/en/Data-Sources/Airtable.md) - [Airtable](https://docs.cloud.cdata.com/en/Data-Sources/Airtable-Embedded.md) - [AlloyDB](https://docs.cloud.cdata.com/en/Data-Sources/AlloyDB.md) - [AlloyDB](https://docs.cloud.cdata.com/en/Data-Sources/AlloyDB-Embedded.md) - [Amazon Athena](https://docs.cloud.cdata.com/en/Data-Sources/AmazonAthena.md) - [Amazon Athena](https://docs.cloud.cdata.com/en/Data-Sources/AmazonAthena-Embedded.md) - [Amazon DynamoDB](https://docs.cloud.cdata.com/en/Data-Sources/AmazonDynamoDB.md) - [Amazon DynamoDB](https://docs.cloud.cdata.com/en/Data-Sources/AmazonDynamoDB-Embedded.md) - [Amazon Marketplace](https://docs.cloud.cdata.com/en/Data-Sources/AmazonMarketplace.md) - [Amazon Marketplace](https://docs.cloud.cdata.com/en/Data-Sources/AmazonMarketplace-Embedded.md) - [Amazon S3](https://docs.cloud.cdata.com/en/Data-Sources/AmazonS3Sync.md) - [Amazon S3](https://docs.cloud.cdata.com/en/Data-Sources/AmazonS3Sync-Embedded.md) - [Apache Hive](https://docs.cloud.cdata.com/en/Data-Sources/ApacheHive.md) - [Apache Hive](https://docs.cloud.cdata.com/en/Data-Sources/ApacheHive-Embedded.md) - [Apache Impala](https://docs.cloud.cdata.com/en/Data-Sources/ApacheImpala.md) - [Apache Impala](https://docs.cloud.cdata.com/en/Data-Sources/ApacheImpala-Embedded.md) - [Asana](https://docs.cloud.cdata.com/en/Data-Sources/Asana.md) - [Asana](https://docs.cloud.cdata.com/en/Data-Sources/Asana-Embedded.md) - [Avalara](https://docs.cloud.cdata.com/en/Data-Sources/Avalara.md) - [Avalara](https://docs.cloud.cdata.com/en/Data-Sources/Avalara-Embedded.md) - [Azure Active Directory](https://docs.cloud.cdata.com/en/Data-Sources/AzureAD.md) - [Azure Active Directory](https://docs.cloud.cdata.com/en/Data-Sources/AzureAD-Embedded.md) - [Azure DevOps](https://docs.cloud.cdata.com/en/Data-Sources/AzureDevOps.md) - [Azure DevOps](https://docs.cloud.cdata.com/en/Data-Sources/AzureDevOps-Embedded.md) - [Azure Synapse](https://docs.cloud.cdata.com/en/Data-Sources/AzureSynapse.md) - [Azure Synapse](https://docs.cloud.cdata.com/en/Data-Sources/AzureSynapse-Embedded.md) - [Azure Table Storage](https://docs.cloud.cdata.com/en/Data-Sources/AzureTables.md) - [Azure Table Storage](https://docs.cloud.cdata.com/en/Data-Sources/AzureTables-Embedded.md) - [Bcart](https://docs.cloud.cdata.com/en/Data-Sources/BCart.md) - [Bcart](https://docs.cloud.cdata.com/en/Data-Sources/BCart-Embedded.md) - [Backlog](https://docs.cloud.cdata.com/en/Data-Sources/Backlog.md) - [Backlog](https://docs.cloud.cdata.com/en/Data-Sources/Backlog-Embedded.md) - [Basecamp](https://docs.cloud.cdata.com/en/Data-Sources/Basecamp.md) - [Basecamp](https://docs.cloud.cdata.com/en/Data-Sources/Basecamp-Embedded.md) - [BigCommerce](https://docs.cloud.cdata.com/en/Data-Sources/BigCommerce.md) - [BigCommerce](https://docs.cloud.cdata.com/en/Data-Sources/BigCommerce-Embedded.md) - [Bing Ads](https://docs.cloud.cdata.com/en/Data-Sources/BingAds.md) - [Bing Ads](https://docs.cloud.cdata.com/en/Data-Sources/BingAds-Embedded.md) - [Box](https://docs.cloud.cdata.com/en/Data-Sources/Box.md) - [Box](https://docs.cloud.cdata.com/en/Data-Sources/Box-Embedded.md) - [Bullhorn CRM](https://docs.cloud.cdata.com/en/Data-Sources/BullhornCRM.md) - [Bullhorn CRM](https://docs.cloud.cdata.com/en/Data-Sources/BullhornCRM-Embedded.md) - [Business b-ridge](https://docs.cloud.cdata.com/en/Data-Sources/Businessbridge.md) - [Business b-ridge](https://docs.cloud.cdata.com/en/Data-Sources/Businessbridge-Embedded.md) - [Dataverse](https://docs.cloud.cdata.com/en/Data-Sources/CDS.md) - [Dataverse](https://docs.cloud.cdata.com/en/Data-Sources/CDS-Embedded.md) - [CSV](https://docs.cloud.cdata.com/en/Data-Sources/CSV.md) - [CSV](https://docs.cloud.cdata.com/en/Data-Sources/CSV-Embedded.md) - [Cloudant](https://docs.cloud.cdata.com/en/Data-Sources/Cloudant.md) - [Cloudant](https://docs.cloud.cdata.com/en/Data-Sources/Cloudant-Embedded.md) - [CockroachDB](https://docs.cloud.cdata.com/en/Data-Sources/CockroachDB.md) - [CockroachDB](https://docs.cloud.cdata.com/en/Data-Sources/CockroachDB-Embedded.md) - [Confluence](https://docs.cloud.cdata.com/en/Data-Sources/Confluence.md) - [Confluence](https://docs.cloud.cdata.com/en/Data-Sources/Confluence-Embedded.md) - [Cosmos DB](https://docs.cloud.cdata.com/en/Data-Sources/CosmosDB.md) - [Cosmos DB](https://docs.cloud.cdata.com/en/Data-Sources/CosmosDB-Embedded.md) - [Couchbase](https://docs.cloud.cdata.com/en/Data-Sources/Couchbase.md) - [Couchbase](https://docs.cloud.cdata.com/en/Data-Sources/Couchbase-Embedded.md) - [Cvent](https://docs.cloud.cdata.com/en/Data-Sources/Cvent.md) - [Cvent](https://docs.cloud.cdata.com/en/Data-Sources/Cvent-Embedded.md) - [Dynamics 365 Business Central](https://docs.cloud.cdata.com/en/Data-Sources/D365BusinessCentral.md) - [Dynamics 365 Business Central](https://docs.cloud.cdata.com/en/Data-Sources/D365BusinessCentral-Embedded.md) - [DB2](https://docs.cloud.cdata.com/en/Data-Sources/DB2.md) - [DB2](https://docs.cloud.cdata.com/en/Data-Sources/DB2-Embedded.md) - [Databricks](https://docs.cloud.cdata.com/en/Data-Sources/Databricks.md) - [Databricks](https://docs.cloud.cdata.com/en/Data-Sources/Databricks-Embedded.md) - [Docusign](https://docs.cloud.cdata.com/en/Data-Sources/DocuSign.md) - [Docusign](https://docs.cloud.cdata.com/en/Data-Sources/DocuSign-Embedded.md) - [Domino](https://docs.cloud.cdata.com/en/Data-Sources/Domino.md) - [Domino](https://docs.cloud.cdata.com/en/Data-Sources/Domino-Embedded.md) - [Dropbox](https://docs.cloud.cdata.com/en/Data-Sources/Dropbox.md) - [Dropbox](https://docs.cloud.cdata.com/en/Data-Sources/Dropbox-Embedded.md) - [Dynamics 365](https://docs.cloud.cdata.com/en/Data-Sources/Dynamics365.md) - [Dynamics 365](https://docs.cloud.cdata.com/en/Data-Sources/Dynamics365-Embedded.md) - [Dynamics CRM](https://docs.cloud.cdata.com/en/Data-Sources/DynamicsCRM.md) - [Dynamics CRM](https://docs.cloud.cdata.com/en/Data-Sources/DynamicsCRM-Embedded.md) - [eBay](https://docs.cloud.cdata.com/en/Data-Sources/Ebay.md) - [eBay](https://docs.cloud.cdata.com/en/Data-Sources/Ebay-Embedded.md) - [Elasticsearch](https://docs.cloud.cdata.com/en/Data-Sources/Elasticsearch.md) - [Elasticsearch](https://docs.cloud.cdata.com/en/Data-Sources/Elasticsearch-Embedded.md) - [Epicor Kinetic](https://docs.cloud.cdata.com/en/Data-Sources/EpicorERP.md) - [Epicor Kinetic](https://docs.cloud.cdata.com/en/Data-Sources/EpicorERP-Embedded.md) - [Exact Online](https://docs.cloud.cdata.com/en/Data-Sources/ExactOnline.md) - [Exact Online](https://docs.cloud.cdata.com/en/Data-Sources/ExactOnline-Embedded.md) - [Excel for the web](https://docs.cloud.cdata.com/en/Data-Sources/ExcelOnline.md) - [Excel for the web](https://docs.cloud.cdata.com/en/Data-Sources/ExcelOnline-Embedded.md) - [Exchange](https://docs.cloud.cdata.com/en/Data-Sources/Exchange.md) - [Exchange](https://docs.cloud.cdata.com/en/Data-Sources/Exchange-Embedded.md) - [FHIR](https://docs.cloud.cdata.com/en/Data-Sources/FHIR.md) - [FHIR](https://docs.cloud.cdata.com/en/Data-Sources/FHIR-Embedded.md) - [Facebook](https://docs.cloud.cdata.com/en/Data-Sources/Facebook.md) - [Facebook](https://docs.cloud.cdata.com/en/Data-Sources/Facebook-Embedded.md) - [Facebook Ads](https://docs.cloud.cdata.com/en/Data-Sources/FacebookAds.md) - [Facebook Ads](https://docs.cloud.cdata.com/en/Data-Sources/FacebookAds-Embedded.md) - [Blackbaud Financial Edge NXT](https://docs.cloud.cdata.com/en/Data-Sources/FinancialEdgeNXT.md) - [Blackbaud Financial Edge NXT](https://docs.cloud.cdata.com/en/Data-Sources/FinancialEdgeNXT-Embedded.md) - [Freshdesk](https://docs.cloud.cdata.com/en/Data-Sources/FreshDesk.md) - [Freshdesk](https://docs.cloud.cdata.com/en/Data-Sources/FreshDesk-Embedded.md) - [GMO MakeShop](https://docs.cloud.cdata.com/en/Data-Sources/GMOMakeShop.md) - [GMO MakeShop](https://docs.cloud.cdata.com/en/Data-Sources/GMOMakeShop-Embedded.md) - [Garoon](https://docs.cloud.cdata.com/en/Data-Sources/Garoon.md) - [Garoon](https://docs.cloud.cdata.com/en/Data-Sources/Garoon-Embedded.md) - [GitHub](https://docs.cloud.cdata.com/en/Data-Sources/GitHub.md) - [GitHub](https://docs.cloud.cdata.com/en/Data-Sources/GitHub-Embedded.md) - [Gmail](https://docs.cloud.cdata.com/en/Data-Sources/Gmail.md) - [Gmail](https://docs.cloud.cdata.com/en/Data-Sources/Gmail-Embedded.md) - [Google Ads](https://docs.cloud.cdata.com/en/Data-Sources/GoogleAds.md) - [Google Ads](https://docs.cloud.cdata.com/en/Data-Sources/GoogleAds-Embedded.md) - [Google Ad Manager](https://docs.cloud.cdata.com/en/Data-Sources/GoogleAdsManager.md) - [Google Ad Manager](https://docs.cloud.cdata.com/en/Data-Sources/GoogleAdsManager-Embedded.md) - [Google Analytics](https://docs.cloud.cdata.com/en/Data-Sources/GoogleAnalytics.md) - [Google Analytics](https://docs.cloud.cdata.com/en/Data-Sources/GoogleAnalytics-Embedded.md) - [Google BigQuery](https://docs.cloud.cdata.com/en/Data-Sources/GoogleBigQuery.md) - [Google BigQuery](https://docs.cloud.cdata.com/en/Data-Sources/GoogleBigQuery-Embedded.md) - [Google Campaign Manager](https://docs.cloud.cdata.com/en/Data-Sources/GoogleCM.md) - [Google Campaign Manager](https://docs.cloud.cdata.com/en/Data-Sources/GoogleCM-Embedded.md) - [Google Calendar](https://docs.cloud.cdata.com/en/Data-Sources/GoogleCalendar.md) - [Google Calendar](https://docs.cloud.cdata.com/en/Data-Sources/GoogleCalendar-Embedded.md) - [Google Contacts](https://docs.cloud.cdata.com/en/Data-Sources/GoogleContacts.md) - [Google Contacts](https://docs.cloud.cdata.com/en/Data-Sources/GoogleContacts-Embedded.md) - [Google Directory](https://docs.cloud.cdata.com/en/Data-Sources/GoogleDirectory.md) - [Google Directory](https://docs.cloud.cdata.com/en/Data-Sources/GoogleDirectory-Embedded.md) - [Google Drive](https://docs.cloud.cdata.com/en/Data-Sources/GoogleDrive.md) - [Google Drive](https://docs.cloud.cdata.com/en/Data-Sources/GoogleDrive-Embedded.md) - [Google Search](https://docs.cloud.cdata.com/en/Data-Sources/GoogleSearch.md) - [Google Search](https://docs.cloud.cdata.com/en/Data-Sources/GoogleSearch-Embedded.md) - [Google Sheets](https://docs.cloud.cdata.com/en/Data-Sources/GoogleSheets.md) - [Google Sheets](https://docs.cloud.cdata.com/en/Data-Sources/GoogleSheets-Embedded.md) - [Google Spanner](https://docs.cloud.cdata.com/en/Data-Sources/GoogleSpanner.md) - [Google Spanner](https://docs.cloud.cdata.com/en/Data-Sources/GoogleSpanner-Embedded.md) - [GraphQL](https://docs.cloud.cdata.com/en/Data-Sources/GraphQL.md) - [GraphQL](https://docs.cloud.cdata.com/en/Data-Sources/GraphQL-Embedded.md) - [Greenhouse](https://docs.cloud.cdata.com/en/Data-Sources/Greenhouse.md) - [Greenhouse](https://docs.cloud.cdata.com/en/Data-Sources/Greenhouse-Embedded.md) - [Greenplum](https://docs.cloud.cdata.com/en/Data-Sources/Greenplum.md) - [Greenplum](https://docs.cloud.cdata.com/en/Data-Sources/Greenplum-Embedded.md) - [Highrise](https://docs.cloud.cdata.com/en/Data-Sources/Highrise.md) - [Highrise](https://docs.cloud.cdata.com/en/Data-Sources/Highrise-Embedded.md) - [HubSpot](https://docs.cloud.cdata.com/en/Data-Sources/HubSpot.md) - [HubSpot](https://docs.cloud.cdata.com/en/Data-Sources/HubSpot-Embedded.md) - [IBM Informix](https://docs.cloud.cdata.com/en/Data-Sources/Informix.md) - [IBM Informix](https://docs.cloud.cdata.com/en/Data-Sources/Informix-Embedded.md) - [Instagram](https://docs.cloud.cdata.com/en/Data-Sources/Instagram.md) - [Instagram](https://docs.cloud.cdata.com/en/Data-Sources/Instagram-Embedded.md) - [Jira](https://docs.cloud.cdata.com/en/Data-Sources/JIRA.md) - [Jira](https://docs.cloud.cdata.com/en/Data-Sources/JIRA-Embedded.md) - [Jira Assets](https://docs.cloud.cdata.com/en/Data-Sources/JiraAssets.md) - [Jira Assets](https://docs.cloud.cdata.com/en/Data-Sources/JiraAssets-Embedded.md) - [Jira Service Desk](https://docs.cloud.cdata.com/en/Data-Sources/JiraServiceDesk.md) - [Jira Service Desk](https://docs.cloud.cdata.com/en/Data-Sources/JiraServiceDesk-Embedded.md) - [Kintone](https://docs.cloud.cdata.com/en/Data-Sources/Kintone.md) - [Kintone](https://docs.cloud.cdata.com/en/Data-Sources/Kintone-Embedded.md) - [Klaviyo](https://docs.cloud.cdata.com/en/Data-Sources/Klaviyo.md) - [Klaviyo](https://docs.cloud.cdata.com/en/Data-Sources/Klaviyo-Embedded.md) - [Databricks Lakebase](https://docs.cloud.cdata.com/en/Data-Sources/Lakebase.md) - [Databricks Lakebase](https://docs.cloud.cdata.com/en/Data-Sources/Lakebase-Embedded.md) - [LinkedIn](https://docs.cloud.cdata.com/en/Data-Sources/LinkedIn.md) - [LinkedIn](https://docs.cloud.cdata.com/en/Data-Sources/LinkedIn-Embedded.md) - [LinkedIn Ads](https://docs.cloud.cdata.com/en/Data-Sources/LinkedInAds.md) - [LinkedIn Ads](https://docs.cloud.cdata.com/en/Data-Sources/LinkedInAds-Embedded.md) - [MoneyForward Expense](https://docs.cloud.cdata.com/en/Data-Sources/MFExpense.md) - [MoneyForward Expense](https://docs.cloud.cdata.com/en/Data-Sources/MFExpense-Embedded.md) - [Microsoft Teams](https://docs.cloud.cdata.com/en/Data-Sources/MSTeams.md) - [Microsoft Teams](https://docs.cloud.cdata.com/en/Data-Sources/MSTeams-Embedded.md) - [MYOB](https://docs.cloud.cdata.com/en/Data-Sources/MYOB.md) - [MYOB](https://docs.cloud.cdata.com/en/Data-Sources/MYOB-Embedded.md) - [MailChimp](https://docs.cloud.cdata.com/en/Data-Sources/MailChimp.md) - [MailChimp](https://docs.cloud.cdata.com/en/Data-Sources/MailChimp-Embedded.md) - [MariaDB](https://docs.cloud.cdata.com/en/Data-Sources/MariaDB.md) - [MariaDB](https://docs.cloud.cdata.com/en/Data-Sources/MariaDB-Embedded.md) - [Marketo](https://docs.cloud.cdata.com/en/Data-Sources/Marketo.md) - [Marketo](https://docs.cloud.cdata.com/en/Data-Sources/Marketo-Embedded.md) - [Microsoft Planner](https://docs.cloud.cdata.com/en/Data-Sources/MicrosoftPlanner.md) - [Microsoft Planner](https://docs.cloud.cdata.com/en/Data-Sources/MicrosoftPlanner-Embedded.md) - [Microsoft Project](https://docs.cloud.cdata.com/en/Data-Sources/MicrosoftProject.md) - [Microsoft Project](https://docs.cloud.cdata.com/en/Data-Sources/MicrosoftProject-Embedded.md) - [Monday.com](https://docs.cloud.cdata.com/en/Data-Sources/Monday.md) - [Monday.com](https://docs.cloud.cdata.com/en/Data-Sources/Monday-Embedded.md) - [MongoDB](https://docs.cloud.cdata.com/en/Data-Sources/MongoDB.md) - [MongoDB](https://docs.cloud.cdata.com/en/Data-Sources/MongoDB-Embedded.md) - [MySQL](https://docs.cloud.cdata.com/en/Data-Sources/MySQL.md) - [MySQL](https://docs.cloud.cdata.com/en/Data-Sources/MySQL-Embedded.md) - [Neo4j](https://docs.cloud.cdata.com/en/Data-Sources/Neo4j.md) - [Neo4j](https://docs.cloud.cdata.com/en/Data-Sources/Neo4j-Embedded.md) - [NetSuite](https://docs.cloud.cdata.com/en/Data-Sources/NetSuite.md): NetSuite supports two connection methods: SuiteQL and SuiteTalk. Each method has benefits and drawbacks, as outlined below. For most users, CData recommends using SuiteQL. - [NetSuite](https://docs.cloud.cdata.com/en/Data-Sources/NetSuite-Embedded.md): NetSuite supports two connection methods: SuiteQL and SuiteTalk. Each method has benefits and drawbacks, as outlined below. For most users, CData recommends using SuiteQL. - [NetSuite Custom Reports](https://docs.cloud.cdata.com/en/Data-Sources/NetSuiteRESTlet.md): NetSuite users who connect with SuiteTalk can use RESTlets or saved searches to create custom reports in Connect AI. - [NetSuite Custom Reports](https://docs.cloud.cdata.com/en/Data-Sources/NetSuiteRESTlet-Embedded.md): NetSuite users who connect with SuiteTalk can use RESTlets or saved searches to create custom reports in Connect AI. - [NetSuite SuiteAnalytics](https://docs.cloud.cdata.com/en/Data-Sources/NetSuiteSuiteAnalytics.md) - [NetSuite SuiteAnalytics](https://docs.cloud.cdata.com/en/Data-Sources/NetSuiteSuiteAnalytics-Embedded.md) - [NetSuite Troubleshooting](https://docs.cloud.cdata.com/en/Data-Sources/NetSuiteTroubleshooting.md): The following are common issues with the NetSuite connection, and suggestions on how to solve them. - [NetSuite Troubleshooting](https://docs.cloud.cdata.com/en/Data-Sources/NetSuiteTroubleshooting-Embedded.md): The following are common issues with the NetSuite connection, and suggestions on how to solve them. - [OData](https://docs.cloud.cdata.com/en/Data-Sources/OData.md) - [OData](https://docs.cloud.cdata.com/en/Data-Sources/OData-Embedded.md) - [Odoo](https://docs.cloud.cdata.com/en/Data-Sources/Odoo.md) - [Odoo](https://docs.cloud.cdata.com/en/Data-Sources/Odoo-Embedded.md) - [Office 365](https://docs.cloud.cdata.com/en/Data-Sources/Office365.md) - [Office 365](https://docs.cloud.cdata.com/en/Data-Sources/Office365-Embedded.md) - [Okta](https://docs.cloud.cdata.com/en/Data-Sources/Okta.md) - [Okta](https://docs.cloud.cdata.com/en/Data-Sources/Okta-Embedded.md) - [Microsoft OneNote](https://docs.cloud.cdata.com/en/Data-Sources/OneNote.md) - [Microsoft OneNote](https://docs.cloud.cdata.com/en/Data-Sources/OneNote-Embedded.md) - [Oracle Financials Cloud](https://docs.cloud.cdata.com/en/Data-Sources/OracleERP.md) - [Oracle Financials Cloud](https://docs.cloud.cdata.com/en/Data-Sources/OracleERP-Embedded.md) - [Oracle Eloqua](https://docs.cloud.cdata.com/en/Data-Sources/OracleEloqua.md) - [Oracle Eloqua](https://docs.cloud.cdata.com/en/Data-Sources/OracleEloqua-Embedded.md) - [Oracle HCM Cloud](https://docs.cloud.cdata.com/en/Data-Sources/OracleHCM.md) - [Oracle HCM Cloud](https://docs.cloud.cdata.com/en/Data-Sources/OracleHCM-Embedded.md) - [Oracle](https://docs.cloud.cdata.com/en/Data-Sources/OracleOci.md) - [Oracle](https://docs.cloud.cdata.com/en/Data-Sources/OracleOci-Embedded.md) - [Oracle SCM](https://docs.cloud.cdata.com/en/Data-Sources/OracleSCM.md) - [Oracle SCM](https://docs.cloud.cdata.com/en/Data-Sources/OracleSCM-Embedded.md) - [Oracle Sales](https://docs.cloud.cdata.com/en/Data-Sources/OracleSalesCloud.md) - [Oracle Sales](https://docs.cloud.cdata.com/en/Data-Sources/OracleSalesCloud-Embedded.md) - [Oracle Service Cloud](https://docs.cloud.cdata.com/en/Data-Sources/OracleServiceCloud.md) - [Oracle Service Cloud](https://docs.cloud.cdata.com/en/Data-Sources/OracleServiceCloud-Embedded.md) - [Outreach](https://docs.cloud.cdata.com/en/Data-Sources/Outreach.md) - [Outreach](https://docs.cloud.cdata.com/en/Data-Sources/Outreach-Embedded.md) - [PCA Sales](https://docs.cloud.cdata.com/en/Data-Sources/PCASales.md) - [PCA Sales](https://docs.cloud.cdata.com/en/Data-Sources/PCASales-Embedded.md) - [PayPal](https://docs.cloud.cdata.com/en/Data-Sources/PayPal.md) - [PayPal](https://docs.cloud.cdata.com/en/Data-Sources/PayPal-Embedded.md) - [Paylocity](https://docs.cloud.cdata.com/en/Data-Sources/Paylocity.md) - [Paylocity](https://docs.cloud.cdata.com/en/Data-Sources/Paylocity-Embedded.md) - [Pipedrive](https://docs.cloud.cdata.com/en/Data-Sources/Pipedrive.md) - [Pipedrive](https://docs.cloud.cdata.com/en/Data-Sources/Pipedrive-Embedded.md) - [PostgreSQL](https://docs.cloud.cdata.com/en/Data-Sources/PostgreSQL.md) - [PostgreSQL](https://docs.cloud.cdata.com/en/Data-Sources/PostgreSQL-Embedded.md) - [Power BI XMLA](https://docs.cloud.cdata.com/en/Data-Sources/PowerBIXMLA.md) - [Power BI XMLA](https://docs.cloud.cdata.com/en/Data-Sources/PowerBIXMLA-Embedded.md) - [Presto](https://docs.cloud.cdata.com/en/Data-Sources/Presto.md) - [Presto](https://docs.cloud.cdata.com/en/Data-Sources/Presto-Embedded.md) - [Quickbase](https://docs.cloud.cdata.com/en/Data-Sources/QuickBase.md) - [Quickbase](https://docs.cloud.cdata.com/en/Data-Sources/QuickBase-Embedded.md) - [QuickBooks Online](https://docs.cloud.cdata.com/en/Data-Sources/QuickBooksOnline.md) - [QuickBooks Online](https://docs.cloud.cdata.com/en/Data-Sources/QuickBooksOnline-Embedded.md) - [Blackbaud Raiser's Edge NXT](https://docs.cloud.cdata.com/en/Data-Sources/RaiserEdgeNXT.md) - [Blackbaud Raiser's Edge NXT](https://docs.cloud.cdata.com/en/Data-Sources/RaiserEdgeNXT-Embedded.md) - [Reckon Accounts Hosted](https://docs.cloud.cdata.com/en/Data-Sources/ReckonAccountsHosted.md) - [Reckon Accounts Hosted](https://docs.cloud.cdata.com/en/Data-Sources/ReckonAccountsHosted-Embedded.md) - [Redis](https://docs.cloud.cdata.com/en/Data-Sources/Redis.md) - [Redis](https://docs.cloud.cdata.com/en/Data-Sources/Redis-Embedded.md) - [Amazon Redshift](https://docs.cloud.cdata.com/en/Data-Sources/Redshift.md) - [Amazon Redshift](https://docs.cloud.cdata.com/en/Data-Sources/Redshift-Embedded.md) - [SAP Ariba Procurement](https://docs.cloud.cdata.com/en/Data-Sources/SAPAribaProcurement.md) - [SAP Ariba Procurement](https://docs.cloud.cdata.com/en/Data-Sources/SAPAribaProcurement-Embedded.md) - [SAP Ariba Sourcing](https://docs.cloud.cdata.com/en/Data-Sources/SAPAribaSource.md) - [SAP Ariba Sourcing](https://docs.cloud.cdata.com/en/Data-Sources/SAPAribaSource-Embedded.md) - [SAP Business Objects BI](https://docs.cloud.cdata.com/en/Data-Sources/SAPBusinessObjectsBI.md) - [SAP Business Objects BI](https://docs.cloud.cdata.com/en/Data-Sources/SAPBusinessObjectsBI-Embedded.md) - [SAP Business One](https://docs.cloud.cdata.com/en/Data-Sources/SAPBusinessOne.md) - [SAP Business One](https://docs.cloud.cdata.com/en/Data-Sources/SAPBusinessOne-Embedded.md) - [SAP ByDesign](https://docs.cloud.cdata.com/en/Data-Sources/SAPByDesign.md) - [SAP ByDesign](https://docs.cloud.cdata.com/en/Data-Sources/SAPByDesign-Embedded.md) - [SAP Concur](https://docs.cloud.cdata.com/en/Data-Sources/SAPConcur.md) - [SAP Concur](https://docs.cloud.cdata.com/en/Data-Sources/SAPConcur-Embedded.md) - [SAP Fieldglass](https://docs.cloud.cdata.com/en/Data-Sources/SAPFieldglass.md) - [SAP Fieldglass](https://docs.cloud.cdata.com/en/Data-Sources/SAPFieldglass-Embedded.md) - [SAP Gateway](https://docs.cloud.cdata.com/en/Data-Sources/SAPGateway.md) - [SAP Gateway](https://docs.cloud.cdata.com/en/Data-Sources/SAPGateway-Embedded.md) - [SAP HANA](https://docs.cloud.cdata.com/en/Data-Sources/SAPHANA.md) - [SAP HANA](https://docs.cloud.cdata.com/en/Data-Sources/SAPHANA-Embedded.md) - [SAP Hybris Cloud for Customer](https://docs.cloud.cdata.com/en/Data-Sources/SAPHybrisC4C.md) - [SAP Hybris Cloud for Customer](https://docs.cloud.cdata.com/en/Data-Sources/SAPHybrisC4C-Embedded.md) - [SAP SuccessFactors](https://docs.cloud.cdata.com/en/Data-Sources/SAPSuccessFactors.md) - [SAP SuccessFactors](https://docs.cloud.cdata.com/en/Data-Sources/SAPSuccessFactors-Embedded.md) - [SAS Data Sets](https://docs.cloud.cdata.com/en/Data-Sources/SASDataSets.md) - [SAS Data Sets](https://docs.cloud.cdata.com/en/Data-Sources/SASDataSets-Embedded.md) - [Salesforce Marketing Cloud](https://docs.cloud.cdata.com/en/Data-Sources/SFMarketingCloud.md) - [Salesforce Marketing Cloud](https://docs.cloud.cdata.com/en/Data-Sources/SFMarketingCloud-Embedded.md) - [SQL Server](https://docs.cloud.cdata.com/en/Data-Sources/SQL.md) - [SQL Server](https://docs.cloud.cdata.com/en/Data-Sources/SQL-Embedded.md) - [Sage 200](https://docs.cloud.cdata.com/en/Data-Sources/Sage200.md) - [Sage 200](https://docs.cloud.cdata.com/en/Data-Sources/Sage200-Embedded.md) - [Sage Business Cloud Accounting](https://docs.cloud.cdata.com/en/Data-Sources/SageBCAccounting.md) - [Sage Business Cloud Accounting](https://docs.cloud.cdata.com/en/Data-Sources/SageBCAccounting-Embedded.md) - [Sage Intacct](https://docs.cloud.cdata.com/en/Data-Sources/SageIntacct.md) - [Sage Intacct](https://docs.cloud.cdata.com/en/Data-Sources/SageIntacct-Embedded.md) - [Salesforce](https://docs.cloud.cdata.com/en/Data-Sources/Salesforce.md) - [Salesforce](https://docs.cloud.cdata.com/en/Data-Sources/Salesforce-Embedded.md) - [Salesforce Pardot](https://docs.cloud.cdata.com/en/Data-Sources/SalesforcePardot.md) - [Salesforce Pardot](https://docs.cloud.cdata.com/en/Data-Sources/SalesforcePardot-Embedded.md) - [Sansan](https://docs.cloud.cdata.com/en/Data-Sources/Sansan.md) - [Sansan](https://docs.cloud.cdata.com/en/Data-Sources/Sansan-Embedded.md) - [SendGrid](https://docs.cloud.cdata.com/en/Data-Sources/SendGrid.md) - [SendGrid](https://docs.cloud.cdata.com/en/Data-Sources/SendGrid-Embedded.md) - [ServiceNow](https://docs.cloud.cdata.com/en/Data-Sources/ServiceNow.md) - [ServiceNow](https://docs.cloud.cdata.com/en/Data-Sources/ServiceNow-Embedded.md) - [SharePoint](https://docs.cloud.cdata.com/en/Data-Sources/SharePoint.md) - [SharePoint](https://docs.cloud.cdata.com/en/Data-Sources/SharePoint-Embedded.md) - [ShipStation](https://docs.cloud.cdata.com/en/Data-Sources/ShipStation.md) - [ShipStation](https://docs.cloud.cdata.com/en/Data-Sources/ShipStation-Embedded.md) - [Shopify](https://docs.cloud.cdata.com/en/Data-Sources/Shopify.md) - [Shopify](https://docs.cloud.cdata.com/en/Data-Sources/Shopify-Embedded.md) - [SingleStore](https://docs.cloud.cdata.com/en/Data-Sources/SingleStore.md) - [SingleStore](https://docs.cloud.cdata.com/en/Data-Sources/SingleStore-Embedded.md) - [Slack](https://docs.cloud.cdata.com/en/Data-Sources/Slack.md) - [Slack](https://docs.cloud.cdata.com/en/Data-Sources/Slack-Embedded.md) - [Smaregi](https://docs.cloud.cdata.com/en/Data-Sources/Smaregi.md) - [Smaregi](https://docs.cloud.cdata.com/en/Data-Sources/Smaregi-Embedded.md) - [Smartsheet](https://docs.cloud.cdata.com/en/Data-Sources/Smartsheet.md) - [Smartsheet](https://docs.cloud.cdata.com/en/Data-Sources/Smartsheet-Embedded.md) - [Snapchat Ads](https://docs.cloud.cdata.com/en/Data-Sources/SnapchatAds.md) - [Snapchat Ads](https://docs.cloud.cdata.com/en/Data-Sources/SnapchatAds-Embedded.md) - [Snowflake](https://docs.cloud.cdata.com/en/Data-Sources/Snowflake.md) - [Snowflake](https://docs.cloud.cdata.com/en/Data-Sources/Snowflake-Embedded.md) - [Spark SQL](https://docs.cloud.cdata.com/en/Data-Sources/SparkSQL.md) - [Spark SQL](https://docs.cloud.cdata.com/en/Data-Sources/SparkSQL-Embedded.md) - [Splunk](https://docs.cloud.cdata.com/en/Data-Sources/Splunk.md) - [Splunk](https://docs.cloud.cdata.com/en/Data-Sources/Splunk-Embedded.md) - [Square](https://docs.cloud.cdata.com/en/Data-Sources/Square.md) - [Square](https://docs.cloud.cdata.com/en/Data-Sources/Square-Embedded.md) - [Stripe](https://docs.cloud.cdata.com/en/Data-Sources/Stripe.md) - [Stripe](https://docs.cloud.cdata.com/en/Data-Sources/Stripe-Embedded.md) - [Sugar CRM](https://docs.cloud.cdata.com/en/Data-Sources/SugarCRM.md) - [Sugar CRM](https://docs.cloud.cdata.com/en/Data-Sources/SugarCRM-Embedded.md) - [SurveyMonkey](https://docs.cloud.cdata.com/en/Data-Sources/SurveyMonkey.md) - [SurveyMonkey](https://docs.cloud.cdata.com/en/Data-Sources/SurveyMonkey-Embedded.md) - [SybaseIQ](https://docs.cloud.cdata.com/en/Data-Sources/SybaseIQ.md) - [SybaseIQ](https://docs.cloud.cdata.com/en/Data-Sources/SybaseIQ-Embedded.md) - [TSheets](https://docs.cloud.cdata.com/en/Data-Sources/TSheets.md) - [TSheets](https://docs.cloud.cdata.com/en/Data-Sources/TSheets-Embedded.md) - [CRM Analytics](https://docs.cloud.cdata.com/en/Data-Sources/TableauCRM.md) - [CRM Analytics](https://docs.cloud.cdata.com/en/Data-Sources/TableauCRM-Embedded.md) - [Tally](https://docs.cloud.cdata.com/en/Data-Sources/Tally.md) - [Tally](https://docs.cloud.cdata.com/en/Data-Sources/Tally-Embedded.md) - [Trello](https://docs.cloud.cdata.com/en/Data-Sources/Trello.md) - [Trello](https://docs.cloud.cdata.com/en/Data-Sources/Trello-Embedded.md) - [Twilio](https://docs.cloud.cdata.com/en/Data-Sources/Twilio.md) - [Twilio](https://docs.cloud.cdata.com/en/Data-Sources/Twilio-Embedded.md) - [Twitter Ads](https://docs.cloud.cdata.com/en/Data-Sources/TwitterAds.md) - [Twitter Ads](https://docs.cloud.cdata.com/en/Data-Sources/TwitterAds-Embedded.md) - [Veeva Vault](https://docs.cloud.cdata.com/en/Data-Sources/VeevaVault.md) - [Veeva Vault](https://docs.cloud.cdata.com/en/Data-Sources/VeevaVault-Embedded.md) - [Vertica](https://docs.cloud.cdata.com/en/Data-Sources/Vertica.md) - [Vertica](https://docs.cloud.cdata.com/en/Data-Sources/Vertica-Embedded.md) - [WooCommerce](https://docs.cloud.cdata.com/en/Data-Sources/WooCommerce.md) - [WooCommerce](https://docs.cloud.cdata.com/en/Data-Sources/WooCommerce-Embedded.md) - [WordPress](https://docs.cloud.cdata.com/en/Data-Sources/WordPress.md) - [WordPress](https://docs.cloud.cdata.com/en/Data-Sources/WordPress-Embedded.md) - [Workday](https://docs.cloud.cdata.com/en/Data-Sources/Workday.md) - [Workday](https://docs.cloud.cdata.com/en/Data-Sources/Workday-Embedded.md) - [Xero](https://docs.cloud.cdata.com/en/Data-Sources/Xero.md) - [Xero](https://docs.cloud.cdata.com/en/Data-Sources/Xero-Embedded.md) - [Yahoo! Ads](https://docs.cloud.cdata.com/en/Data-Sources/YahooAds.md) - [Yahoo! Ads](https://docs.cloud.cdata.com/en/Data-Sources/YahooAds-Embedded.md) - [Yahoo! Japan Data Solution](https://docs.cloud.cdata.com/en/Data-Sources/YahooDS.md) - [Yahoo! Japan Data Solution](https://docs.cloud.cdata.com/en/Data-Sources/YahooDS-Embedded.md) - [YouTube Analytics](https://docs.cloud.cdata.com/en/Data-Sources/YouTubeAnalytics.md) - [YouTube Analytics](https://docs.cloud.cdata.com/en/Data-Sources/YouTubeAnalytics-Embedded.md) - [Zendesk](https://docs.cloud.cdata.com/en/Data-Sources/Zendesk.md) - [Zendesk](https://docs.cloud.cdata.com/en/Data-Sources/Zendesk-Embedded.md) - [Zoho Books](https://docs.cloud.cdata.com/en/Data-Sources/ZohoBooks.md) - [Zoho Books](https://docs.cloud.cdata.com/en/Data-Sources/ZohoBooks-Embedded.md) - [Zoho CRM](https://docs.cloud.cdata.com/en/Data-Sources/ZohoCRM.md) - [Zoho CRM](https://docs.cloud.cdata.com/en/Data-Sources/ZohoCRM-Embedded.md) - [Zoho Creator](https://docs.cloud.cdata.com/en/Data-Sources/ZohoCreator.md) - [Zoho Creator](https://docs.cloud.cdata.com/en/Data-Sources/ZohoCreator-Embedded.md) - [Zoho Inventory](https://docs.cloud.cdata.com/en/Data-Sources/ZohoInventory.md) - [Zoho Inventory](https://docs.cloud.cdata.com/en/Data-Sources/ZohoInventory-Embedded.md) - [Zoho Projects](https://docs.cloud.cdata.com/en/Data-Sources/ZohoProjects.md) - [Zoho Projects](https://docs.cloud.cdata.com/en/Data-Sources/ZohoProjects-Embedded.md) - [Zuora](https://docs.cloud.cdata.com/en/Data-Sources/Zuora.md) - [Zuora](https://docs.cloud.cdata.com/en/Data-Sources/Zuora-Embedded.md) - [Frequently Asked Questions (FAQs)](https://docs.cloud.cdata.com/en/FAQs.md): This page provides answers to common questions about features and technical parameters of Connect AI. - [Frequently Asked Questions (FAQs)](https://docs.cloud.cdata.com/en/FAQs-Embedded.md): This page provides answers to common questions about features and technical parameters of Connect AI. - [Glossary](https://docs.cloud.cdata.com/en/Glossary.md): The following table provides a set of standard terms that are used in the Connect AI documentation. Note that these definitions are applicable only within the context of Connect AI. - [Glossary](https://docs.cloud.cdata.com/en/Glossary-Embedded.md): The following table provides a set of standard terms that are used in the Connect AI Embed documentation. Note that these definitions are applicable only within the context of Connect AI Embed. - [Integrations](https://docs.cloud.cdata.com/en/Integrations.md): The ***Integrations*** page presents a list of available integration tools. Use the search field to find a integration tool by name. You can also use the **View** drop-down list to view the integration tools by category: **AI**, **BI and Reporting**, **ETL**, **No-Code/Low-Code**, **Dev**, and **iPa… - [Integrations](https://docs.cloud.cdata.com/en/Integrations-Embedded.md): The following are the integration tools available for Connect AI Embed: - [Jobs](https://docs.cloud.cdata.com/en/Jobs.md): The ***Jobs*** page enables you to manage and run various Connect AI jobs. From this page, you can manage either [Caching](/en/Caching) or [Scheduled Queries](/en/Scheduled-Queries). - [Logs](https://docs.cloud.cdata.com/en/Logs.md): The ***Logs*** page in the navigation menu consists of two tabs: - [Logs](https://docs.cloud.cdata.com/en/Logs-Embedded.md): The ***Logs*** page in the navigation menu consists of two tabs: - [Navigation Menu](https://docs.cloud.cdata.com/en/Navigation-Embedded.md): The navigation menu serves as the configuration center for Connect AI Embed and its sub-accounts. When you log in, the **Dashboard** page displays. - [Navigation Menu](https://docs.cloud.cdata.com/en/Navigation-Menu.md): The navigation menu serves as the connection and configuration center for your Connect AI account. It contains links to each section of Connect AI. When you log in, the **Dashboard** page displays. - [Permissions and Access Control](https://docs.cloud.cdata.com/en/Permissions.md) - [CData Connect AI Privacy Policy](https://docs.cloud.cdata.com/en/Privacy-Policy.md) - [Query Builder](https://docs.cloud.cdata.com/en/QueryBuilder.md): The Connect AI *Query Builder* allows you to build queries from your data without needing to write SQL code. - [Quick Start Guide](https://docs.cloud.cdata.com/en/Quick-Start-Embedded.md): Connect AI Embed is a way for customers to integrate Connect AI live data access capabilities for their end users within their own applications. - [Quick Start Guide](https://docs.cloud.cdata.com/en/Quick-Start-Guide.md): Connect a data source, explore it, and use it from AI or BI tools—in minutes. - [Release Notes](https://docs.cloud.cdata.com/en/ReleaseNotes.md) - [SSO and SCIM](https://docs.cloud.cdata.com/en/SCIM.md): Connect AI supports the SSO and SCIM protocols. SSO enables users to sign in through your chosen SSO instead of using Connect AI login credentials. SCIM standardizes the process of granting or removing access from Connect AI. - [ALTER DERIVED VIEW Statements](https://docs.cloud.cdata.com/en/SQL-Reference/ALTER-DERIVED-VIEW.md): Use the ALTER DERIVED VIEW statement to assign a new SQL query to a derived view. - [Aggregate](https://docs.cloud.cdata.com/en/SQL-Reference/Aggregate-Functions.md): Aggregate functions operate on values across rows to make calculations such as sum, average, minimum/maximum, and count. These functions take 0 or more rows and produce a single output. - [CREATE DERIVED VIEW Statements](https://docs.cloud.cdata.com/en/SQL-Reference/CREATE-DERIVED-VIEW.md): To create new derived views, use CREATE DERIVED VIEW statements. - [Conversion](https://docs.cloud.cdata.com/en/SQL-Reference/Conversion-Functions.md): Conversion functions can be used to convert the value of one data type into another data type. - [DELETE Statements](https://docs.cloud.cdata.com/en/SQL-Reference/DELETE.md): To delete information from a table, use DELETE statements. - [DELETE SELECT Statements](https://docs.cloud.cdata.com/en/SQL-Reference/DELETE-SELECT.md): To perform multiple deletes in a single request, use the DELETE … SELECT syntax to delete from a temporary table of data. This works by first populating a temporary table with the data you are going to submit. Once you have all of the data you want to delete, the temporary table is then passed into… - [DROP DERIVED VIEW Statements](https://docs.cloud.cdata.com/en/SQL-Reference/DROP-DERIVED-VIEW.md): Use DROP DERIVED VIEW statements to delete a derived view. - [Date](https://docs.cloud.cdata.com/en/SQL-Reference/Date-Functions.md): Date functions can be used to construct, extract, or modify date, time, and timestamp data. - [EXECUTE Statements](https://docs.cloud.cdata.com/en/SQL-Reference/EXECUTE.md): To execute stored procedures, you can use EXECUTE or EXEC statements. - [GETDELETED Statements](https://docs.cloud.cdata.com/en/SQL-Reference/GETDELETED.md): You can issue the GETDELETED query to retrieve all records deleted from the live data for the time range specified. This query accepts a datetime value as a filter, as shown in the following example: - [INSERT Statements](https://docs.cloud.cdata.com/en/SQL-Reference/INSERT.md): To create new records, use INSERT statements. - [INSERT INTO SELECT Statements](https://docs.cloud.cdata.com/en/SQL-Reference/INSERT-INTO-SELECT.md): To perform multiple inserts in a single request, use the INSERT … SELECT syntax to insert from a temporary table of data. This works by first populating a temporary table with the data you are going to submit to the data source. Once you have all of the data you want to insert, the temporary table i… - [Math](https://docs.cloud.cdata.com/en/SQL-Reference/Math-Functions.md): Math functions perform various mathematical operations on the data. - [SELECT Statements](https://docs.cloud.cdata.com/en/SQL-Reference/SELECT.md): A SELECT statement can consist of the following basic clauses: - [SQL Reference](https://docs.cloud.cdata.com/en/SQL-Reference/SQL-Reference.md): Connect AI supports a wide range of standard [DDL Commands](/en/SQL-Reference/DDL), [SQL Commands](/en/SQL-Reference/SQL-Commands), and [SQL Functions](/en/SQL-Reference/SQL-Functions) for querying data sources. This page outlines the Connect AI data model, supported data types, and naming requireme… - [String](https://docs.cloud.cdata.com/en/SQL-Reference/String-Functions.md): String functions are used to manipulate, search, and format data stored in string columns. - [Table-Valued](https://docs.cloud.cdata.com/en/SQL-Reference/Table-Valued-Functions.md): Table-valued functions are functions that return a table (rowset). - [UPDATE Statements](https://docs.cloud.cdata.com/en/SQL-Reference/UPDATE.md): To modify existing records, use UPDATE statements. - [UPDATE SELECT Statements](https://docs.cloud.cdata.com/en/SQL-Reference/UPDATE-SELECT.md): To perform multiple updates in a single request, use the UPDATE … SELECT syntax to update from a temporary table of data into the destination table. This works by first populating a temporary table with the data you are going to submit to the data source. Once you have all of the data you want to up… - [UPSERT Statements](https://docs.cloud.cdata.com/en/SQL-Reference/UPSERT.md): An UPSERT statement updates an existing record or creates a new record if an existing record is not identified. - [Window](https://docs.cloud.cdata.com/en/SQL-Reference/Window-Functions.md): Window functions allow you to create computed fields from a group of rows (a window) that return a result for each row, as opposed to one computed result for a set of rows, as is the case with [aggregate functions](Aggregate-Functions). The driver supports the following window function syntax. - [Virtual SQL Server Endpoint](https://docs.cloud.cdata.com/en/SQL-Server.md): The Connect AI Virtual SQL Server allows you to establish a connection to your data from integration tools that support connections to SQL servers. The Virtual SQL Server mimics the behavior of a traditional SQL server, and it supports a range of query options. - [Scheduled Queries](https://docs.cloud.cdata.com/en/Scheduled-Queries.md): ***Scheduled Queries*** jobs enable you to run saved queries on a given schedule. - [Security](https://docs.cloud.cdata.com/en/Security.md): Connect AI implements a layered security model designed to protect data both at rest and in transit. - [Connect AI Embed Security Overview](https://docs.cloud.cdata.com/en/Security-Embedded.md): This section covers the security features Connect AI Embed provides, the controls your application should implement, and the configuration steps that help you avoid common deployment gaps. - [Security Setup and Readiness Checklist](https://docs.cloud.cdata.com/en/SecuritySetup-Embedded.md): Follow these security practices and use the readiness checklist before going live with Connect AI Embed. - [Settings](https://docs.cloud.cdata.com/en/Settings.md): You can access your *Settings* page by clicking the Gear Icon in the upper-right corner of the dashboard and selecting **Settings**. - [Settings](https://docs.cloud.cdata.com/en/Settings-Embedded.md): You can access your *Settings* page by clicking the Gear Icon in the upper-right corner of the dashboard and selecting **Settings**. - [Sources](https://docs.cloud.cdata.com/en/Sources.md): The ***Sources*** page enables you to create and manage connections to your data sources. - [Sources](https://docs.cloud.cdata.com/en/Sources-Embedded.md): The ***Sources*** page displays a read-only list of sources your sub-accounts are connected to. - [Toolkits](https://docs.cloud.cdata.com/en/Toolkits.md): Connect AI allows Admin users to define toolkits containing custom MCP tools for repeatable operations in your AI-driven workflows. - [Users](https://docs.cloud.cdata.com/en/Users.md): The ***Users*** page enables you to manage the users on your Connect AI account. - [Users](https://docs.cloud.cdata.com/en/Users-Embedded.md): The ***Users*** page enables you to manage the users on your Connect AI Embed account. - [Query Syntax](https://docs.cloud.cdata.com/en/VSS-Query-Syntax.md): You can execute SQL queries against your Virtual SQL Server just as you would query a traditional SQL Server database. You can also execute stored procedures. - [Virtual Databases](https://docs.cloud.cdata.com/en/Virtual-Databases.md) - [Workspaces](https://docs.cloud.cdata.com/en/Workspaces.md): The **Workspaces** feature is a data catalog that streamlines the accessibility of diverse data sources. - [Getting Started](https://docs.cloud.cdata.com/en/docs.md): *Connect AI* is a consolidated connectivity platform that links applications to a broad ecosystem of real-time data sources through consistent, standards-compliant interfaces. Connect AI provides tools to access data seamlessly from any system, anywhere. - [Getting Started](https://docs.cloud.cdata.com/en/docs-Embedded.md): *Connect AI Embed* allows you to add AI-powered data access to your own product, without building the data connectivity infrastructure yourself. Your end users can interact with their data in natural language, through AI agents that you control and configure. CData handles the connection to hundreds… - [CData Docs](https://docs.cloud.cdata.com/en/index.md) - [CData Cloud Services Agreement](https://docs.cloud.cdata.com/en/terms-of-service.md) ## OpenAPI Specs - [REST-API-Embedded](https://docs.cloud.cdata.com/ja/API/REST-API-Embedded.yaml) - [MCP-API-Embedded](https://docs.cloud.cdata.com/ja/API/MCP-API-Embedded.yaml) - [REST-API](https://docs.cloud.cdata.com/ja/API/REST-API.yaml) - [arc1-openapi](https://docs.cloud.cdata.com/arc1-openapi.json) - [OpenAPI-API](https://docs.cloud.cdata.com/ja/API/OpenAPI-API.yaml) - [OData-API](https://docs.cloud.cdata.com/ja/API/OData-API.yaml) - [MCP-API](https://docs.cloud.cdata.com/ja/API/MCP-API.yaml) - [MCPAPI](https://docs.cloud.cdata.com/api-reference/MCPAPI.json) - [RESTAPI](https://docs.cloud.cdata.com/api-reference/RESTAPI.json) - [openapi](https://docs.cloud.cdata.com/api-reference/openapi.json) ## Optional - [Community](https://community.cdata.com/?utm_source=cdata&utm_medium=referral) - [Blog](https://www.cdata.com/blog/?tag=connect-cloud)