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

# AsyncResearchClient

# `synth_ai.research.async_client`

Async Research API (parity stub — sync hero is canonical today).

## Classes

### `AsyncResearchClient` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L33" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

Async adapter over `ResearchClient` (thread-offloaded sync hero).

**Methods:**

#### `session` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L41" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
session(self) -> _AsyncNamespaceProxy
```

Async proxy for the backing monolith session (advanced).

#### `factories` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L46" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
factories(self) -> _AsyncNamespaceProxy
```

Async proxy for `client.research.factories`.

#### `projects` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L51" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
projects(self) -> _AsyncNamespaceProxy
```

Async proxy for `client.research.projects`.

#### `runs` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L56" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
runs(self) -> _AsyncNamespaceProxy
```

Async proxy for `client.research.runs`.

#### `limits` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L61" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
limits(self) -> _AsyncNamespaceProxy
```

Async proxy for `client.research.limits`.

#### `secrets` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L66" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
secrets(self) -> _AsyncNamespaceProxy
```

Async proxy for `client.research.secrets`.

#### `close` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/async_client.py#L70" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
close(self) -> None
```

Close the underlying research session.
