workspace_id
uuid
Primary key for identifying a workspace.
owner_user_id
uuid
References the main user or admin (often linked to auth.users.id if using Supabase Auth).
encrypted_api_key / hashed_api_key
bytea / text
Securely store API credentials.
dns_name
text
Optional custom domain reference.

A single Workspace can contain multiple Integrations, End Users, and Tokens.