Install in one command
Run the all-in-one installer:This downloads the binary, walks you through dashboard authentication, and pre-fetches your synced credentials. When it finishes,
synsc is on your PATH and ready.See Installation for npm, Homebrew, or curl alternatives.Verify the connection
Confirm authentication:Healthy output prints your account email, current credit balance, and the synced credentials available. Hugging Face, Weights & Biases, Modal, Lambda, AWS, and GCP all show up if you have them set in the dashboard.
Pick a research mode
Synsci CLI works best when you tell it what kind of work you’re doing. Pick a research mode before starting a session:Setting a mode primes the agent with domain conventions, activates the right bundled tools, and routes calls to the backend best suited for that work. You don’t need to think about underlying providers.
Send your first prompt
synsc web opens the browser UI on http://localhost:4444. Type a prompt and press Enter:build agent.Switch agents
Two top-level agents are available:
buildhas full filesystem and shell access (default).planis read-only for analysis without mutations.
@general in a message to delegate a search or multi-step task to a sub-agent that runs in its own context window:Inspect usage
After running a few prompts, check what you spent:
stats aggregates credit usage per session and across time windows. The full audit trail lives on the dashboard.