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

# Interface: Transport

Defined in: [typescript/src/config/Transport.ts:83](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/Transport.ts#L83)

Canonical SDK transport.

## Methods

### send()

> **send**\<`T`>(`request`): `Promise`\<[`TransportResponse`](/sdks/reference/typescript/interfaces/TransportResponse)\<`T`>>

Defined in: [typescript/src/config/Transport.ts:87](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/Transport.ts#L87)

Sends a request to the Parmana Runtime.

#### Type Parameters

##### T

`T` = `unknown`

#### Parameters

##### request

[`TransportRequest`](/sdks/reference/typescript/interfaces/TransportRequest)

#### Returns

`Promise`\<[`TransportResponse`](/sdks/reference/typescript/interfaces/TransportResponse)\<`T`>>
