storagebox raw request
storagebox_requestMake requests to Hetzner Storage Box API endpoints using relative paths. Supports read and write operations with cost guards for billed resources.
Instructions
Call any Hetzner Storage Box (api.hetzner.com) endpoint directly. Use a relative path like /servers. Reads are free. Writes obey the read-only and cost guards. If an endpoint you need is missing or misbehaving, use the contribute_or_report tool to open a prefilled issue or pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for write methods, as a JSON object, for example {"name":"web1","type":"spread"}. A JSON string is also accepted and parsed. | |
| path | Yes | Relative API path, for example /servers or /servers/123. | |
| query | No | Query string parameters. | |
| method | No | HTTP method. Defaults to GET. | |
| confirm | No | Must be true to create a billed resource. Reads and free resources do not need it. | |
| verbose | No | Return the full payload. Default false returns a compact, token-efficient view. |