I created a bot in my own sandbox using Circuit JS SDK.
self.client = new Circuit.Client({
client_id: config.client_id,
client_secret: config.client_secret,
domain: config.domain,
autoRenewToken: true
});
Here domain value was "circuitsandbox.net"
Now I want to connect it with bot's account in real Circuit Enterprise domain. What value should I use for domain now? How can I find this if I'm not an administrator of domain?