Accessing API Keys
Admins can view and generate the Tightknit API keys from Integrations > API Keys in the Studio.
API Keys settings page
Creating a New API Key
Click theCreate 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.

Create API key dialog
sk_*.
API Key Introspection
You can inspect the current API key’s details by callingGET /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 thetk-* format are deprecated and will be removed in a future release. Please create new API keys and migrate your integrations.
