How to Use Solace with Claude Code in 60 Seconds
Add one line to your CLAUDE.md and every Claude Code session gets native browser automation with SHA-256 evidence.
Step 1: Add Solace to your CLAUDE.md
Run this in any project directory: curl solaceagi.com/agents/claude.md >> CLAUDE.md
That is the entire setup. Claude Code reads CLAUDE.md at the start of every session. The next time you ask it to automate a web task, it will reach for Solace.
Step 2: Start Solace Browser
If Solace is not running: launch Solace Hub first. Hub starts the browser runtime and exposes Yinyang on port 8888.
Verify it is ready: curl http://localhost:8888/api/status should return {"running": true, ...}. That is it.
Step 3: Ask Claude Code to do something
Now tell Claude Code: navigate to stripe.com/dashboard and take a screenshot. Claude Code will call POST /api/navigate, then POST /api/screenshot, and show you the result. SHA-256 evidence is captured automatically.
The first time you run any task, Solace learns the workflow. Every subsequent run replays the recipe with no new LLM tokens consumed. Claude Code gets smarter about your workflows over time.