live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/agent-langgraph


@orangecheck/agent-langgraph / FleetClient

Interface: FleetClient

Defined in: index.ts:240

Properties

PropertyTypeDescriptionDefined in
<a id="property-apitoken"></a> apiTokenstringBearer token from /settings § 03 (ock_<hex>).index.ts:244
<a id="property-baseurl"></a> baseUrl?stringDefaults to https://fleet.ochk.io.index.ts:242
<a id="property-fetch"></a> fetch?&#123; (input: RequestInfo | URL, init?: RequestInit): Promise&lt;Response>; (input: string | Request | URL, init?: RequestInit): Promise&lt;Response>; &#125;Optional fetch override for runtimes that need it.index.ts:248
<a id="property-projectid"></a> projectIdstringProject the action belongs to (proj_*).index.ts:246