We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How generate RESTfull CRUD API?

Every project need write all api from scratch no code generation from dev tools. The CRUD tools generate only old type access with html. It's big problem when you create single page applications.

well you just need to creat your own. i had no problem creating controllers and rtc for a CRUD with each action with thwre own endpoint so its better this way