Pickaxe Learn

Get Started

CLI & Coding Agents

Use the Pickaxe CLI with Claude Code, Codex, Cursor, and other coding agents.


If you are working with Claude Code, Codex, Cursor, or another coding agent, you can simply tell it to use the Pickaxe CLI to manage your workspace instead of calling these endpoints by hand.

Install

pnpm add -g @pickaxe/pickaxe-cli

You can also install it with npm:

npm install -g @pickaxe/pickaxe-cli

Authenticate

pickaxe auth login --api-key YOUR_WORKSPACE_API_KEY
pickaxe whoami

Good Agent Workflows

  • pickaxe init, pickaxe pull, pickaxe diff, and pickaxe push for syncing a Pickaxe project locally.
  • pickaxe docs add|list|remove for knowledge base documents.
  • pickaxe users ..., pickaxe memory ..., and pickaxe access-groups ... for workspace operations.
  • pickaxe deploy create for deployment creation.
  • pickaxe doctor for checking auth and project setup.