![]() |
VOOZH | about |
CData CLI gives AI coding tools access to real enterprise schemas and metadata so they can generate more accurate integrations, validated queries, and production-ready applications.
Works with the AI coding tools you already use:Your AI coding agent already knows SQL. CData CLI + CData Connectors give it live access to Salesforce, NetSuite, ServiceNow, Workday, SAP, and hundreds of other business apps—without learning a new API, parsing a new schema, or filtering data in its own context window.
cdatacli metadata tables --connection sf-sandbox --table "%Opportunity%"—agents discover what they need without dumping the whole catalog WHERE, JOIN, GROUP BY, aggregates—all run in the connector with push-down to source layer APIs. Your agent gets answers, not 20,000 rows to scan. curl -fsSL https://downloads.cdata.com/cdatabuilds/builds/free/cdatacli/install-cdatacli-macos.sh | bash
irm https://downloads.cdata.com/cdatabuilds/builds/free/cdatacli/install-cdatacli-windows.ps1 | iex
curl -fsSL https://downloads.cdata.com/cdatabuilds/builds/free/cdatacli/install-cdatacli-linux.sh | bash
npx skills add CDataSoftware/cli-skills
After you install CData CLI
Choose the data sources your agent needs. Each is a single .jar file.
cdatacli drivers search salesforce cdatacli drivers download --artifact-id salesforce-jdbc cdatacli drivers list
Connectors handle OAuth and credential storage. The agent never sees the secret.
cdatacli connection create --name salesforce-prod \ --driver Salesforce \ --connectionstring "AuthScheme=OAuth"
The agent does everything in SQL—including finding what's available.
-- Discover cdatacli metadata tables --connection salesforce-prod --table "%Opportunity%" cdatacli metadata columns --connection salesforce-prod --table Opportunity -- Query (driver pushes filters down to SOQL) SELECT Id, Name, Amount, CloseDate FROM Opportunity WHERE Amount > 1000000 AND CloseDate >= '2026-01-01' AND StageName = 'Closed Won' ORDER BY Amount DESC;
Whether you're building applications, automating agent workflows, or exploring business data, CData CLI gives AI coding tools and agents the enterprise context they need to work with greater precision.
For application developers
Give AI the ability to explore schemas, validate SQL, and generate application code against the same CData Drivers you'll ship with. Build faster at design time, then deploy with a proven driver library in production.
For agentic developers
You used to write VB.NET desktop apps or Python scripts to automate against Salesforce, ServiceNow, Workday. Now you run multiple agents that do the same work concurrently. cdatacli + CData JDBC drivers run locally—no cloud dependency, no per-call API costs, no MCP server to maintain. Your agents speak SQL to your business apps directly.
For business builders
Use AI to turn repeatable business processes into guided workflows that gather live data, follow your playbooks, and produce reusable outputs. CData CLI gives tools like Claude Code the ability to connect to systems like Salesforce, NetSuite, databases, and support desks, so analysis is grounded in real business context—not copy-pasted exports or generic chat responses. CTA: See how Claude Code becomes a business advisor
Explore enterprise schemas, generate integrations faster, and accelerate AI-assisted development with CData Drivers.
Thank you for your interest in our products. Your email has been sent successfully, and a product specialist will be in contact with you within a few hours.
Please feel free to follow up with us at any time. You can Email our sales team at ([email protected]), or call (919) 928-5214.