Typed SDK
Use @alphayard/unibox-sdk for typed workspace, file, search, upload, folder, and related operations.
Obsi Drive · Developers
The typed SDK, REST API, and OpenAPI use the same workspace model as the app, while automated traffic is bounded separately from normal storage behavior.
Use @alphayard/unibox-sdk for typed workspace, file, search, upload, folder, and related operations.
Use the /api/v1 surface for workspaces, files, folders, search, quota, analytics, and supported file delivery.
Use the generated API document as a machine-readable reference for clients and tooling.
API keys, proxied transfer, and costly operations are bounded by plan limits, application circuit breakers, and optional spend caps.
Install @alphayard/unibox-sdk or use the REST API directly.
Choose a signed-in session or supported API key and explicit application/workspace context.
Configure an optional monthly cost cap before high-volume automation.
Start with list or search requests, then add uploads and delivery only as the workflow needs them.
npm install @alphayard/unibox-sdkGET /api/v1/workspaces/:workspaceId/filescostCap + transferLimit + scopedKeyAutomation stops at configured safety limits instead of silently creating overage.
Obsi Drive