Tools
Swizzle provides several tools in your backend.
Test
Use this window to send mock requests to your endpoints. You can simulate requests from specific users, add parameters, and see responses easily.
Secrets
Use this window to add secrets to your project. These are values that are sensitive (like API keys) and shouldn't be easily visible. Be mindful - they are encrypted. You can change secrets but you cannot see a production secret after you set it.

Packages
Use this window to add and remove NPM packages. You'll still need to import the package into whatever file you're working in.

Last updated