Skip to main content

synth_ai.client

Python-only front-door SDK clients.

Classes

SynthClient

Sync client for containers, tunnels, pools, and Managed Research. Use research for hosted runs, projects, limits, and Factory Tag. Infrastructure namespaces: containers, tunnels, pools. Methods:

research

research(self) -> ResearchClient
Managed Research hero namespace (projects, runs, limits, factories).

AsyncSynthClient

Async client for containers, tunnels, pools, and compat surfaces. Methods:

research

research(self) -> ResearchClient
Sync Managed Research namespace (thread-offloaded from async client).

async_research

async_research(self) -> AsyncResearchClient
Async adapter over ResearchClient.