@orangecheck/agent-langgraph / FleetClient
Interface: FleetClient
Defined in: index.ts:240
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-apitoken"></a> apiToken | string | Bearer token from /settings § 03 (ock_<hex>). | index.ts:244 |
<a id="property-baseurl"></a> baseUrl? | string | Defaults to https://fleet.ochk.io. | index.ts:242 |
<a id="property-fetch"></a> fetch? | { (input: RequestInfo | URL, init?: RequestInit): Promise<Response>; (input: string | Request | URL, init?: RequestInit): Promise<Response>; } | Optional fetch override for runtimes that need it. | index.ts:248 |
<a id="property-projectid"></a> projectId | string | Project the action belongs to (proj_*). | index.ts:246 |