Files
langgraph/libs/sdk-js/docs/interfaces/ClientConfig.md
T
2025-07-07 08:05:46 -07:00

58 lines
1.6 KiB
Markdown

[**@langchain/langgraph-sdk**](../README.md)
***
[@langchain/langgraph-sdk](../README.md) / ClientConfig
# Interface: ClientConfig
Defined in: [client.ts:163](https://github.com/langchain-ai/langgraph/blob/a7ea5e44ce12e3618d1a766587163afbfe424e04/libs/sdk-js/src/client.ts#L163)
## Properties
### apiKey?
> `optional` **apiKey**: `string`
Defined in: [client.ts:165](https://github.com/langchain-ai/langgraph/blob/a7ea5e44ce12e3618d1a766587163afbfe424e04/libs/sdk-js/src/client.ts#L165)
***
### apiUrl?
> `optional` **apiUrl**: `string`
Defined in: [client.ts:164](https://github.com/langchain-ai/langgraph/blob/a7ea5e44ce12e3618d1a766587163afbfe424e04/libs/sdk-js/src/client.ts#L164)
***
### callerOptions?
> `optional` **callerOptions**: `AsyncCallerParams`
Defined in: [client.ts:166](https://github.com/langchain-ai/langgraph/blob/a7ea5e44ce12e3618d1a766587163afbfe424e04/libs/sdk-js/src/client.ts#L166)
***
### defaultHeaders?
> `optional` **defaultHeaders**: `Record`\<`string`, `HeaderValue`\>
Defined in: [client.ts:168](https://github.com/langchain-ai/langgraph/blob/a7ea5e44ce12e3618d1a766587163afbfe424e04/libs/sdk-js/src/client.ts#L168)
***
### onRequest?
> `optional` **onRequest**: [`RequestHook`](../type-aliases/RequestHook.md)
Defined in: [client.ts:169](https://github.com/langchain-ai/langgraph/blob/a7ea5e44ce12e3618d1a766587163afbfe424e04/libs/sdk-js/src/client.ts#L169)
***
### timeoutMs?
> `optional` **timeoutMs**: `number`
Defined in: [client.ts:167](https://github.com/langchain-ai/langgraph/blob/a7ea5e44ce12e3618d1a766587163afbfe424e04/libs/sdk-js/src/client.ts#L167)