CLI
kbagent, the Keboola command-line interface — an AI-friendly CLI to manage projects, configs, jobs, storage, flows, and dev branches across your whole organization, driven by you or your coding agent.
kbagent is Keboola’s command-line interface: one tool to manage all your Keboola projects from the terminal — browse and edit configurations, run and monitor jobs, work with Storage, build flows, sync configs as local files, and drive development branches — across many projects and stacks at once. It’s built to be equally comfortable in your hands and in an AI coding agent’s, with structured JSON output and built-in safety controls.
In one minute
Section titled “In one minute”# installcurl -LsSf https://raw.githubusercontent.com/keboola/cli/main/install.sh | sh# connect a projectkbagent project add --project prod --url https://connection.keboola.com --token YOUR_TOKEN# explorekbagent doctorkbagent job list --limit 5kbagent search "customer_id"Everything the UI does — and a lot the UI doesn’t — is a command away, scriptable, and safe to hand to an agent.
This section
Section titled “This section”The pages read in order, from first run to deep reference:
- Get started — install, connect a project, run your first commands (a guided walkthrough).
- Concepts — how kbagent works: the connection model, multi-project, dev branches, GitOps sync, and the safety firewall.
- How-to guides — task recipes: onboard an org, dev-branch workflow, GitOps sync, audits, CI/CD tokens, encryption.
- Use with AI agents — the Claude Code plugin,
kbagent context, and sandboxing an agent. - Command reference — every command group, global flags, JSON output, and error codes.
- Web UI — the optional local browser dashboard.
How it relates to the other tools
Section titled “How it relates to the other tools”| Tool | Use it for |
|---|---|
| kbagent CLI | Scripting and multi-project operations from your terminal; giving an agent safe, sandboxed control. |
| MCP server | Letting an AI client call Keboola tools directly over MCP. |
| AI Kit | Coding-assistant plugins for building Keboola components and apps. |
| Kai | The in-product AI assistant. |