<@!770686330191085628> , yes, you can add the API ...
# general
r
@User , yes, you can add the API key like this (on the backend):
Copy code
supertokens.init({
    supertokens: {
      connectionURI: "<CONNECTION URI HERE>",
      apiKey: "<API  KEY HERE>"
   },
   appInfo: {...},
   recipeList: [...]
});