Developer Docs
Everything you need to integrate Handoff into your workflow — CLI tools, the REST API, AI editor connections, and the workspace sync protocol.
CLI Reference
Install handoff-app, authenticate with your registry, and run push, pull, fetch, and build commands from your workspace.
View docsREST API
Interactive OpenAPI 3.1 explorer. Try every endpoint, inspect schemas, and copy ready-to-use curl commands.
View docsMCP Tools
Model Context Protocol tools for Cursor, Claude, and Windsurf. Connect your AI editor to design tokens, components, and icons.
View docsPush / Pull Guide
Understand the sync protocol — what push:all sends, how the registry stores it, and how pull writes changes back to your workspace.
View docsLocal Development
Authenticate the CLI with OAuth device login, configure MCP for Cursor and Claude, and run push/pull from your workspace.
View docsQuick start
- 1Install:
npm install -g handoff-app - 2Authenticate:
handoff-app login --url https://your-registry.vercel.app - 3Push all workspace data:
handoff-app push:all