kapi brand check
kapi checkScore text against a brand voice profile
Try it (demo)
Demo mode — illustrative output from a built-in stub, not a real model. Install the CLI to run with your own API key.
kapi brand checkFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --ai | bool | false | use an LLM provider in addition to rule-based checks |
| --api-key | string | API key for the AI provider | |
| --channel | string | apply channel-specific overrides | |
| --credential | string | saved credential name (see 'kapi credentials list') | |
| --file | string | explicit path to resource file | |
| --input-text | string | text to check (use "-" or omit to read stdin) | |
| --json | bool | false | output results as JSON |
| --local | bool | false | use resource in current directory |
| --locale | string | apply locale-specific overrides | |
| --min-score | int | 0 | fail (non-zero exit) when the score is below this threshold |
| --name | string | named resource in KAPI_HOME (e.g. --name project-terms) | |
| --pack | string | built-in starter pack name | |
| --persona | string | apply an author persona's overrides (within brand guardrails) | |
| --profile | string | brand voice profile name in the local store | |
| --profile-file | string | path to a standalone profile YAML | |
| --project, -p | string | path to a kapi.yaml project recipe or its directory (auto-discovered from cwd if omitted) | |
| --provider | string | AI provider (default: anthropic) |
← Back to the Command Reference