Skip to main content
The FiveMesh SDK will wrap common API workflows for service keys, CDN uploads and Cache operations. Until the SDK package is published, use the API reference pages and keep API calls server-side.

Planned coverage

AreaPlanned helpers
AuthenticationService key configuration and request helpers.
FiveMesh CDNPresigned upload preparation, object listing, deletion and purge helpers.
FiveMesh CacheCache state, purge and preload helpers for registered servers.

Current integration path

For new integrations, use server-side HTTP calls with scoped service keys.
FIVEMESH_API_URL="https://..."
FIVEMESH_API_KEY="..."
Keep the API URL and service key in server-only configuration. Client code should receive temporary upload targets or public asset URLs, not service keys.