@lukas.grabmeir it sounds like I’ve been putting together a similar environment for my organization–Dev, Test, Prod UiPath tenants, git PRs and pushes trigger pipelines for pre-merge validation, build and deploy etc.
And while I’ve worked out methods to ensure that the whatever necessary Orchestrator objects (folders, assets/credentials, buckets, queues, etc) get configured on Test and Prod via the pipeline, Integration Service Connections are something that I can’t find any way to interact with programmatically.
I was able to find an undocumented api here that looks like it might be what I’d like to use https://cloud.uipath.com/{organization}/{tenant}/connections_/swagger/index.html#/ but I’m flying blind and will have to come up with workarounds to solve problems similar to the ones that you’re describing.