This Reboot Application API is Ready to Serve Traffic

If you are the administrator of this application, you may click here to inspect its state.

If you are using React to build a web application, you can wrap your app with the RebootClientProvider component to allow your App to call the Reboot generated custom hooks:


      

You can call into your Reboot application from outside of the application itself using the generated code and an ExternalContext:

From Node.js:


      

From Python:


      

For more information, consult the Reboot documentation.