@orangecheck/agent-anthropic / FleetClient
Interface: FleetClient
Defined in: index.ts:153
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-apitoken"></a> apiToken | string | Bearer token from /settings § 03 (ock_<hex>). | index.ts:157 |
<a id="property-baseurl"></a> baseUrl? | string | Defaults to https://fleet.ochk.io. | index.ts:155 |
<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 (Node 18 LTS w/o global fetch, etc). | index.ts:161 |
<a id="property-projectid"></a> projectId | string | Project the action belongs to (proj_*). | index.ts:159 |