I have a Wix site with Corvid (aka "Dev mode") enabled. My backend code uses some API keys to connect to Twilio. I use local mode to edit my code, and I check it into git. For obvious security reasons, I want to keep the API key out of my code.
The usual solutions like keeping my secrets as environment variables do not apply because I have no access to the environment at Wix.