Back to Changelog
External API

v1.0.10

Minor Release Released August 13, 2026

Add per-account resource usage endpoint and file upload endpoint to the external API.

New Features

2
  • Added GET /v1/accounts/:id/resource-usage returning the account CPU/RAM sample from resource usage history (scope accounts:read).
  • Added POST /v1/files/upload for multipart file uploads with home-directory path validation (scope files:write).

Improvement

1
  • HMAC request signing now excludes multipart/form-data bodies and streams uploads instead of buffering them in memory.
See the Demo