Java-Action-Web is an add-on library for the LightJason agent framework that embeds a minimal HTTP server to turn agent actions into web services. Each agent behavior can be annotated and exposed directly as a RESTful endpoint, supporting JSON payloads for input and output. It handles both synchronous and asynchronous action invocations, provides configurable routing, and allows optional middleware for authentication or logging. This enables external applications, dashboards, or devices to interact with agents via simple HTTP calls without custom adapters.