API Design Library

I have been using Laravel Orion to build APIs in PHP projects and have found it extremely useful.

Now I’m diving into a Rails project and wondering if there is something similar to Laravel Orion for Rails.

I am looking for a single gem that comes with well-established concepts for configuring APIs, covering essential functionalities like filtering, sorting, pagination, searching and batch actions.

Does anyone have any recommendations or suggestions?