What problem does it solve? Java, Kotlin, and Scala developers who need to call the WebRobot REST API from a JVM service face verbose auto-generated OpenAPI client code and unclear authentication setup. This Skill provides the exact dependency coordinates, auth patterns, and call idioms to consume all 138 endpoints from a Spring Boot, Micronaut, or other JVM application. ## Core Features & Use Cases - Typed DefaultApi access: Call any of the 138 auto-generated OpenAPI endpoints with type safety and IDE autocomplete. - GenericClient facade: Use endpoint-agnostic GET/POST/PUT/DELETE calls with path templating, Jackson DTO mapping, and SSE streaming for job logs. - Auth configuration: Set up API key or JWT bearer authentication via environment variables, with structured error handling through GenericApiException. - Use Case: A backend engineer building a Spring Boot service needs to list WebRobot projects, execute a job, poll until completion, and stream its logs — this Skill scaffolds the full integration code. ## Quick Start Ask the assistant to scaffold Java code using the WebRobot SDK to list projects and execute a job from your Spring Boot application.