Workspace attributes
An attribute is a field that your workspace keeps on every contact. It appears on each contact profile, in the inbox rail, and in the API. You do not need a release to add one.
Settings, Attributes: the fields this workspace keeps on a contact.
1
Select Add attribute
Open Settings → Attributes and select Add attribute.
2
Write the label
The label is what a teammate reads, for example
Package. You can change
a label at any time.3
Check the API name
The API name is the key a script sends, for example
package. Kai derives
it from the label, and you can edit it here. It cannot be changed later, so
a renamed label never breaks your nightly sync.4
Choose the type
Text, Number, Yes / no, Date, Choice, Link, Email or Phone. A Choice
attribute also takes its options, separated by commas.
Kai never sends an attribute value to a customer on its own. Attributes
inform your team and your own systems.
API keys
An API key lets your own systems push, update, assign and export contacts. Open Settings → API.
Settings, API: the keys this workspace holds.
kai_ marker is what a secret scanner matches. The id is the lookup
handle, and the list shows it so you can recognise a key. The secret is 32
random bytes.
1
Select Create API key
Only an owner or an admin can create a key.
2
Name it after its job
For example
Nightly CRM sync. The name stays in the list after a revoke,
so the audit trail stays complete.3
Select its permissions
contacts:read, contacts:write, attributes:read, attributes:write,
members:read. Give a key the smallest set its job needs. A write
permission includes its read permission.4
Copy the key
Store it in your secret manager. Select Revoke beside a key to stop it
working; the next request with it returns 401.
Authentication
The header, the errors, and how a key is revoked.
Quickstart
Make a key and push your first contact.
Data controls
Open Settings → Data controls.
Settings, Data controls: what Kai holds, and how to erase the raw uploads.
What Kai stores
Kai holds three kinds of data.- The raw uploads. The chat export files exactly as you sent them, plus the map that reverses their redactions.
- The compiled Brain. The answer library, the conversation flows, the human handoff rules, the communication rules, the brand voice and the current information. It holds no personal data.
- Live conversations. The messages your channels deliver, the contacts behind them, and every action Kai took with its reasoning.
Personal data becomes a placeholder
Kai replaces every phone number, email address and payment reference with a placeholder before anything reaches a model. This happens during the import, before the first model call. The same value always becomes the same placeholder, so Kai still learns the pattern without holding the value. The map that reverses the placeholders stays on your own server.Erase raw uploads
Select Erase raw uploads, then confirm. Kai deletes the original exports and the map that reverses their redactions.
Only an Admin can erase. A retrain reads earlier
uploads to reuse their labels, so erase when you no longer need the history,
not before your first retrain.
Next
People and permissions
Who can create a key, and who can erase.
Best practices
The rules that keep a Brain worth trusting.