CLI
Use the Kick CLI for repeatable commands, exports, scripts, shell pipelines, scheduled checks, and agentic workflows.
Last updated
Was this helpful?
Use the Kick CLI for repeatable commands, exports, scripts, shell pipelines, scheduled checks, and agentic workflows.
The Kick CLI lets you run Kick workflows from a terminal, shell script, or automation job. It talks to the same Kick API as the web app and uses an approved Kick credential.
Use the CLI when you want:
A command you can repeat during every close.
JSON output for another tool or agent.
A script that checks transactions, reports, or activity.
A scheduled job or CI workflow.
A local MCP server with kick mcp serve.
The CLI usually takes a few more minutes to set up than MCP because you need the kick command available on your computer. It is more powerful for repeatable and agentic work because commands are explicit, inspectable, and easy to rerun.
Install the Kick CLI - get the kick command and verify it works.
Authenticate and Select Workspace - log in, pass tokens, and confirm client context.
CLI Example Workflows - copy commands for lookup, review, reporting, activity, and exports.
CLI Reference - credential lookup, command discovery, output modes, and exit codes.
CLI Troubleshooting - fix credential, workspace, output, paging, and command issues.
Start with read-only commands and bounded result sets:
If the wrong user or workspace appears, stop before running a broader command.
Last updated
Was this helpful?
Was this helpful?
kick whoami
kick workspaces list
kick --workspace <workspace-id> transactions find --limit 10