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

@orangecheck/agent-anthropic


@orangecheck/agent-anthropic / FleetClient

Interface: FleetClient

Defined in: index.ts:153

Properties

PropertyTypeDescriptionDefined in
<a id="property-apitoken"></a> apiTokenstringBearer token from /settings § 03 (ock_<hex>).index.ts:157
<a id="property-baseurl"></a> baseUrl?stringDefaults to https://fleet.ochk.io.index.ts:155
<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 (Node 18 LTS w/o global fetch, etc).index.ts:161
<a id="property-projectid"></a> projectIdstringProject the action belongs to (proj_*).index.ts:159