- [Refresh Agent Instructions] Update 
AGENTS.mdwith the latest Synth guidance for your automation. - [Launch Claude Code with Synth] Optionally boot Claude Code against Synth’s Anthropic-compatible stack.
 - [Refresh Credentials] Request a new 
SYNTH_API_KEYbefore launching with a model override. 
Refresh Agent Instructions
- Writes the current Synth agent instructions into 
AGENTS.md, replacing the stock placeholder text. - Lets your Claude automations read the freshest guidance without forcing a model selection.
 - Safe to run anytime you want to broadcast updated practices to your agents.
 
In your terminal, run:
Launch Claude Code with Synth
- Verifies the 
claudebinary exists; if not, the command prints install instructions and exits. - Builds environment variables so Claude Code hits Synth infrastructure:
ANTHROPIC_BASE_URL=https://api.usesynth.ai/synth-research/<model>ANTHROPIC_AUTH_TOKEN= yourSYNTH_API_KEY
 - Runs the Claude desktop app in the current process.
 - Always refreshes 
AGENTS.mdfirst so your workspace opens with the latest agent briefing. 
In your terminal, run:
Example usage:
Refresh Credentials
- Pass 
--forceto skip cached values and pick or enter a newSYNTH_API_KEY. Use this alongside--modelwhenever credentials change. - Handy after key rotation or when switching organizations.