> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usesynth.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SynthClient

# `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`

```python theme={null}
research(self) -> ResearchClient
```

Managed Research hero namespace (projects, runs, limits, factories).

### `AsyncSynthClient`

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

**Methods:**

#### `research`

```python theme={null}
research(self) -> ResearchClient
```

Sync Managed Research namespace (thread-offloaded from async client).

#### `async_research`

```python theme={null}
async_research(self) -> AsyncResearchClient
```

Async adapter over `ResearchClient`.
