Getting Started
Quick Start
Prerequisites
Section titled “Prerequisites”- Node.js 18 or later
- A z.ai API key — get one here
Install
Section titled “Install”npm install -g sandcodeConfigure
Section titled “Configure”On first run, SANDCODE will prompt you for your z.ai API key:
$ sandcode
Welcome to SANDCODE Enter your z.ai API key: sk-...Or set it via environment variable:
export ZAI_API_KEY=sk-your-key-hereStart Coding
Section titled “Start Coding”$ cd your-project$ sandcodeThat’s it. You’re in the REPL. Start asking questions, editing files, running commands — SANDCODE handles the rest.
Next Steps
Section titled “Next Steps”- Configuration — customize providers, models, and preferences
- Features — explore auto memory, plugins, hooks, and more
- Architecture — understand how SANDCODE works under the hood