RESTful API with gateway signature authentication for secure inter-service communication.
/api/health- Health check (public)/api/v1/me- User info (protected)/api/v1/widgets- List widgets (protected)/api/v1/widgets- Create widget (protected)/api/v1/widgets/:id- Get widget (protected)/api/v1/widgets/:id- Update widget (protected)/api/v1/widgets/:id- Delete widget (protected)/api/debug/headers- Debug headers (public)