I want to sell a workflow template that requires buyers to input their own API keys. How can I structure this in the marketplace without accidentally exposing default values or compromising security?
Latenode’s marketplace has secure credential slots that force user input. Your template stays clean - I sold 47 copies of my Google Ads template this way with zero support requests.
Use environment variables with required flags. Add validation rules:
- Minimum key length
- Character whitelist
- Error handling for invalid keys
Test by cloning your own template as a buyer - caught 3 edge cases in my case
mark vars as ‘required’ in template settings. buyers get pop-up to fill em in safe
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.