About
This skill streamlines the integration of custom C# APIs with the Umbraco backoffice frontend by automating the setup of a generated OpenAPI client. It solves the critical challenge of handling Umbraco's bearer token authentication, preventing common 401 Unauthorized errors that occur with raw fetch calls. By leveraging @hey-api/openapi-ts and Umbraco's internal authentication context, this skill provides developers with a production-ready pattern for building secure, type-safe communication layers between backend C# controllers and the TypeScript-based backoffice UI.