SynthClient().research. For product context, read Managed Research
intro or Research Factory.
1. Sign in and API key
- Create or open your Synth account at usesynth.ai.
- Create a Synth API key in the product (same key type as other Synth API access).
- Expose it to your terminal and MCP clients as
SYNTH_API_KEY.
SYNTH_BACKEND_URL to that base URL. Production MCP defaults to the hosted API; see MCP Quickstart for details.
2. Install synth-ai and connect MCP
- Codex
- Claude Code
- Local stdio
SYNTH_API_KEY is available in the environment Codex uses (shell profile, IDE env, or Codex config), per Codex docs for MCP env inheritance.3. Smoke test
In your agent client, ask for something that forces a tool call, for example:smr_list_projects. An empty list still means auth and connectivity succeeded.
4. Next steps
Projects in the web app
Navigate the logged-in project hub, runs, resources, and results in the browser.
MCP Quickstart
Start one-off and project-scoped runs and inspect evidence from MCP.
MCP tool reference
Full
smr_* tool list grouped by area.Python SDK quickstart
Script runs with
SynthClient().research.SynthClient().research, not ad hoc /smr
REST calls. See Managed Research intro.