@orangecheck/agent-openai / FleetClient
Interface: FleetClient
Defined in: index.ts:211
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-apitoken"></a> apiToken | string | Bearer token from /settings § 03 (ock_<hex>). | index.ts:215 |
<a id="property-baseurl"></a> baseUrl? | string | Defaults to https://fleet.ochk.io. | index.ts:213 |
<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:219 |
<a id="property-projectid"></a> projectId | string | Project the action belongs to (proj_*). | index.ts:217 |