how does api/ work, how to expose http to all to hit, ideally with better auth
actions, start with $ . actions that are dev/test only start with $$
route data is just $indexRoute or $routeNameWithDashRoute (ending with Route)
mutations are $updateThing
queries are $getThing
creation are $createThing
other things can just be $sendEmail or something