With Bosbec, you can build a fully customized service with its own GUI, where all logic and data handling are managed through Bosbec APIs and Workflows. An efficient approach is to use AI both to define the required API calls and to generate the user interface.
1) Define the Required API Calls (with the Help of AI)
Start by describing the service you want to create and let AI help identify the necessary API calls.
Example: Staffing Service
- API call to list all people/resources
- API call to list available or relevant time slots/shifts
- API call to retrieve all responses/acceptances for time slots
- API call to create/update bookings and statuses
- API call to display history and logs (if relevant)
The result is a clear API specification aligned with your service’s functionality.
2) Build the Necessary API Workflows in Bosbec Workflow Builder
Once the required calls are defined, implement them as workflows in Bosbec. This encapsulates business logic, validation, permissions, and data integrations in a controlled way.
This provides:
- clear structure and reusable logic
- standardized calls that are easy to maintain
- full alignment with Bosbec’s security and authorization model
3) Generate the GUI by Feeding AI Your Actual API Calls
When the workflows/API calls are ready, provide their definitions (endpoint descriptions, payloads, example responses) back to the AI service. Ask the AI to generate HTML/GUI code that:
- displays lists and detail views (e.g., people, shifts, responses)
- handles forms and status flows (e.g., accept/decline time slots)
- performs correct API calls with proper parameters and error handling
4) Use Bosbec’s Built-in Login for Authentication
To save time and avoid building your own authentication, you can use Bosbec’s native login functionality. This ensures the solution follows the platform’s standards for authentication and access control.
5) Publish the HTML Code as a Bosbec Service
Finally, place the generated HTML code into the Bosbec service. The result is a tailored GUI powered by Bosbec’s underlying capabilities—without the need to build a separate backend layer.
Why This Approach Makes Sense
With this method, you get a customized service that:
- is built on Bosbec’s proven functionality and APIs
- follows platform security, authorization, and data protection standards
- simplifies GDPR compliance through centralized data handling
- provides stability, supportability, and reduced technical debt over time
- can be developed quickly, with AI assisting both requirements definition and UI generation
Summary
By combining Bosbec’s APIs, Workflow Builder, and built-in authentication with AI-assisted design and UI generation, organizations can rapidly create secure, fully customized services with minimal technical overhead—while maintaining compliance, scalability, and long-term maintainability.





