- Step1: Clone or add the Java-Action-Web dependency to your project.
- Step2: Define LightJason agent actions and annotate them with the provided REST annotation.
- Step3: Configure the embedded web server port and context in your application settings.
- Step4: Register your agent classes with the Action-Web runtime on startup.
- Step5: Launch the application—endpoints become available at /actions/{actionName}.
- Step6: Invoke actions via HTTP requests (GET/POST) with JSON bodies and inspect JSON responses.