Feature matrix
| Feature | How to enable | Error when disabled |
|---|---|---|
| Draft spaces | Git versioning (not none) | 501 |
| Claims | Claim store at bootstrap | 503 |
| Audit log | [audit] enabled = true | 501 |
| Vector search | [search.vector] enabled = true | 503 |
| Webhooks | [webhooks] enabled = true | Empty CRUD |
| Schema enforcement | [schema] enforce = true | Writes pass without validation |
| Graph analytics | Link index available | 503 |
| Import connections | Store init success | [] from list endpoint |
Enabling subsystems
Drafts
Drafts
Drafts require git-backed branches. Ensure versioning is not See Draft spaces.
none:.kiwi/config.toml
Claims
Claims
Task claims prevent two agents from editing the same path concurrently. The claim store is wired at bootstrap when the server detects the feature is needed.See Claims.
Audit log
Audit log
Vector search
Vector search
.kiwi/config.toml
Schema enforcement
Schema enforcement
.kiwi/config.toml
.kiwi/schemas/.See Schemas.Related documentation
Configuration
Full config.toml reference.
API overview
Auth and error conventions.