Bubble API Connector - Development/Production URLs

When using the API Connecter plugin, the plugin will make calls to the same URL regardless of whether its in the live branch or not. There’s no separation between dev and prod that I can find, besides accounting for it each time the API is called. I would love something within the plugin itself, maybe a “dev url” and “live url”, so I can distinguish between the two different APIs I currently use. That way, I’ll be able to fully run my Bubble application in development mode, without fear that I’m making calls to my production API.

A valid workaround I know is to add something like “version” as a path parameter, then set it to “dev” or “live” every time we make an API call using “Isn’t live version.” I’m working with a legacy system, though, so doing that feels like an unnecessarily tedious solution.