.. _web: Orb Web ======= Orb currently provides a simple Web interface into the currently active node. To spawn the web interface: .. code:: bash $ orb web serve # --help Else you can view these pages live for `regtest.cln.lnorb.com `_ and `signet.lnd.lnorb.com `_. .. image:: https://s3-us-east-2.amazonaws.com/lnorb/docs/Orb_2022-09-01_12-42-54.png :align: center :width: 800px The Swagger UI is also availble: - `regtest.cln.lnorb.com/docs `_ - `signet.lnd.lnorb.com/docs `_. .. image:: https://s3-us-east-2.amazonaws.com/lnorb/docs/FastAPI_-_Swagger_UI_2022-09-10_11-06-59.png :align: center :width: 800px Over the coming months, we'll build out the HTTP REST API some more.