kitaru insight create
Create a batch of insights for one agent.
Usage
kitaru insight create [OPTIONS]Supported --output modes: auto, text, json.
Options
| Name | Type | Required | Description |
|---|---|---|---|
--agent | reference | Yes | Agent UUID or case-sensitive name. |
--insight | JSON[] | Yes | Insight JSON object; repeat for each created insight. |
--idempotency-key | string | No | Retrying this exact invocation with the same key returns the original result instead of acting twice. |
Every command also accepts the global options listed on the CLI overview page.