Create and manage workspaces via the AmDital API.
POST ${API_URL}/v1/workspaces
{
"name": "My Agency",
"slug": "my-agency",
"plan": "starter"
}Returns workspaces the authenticated user is a member of.
GET ${API_URL}/v1/workspacesModify workspace name, slug, custom domain, or feature flags via PATCH ${API_URL}/v1/workspaces/:id.