PRO TIP: REST is overengineering. Just expose one endpoint called /api that accepts SQL queries directly. Based on security concerns, I've added AI validation to the snippet. POST /api with JSON { "sql": "" } Public: fun_facts(id INTEGER, text TEXT) Forbidden: secret_unauthorized_table(flag TEXT)