© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to add RESTful operations like GET, POST, and DELETE to TypeSpec API plugins with Adaptive Cards.
When adding new CRUD operations to an existing TypeSpec API plugin
When implementing Adaptive Card visualizations for API search results
When adding confirmation dialogs to destructive API actions like DELETE or PATCH
Define the service and data models using TypeSpec syntax
Add operations with decorators like @get, @post, @route, and @query
Create Adaptive Card JSON files for rich data visualization in Copilot
Configure @capabilities for confirmation dialogs on sensitive operations
You
I need to add a DELETE operation to my items API with a confirmation warning.
Agent
I will add a '@delete' operation to your ItemsAPI namespace at the '/items/{id}' route. I'll also include a '@capabilities' decorator with an Adaptive Card confirmation that shows a warning emoji and asks 'Are you sure you want to delete item #{{id}}?' to prevent accidental data loss.
Gives your agent the ability to generate TypeSpec API plugins with REST operations, authentication, and Adaptive Cards.
Gives your agent the ability to create comprehensive, interactive, and developer-friendly API documentation using OpenAPI and Swagger standards.
Gives your agent the ability to generate complete TypeSpec declarative agents with instructions and custom capabilities for Copilot.
Gives your agent the ability to design high-quality RESTful and GraphQL APIs following industry best practices and OpenAPI standards.
Gives your agent the ability to create well-structured ASP.NET Minimal API endpoints with strong types and comprehensive OpenAPI/Swagger documentation.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.