Skip to content
Heide Mankablewy edited this page Jun 13, 2026 · 3 revisions

Kablewy CLI

@kablewy/cli is the public command-line interface for deterministic Kablewy client workflows: login, status checks, document upload/search/retrieval, chat, tools, MCP servers, Quick Actions, webhooks, skills, and safe scripting.

Install

npm install -g @kablewy/cli

Quick Workflow

kablewy login
kablewy docs upload ./documents/*.pdf
kablewy docs search "renewal terms"
kablewy chat --message "Summarize the renewal risk"

Use --json for automation:

kablewy status --json
kablewy docs list --json
kablewy chat --message "Return the top three risks" --json

Public Beta Scope

The 0.1.x public beta targets client-ready deterministic workflows, not full web-app parity. It intentionally excludes admin command groups, queue/log inspection, graph exploration, workcells, plugin management, and full workflow-job authoring.

Security Boundary

The CLI is a Node.js command that runs with the local user's filesystem and network permissions. It is not a sandbox or Wasm runtime. Steady-state CLI credentials are scoped api_ keys; session tokens are only used during kablewy login to mint that key.

Core Commands

login, logout, whoami
auth keys list|revoke
docs upload|list|search|get|delete|status
chat
tools
mcp
quick-actions
webhooks
skills
config
status

Clone this wiki locally