Workspace

Workspace settings

Read and update workspace settings through the authenticated API.

Workspace settings are protected control-plane resources. They are separate from CDN delivery URLs and asset transformations.

Authentication: management API endpoints require a Clerk bearer token.https://api.vyso.io/v1/...

Endpoints

GET/v1/settings/workspace

Read workspace settings

  • Returns the settings object for the authenticated workspace.
PATCH/v1/settings/workspace

Update workspace settings

  • JSON body: { "workspace": { ... } }. The current route validates that a workspace object is provided.