kapi brand rewrite
kapi rewriteRewrite text to comply with a brand voice profile
Watch it
brand rewrite needs network access, an API key, or local system access, so it can’t run in the browser playground.See the guides for a recorded run, or try it locally with the installed CLI.
Flags
| 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 rewrite (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 | |
| --name | string | named resource in KAPI_HOME (e.g. --name project-terms) | |
| --pack | string | built-in starter pack name | |
| --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 project recipe (auto-discovered from cwd if omitted) | |
| --provider | string | AI provider (default: anthropic) |
← Back to the Command Reference