Skip to content

Documentation / @agentick/cli / CLIConfig

Interface: CLIConfig

Defined in: cli.ts:12

CLI configuration

Extended by

Properties

debug?

optional debug: boolean

Defined in: cli.ts:26

Enable debug mode


headers?

optional headers: Record<string, string>

Defined in: cli.ts:29

Custom headers


sessionId?

optional sessionId: string

Defined in: cli.ts:17

Session ID (optional - server will create one if not provided)


streaming?

optional streaming: boolean

Defined in: cli.ts:23

Enable streaming (default: true)


token?

optional token: string

Defined in: cli.ts:20

Authentication token


url

url: string

Defined in: cli.ts:14

Server URL

Released under the ISC License.