Calling Compute Modules Directly From Dev Console Applications

We want to directly call compute module functions by hitting the contour-backend-multiplexer endpoints, from a react-based developer console application deployed via a devops product that packages the compute module. Some issues:

  • There does not seem to be a way to give the deployed-apps:submit scope to the dev console app’s platform SDK. Is there any way around this?
  • How can we discover the deployedAppRid of the compute module from within the dev console app?

Thanks for any help you can give on this!