Settings

Admins & API keys

Admins manage the tenant. API keys let trusted external systems call clmSpace on your behalf.

Admin role

Users with the admin role can manage bindings, edit the playbook, verify AI suggestions, and issue API keys. Non-admins can view the workspace and verify obligations assigned to them in the Review queue, but cannot edit shared state.

Issuing an API key

  • Open Settings → API keys.
  • Click Generate key; give it a label (e.g. “HubSpot sync”).
  • Copy the key. It is shown once.

Using a key

Send the key as Authorization: Bearer <key> on every request. The key is scoped to the tenant that issued it.

Treat keys like passwords
Keys grant full tenant-scoped read/write. Rotate after a leak. Keys are stored hashed; clmSpace cannot retrieve a lost key, so generate a new one.