API keys
Every request to the TeamAI API must include an API key in thex-teamai-api-key header:
Publishable chatbot embed keys used by the Embed SDK
are not valid for the REST API and are rejected with
401 not_authenticated.Key lifecycle
- Keys do not expire, but they stop working if the member they belong to is removed from the workspace.
- Revoke a key at any time by deleting it from the same settings page where it was created.
- Rotate keys by creating a replacement key first, migrating your integration, then deleting the old key.