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

@orangecheck/agent-openai


@orangecheck/agent-openai / FleetClient

Interface: FleetClient

Defined in: index.ts:211

Properties

PropertyTypeDescriptionDefined in
<a id="property-apitoken"></a> apiTokenstringBearer token from /settings § 03 (ock_<hex>).index.ts:215
<a id="property-baseurl"></a> baseUrl?stringDefaults to https://fleet.ochk.io.index.ts:213
<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:219
<a id="property-projectid"></a> projectIdstringProject the action belongs to (proj_*).index.ts:217