API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/servers/availableβ Browse rental marketplace - POST
/api/v1/servers/{id}/rentβ Rent server - GET
/api/v1/serversβ List user servers (alias for /rentals) - GET
/api/v1/servers/{id}β Get server details (alias for /rentals/:id)
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help