Full reference for every Tinybox HTTP endpoint, grouped by resource.
Tinybox exposes two top-level resources: objects (the binary blobs you store) and buckets (the namespaces that group them). Every endpoint returns JSON, accepts JSON for write operations, and observes the standardized error envelope documented in Errors.
All endpoints honor the Authorization: Bearer … header described in
Authentication.