Orchestrator programmatically

So i want to run a job or to add a new robot programmatically. Is there any way to do that?

Check out the Orchestrator APIs. Everything that you can do in Orchestrator is exposed - bear in mind a “robot” is usually a machine so will that machine already exist?? If so, and you’re just talking about connecting this should be doable.

RD

not only connecting, create a new one. I want to know if what I can do in Orchestrator, can I do it with the API? GET, PUT, POST, DELETE.
Can I start from my code a job

Hi @nemtutruben

Here is the API Guide for the 2018 version of orchestrator
https://orchestrator.uipath.com/v2018.1/reference

2 Likes

ohh man thanks this is what i need