Step 1: Sign In
Go to https://cloud.cdata.com/.
Step 2: Connect Your First Source
Example: Salesforce (OAuth)
Provide:
- Client ID and Client Secret from Salesforce (Setup > App Manager > Your Connected App).
- Callback URL shown in Connect AI.
Done! You can now query Account, Opportunity, Contact, and other objects in real time.
Example: Google BigQuery (OAuth)
Your BigQuery datasets are now queryable via SQL, OData, and REST.
Step 3: Explore and Query Your Data
Step 4: Create Derived Views
Derived Views are saved SQL definitions you can permission like tables.Step 5: Use Data in Your Tools
Power BI (SQL endpoint)
Excel (OData)
Paste your Connect Cloud OData endpoint (https://cloud.cdata.com/api/odata/{workspace\_name}).
Tableau (OData or SQL)
AI and Apps (Rest/OpenAPI)
Expose any source as a secure API for custom apps and large language models (LLMs).- REST provides programmatic access from apps/agents:
- OData v4 is used for BI tools and pagination/filtering:
- OpenAPI generates clients and validates requests:
Step 6: Organize with Workspaces
Step 7: Permissions by Need-to-Know
Control access at the source or workspace level.| Permission | What it allows |
|---|---|
| SELECT | Read/query data |
| INSERT/UPDATE/DELETE | Write changes back (if source allows) |
| EXECUTE | Run procedures (such as refresh metadata) |
Security and Best Practices
- Rate limits: 100 requests/user/minute.
- IP allowlist: Restrict access to trusted networks.
- Logging & audit: Enable detailed logs for governance.
Troubleshooting
Connection failed? Verify credentials, network/VPN, and source API status.- Missing tables? Refresh metadata on the source.
- Slow queries? Filter early, limit columns, and enable caching.
- Auth errors? Re-authorize OAuth and confirm scopes.
Get Support
For assistance with using Connect AI, there are two main resources available:- The Status page, which shows the current status and incident history for the application services.
- CData Technical Support, which you can also access by clicking the Support link at the bottom of the dashboard.