This path focuses on creating the server-side logic for the APIs you have designed. The AI uses the rich context you've already provided to build a functional endpoint.
API Specification - You begin by choosing the specific API endpoint you want to generate from the list of specs you have created. This provides the AI with the complete API contract: the HTTP method, URL path, parameters, and the exact structure of the request and response bodies.
Database Schema - Next, you select the relevant database table(s) that this API will interact with. This tells the AI how to structure its database queries, which data models to use, and how to handle the data persistence layer.
Generate Code - With the technical specs and business rules combined, the AI generates the complete backend code. The result is an endpoint that not only handles requests and database interactions correctly but also implements the specific business logic you defined, making the code significantly more accurate and useful.