Kiota serves as a versatile client, plugin, and manifest generator tailored for HTTP REST APIs that are defined by OpenAPI specifications. It is accessible both as a command-line utility and a Visual Studio Code (VS Code) extension, providing developers with the ability to efficiently search through API descriptions, filter and choose specific endpoints, and create models along with a methodically chained API surface in multiple programming languages. This innovative solution reduces reliance on varied API clients for different APIs, allowing for the precise crafting of the necessary API surface area. Furthermore, Kiota contributes to the Microsoft Copilot ecosystem by supporting the generation of API plugins, thus enhancing its utility. The VS Code extension enriches the Kiota experience with an intuitive user interface that includes features such as API description searches, endpoint filtering, and client generation. Users can easily pick the endpoints they need and generate not just clients but also plugins and other outputs, all while receiving completion notifications and having straightforward access to generated outputs right within their workspace. This comprehensive functionality makes Kiota a powerful tool for streamlining API interactions and development processes.