Accessing API Keys
Admins can view and generate the Tightknit API keys from Settings > Integrations > API Keys in the Studio.
Creating a New API Key
Click the Create API key button to generate a new API key. Give your key a descriptive name and select the permissions for the APIs the key should have access to.
Your key secret will be displayed once and will be in the format sk_*.
You will only be shown the key secret once, so make sure to save it somewhere
safe such as a password manager.
API Key Introspection
You can inspect the current API key’s details by calling GET /admin/v0/api_key/me. This returns the key’s type, associated community, and granted permissions. This is useful for verifying that your key has the required permissions before making other API calls.
If your API key is missing a permission required by an endpoint, the API returns a 403 response with an INSUFFICIENT_SCOPE error code and a hint listing the permission that was required and the permissions your key currently has.
See the API Reference for full endpoint details.
Legacy API Keys
Legacy API keys with the tk-* format are deprecated and will be removed in a future release. Please create new API keys and migrate your integrations.