Skip to content
Discussion options

You must be logged in to vote

Insomnia allows you to sync your collections to the cloud while keeping sensitive information safe. The recommended approach is to use environment variables for secrets like API keys, instead of including them directly in your request headers.

You can reference a variable in your request (for example, {{ api_key }}) and store the actual value in a local environment or sub-environment. When you sync the project, the requests and variable references are saved to the cloud, but the API key value itself remains local and is not uploaded.

“Cloud Sync Project” means the project can be synced, and “Uncommitted changes” indicates local changes that haven’t been pushed yet. Once synced, your reque…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by poojithap11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants