scimap
home
RESEARCH
ask
graphs
review
explore
KNOWLEDGE
context
library
DEVELOPER
agent cli
api keys
integrations
docs
ACCOUNT
usage & billing
settings
search…
/
agent cli
wire up your coding agent.
CLI
by hand
AI Agent
one paste
API
raw
01
install the CLI
ships as scimap-cli on npm. pick your package manager.
npm
pnpm
yarn
bun
$
npm i -g scimap-cli
copy
02
sign in with your key
create a key on the keys page, then paste it — the CLI caches it locally.
$
scimap login
copy
03
bind this repo to a project
find-or-create a project and write scimap.json. name the goal.
$
scimap init --title "train a better LM"
copy