Nomirun Host comes with Swagger documentation out of the box.
Swagger endpoint is exposed on the
HttpPort, read more here.

In my example the HttpPort is set to 5350 and I can go to the http://localhost:5350/swagger on my machine. By default, the swagger is protected by a username user and password pass.
You can change those in the Nomirun.Host.Config.json:
...
"Swagger": {
"Username": "user",
"Password": "pass"
},
...We recommend you to use our AI capabilities to generate rich Swagger documentation.