A new datumctl api proxy command gives you a local authenticated gateway to the Datum Cloud API — point any tool at localhost and it talks to the platform with zero token plumbing.
What's new
datumctl api proxy— starts a loopback proxy that injects your session credentials on every request and refreshes them transparently, so a dev server, test harness, orcurlcan talk to the Datum Cloud API without ever handling a token. Supports--project/--organizationscoping to a single control plane, passes through Kubernetes-style watches and SSE unbuffered, and binds to127.0.0.1only with Host-header validation against DNS rebinding. Seedocs/api-proxy.md. (#247)
Full Changelog: v0.17.4...v0.18.0