| GET | /v1/auth/me | Test authentication |
| GET | /v1/meta/apps | List all apps |
| GET | /v1/meta/{appId}/tables | List tables |
| GET | /v1/meta/{appId}/tables/{tableName}/fields | List fields |
| POST | /v1/data/{appId}/tables/{tableName} | List records |
| POST | /v1/data/{appId}/tables/{tableName} | Search/filter records |
| POST | /v1/data/{appId}/tables/{tableName}/{recordId} | Get record by ID |
| POST | /v1/data/{appId}/tables/{tableName}/records | Create record |
| PUT | /v1/data/{appId}/tables/{tableName}/records | Update record |
| DELETE | /v1/data/{appId}/tables/{tableName}/records | Delete record |