Creating a Workspace
Check slug availability
Choose a unique slug for your workspace subdomain (e.g.,
acme for acme.featul.com).The API endpoint workspace.checkSlug verifies if your desired slug is available. Some slugs may be reserved or already in use.Provide workspace details
Fill in the required information:
- Name: Your workspace display name
- Slug: URL-friendly identifier for your subdomain
- Domain: Your company website (used to fetch logo automatically)
- Timezone: Default timezone for timestamps
Your workspace logo is automatically fetched from your domain’s favicon. You can customize it later in branding settings.
Workspace Information
Each workspace includes:- ID: Unique identifier (prefixed with
fl) - Name: Display name shown across the platform
- Slug: Subdomain identifier (e.g.,
acme.featul.com) - Domain: Primary company website
- Owner: User who created the workspace
- Plan: Current subscription tier (free, starter, professional)
- Timezone: Default timezone (UTC by default)
Managing Workspace Settings
Update Workspace Name
Change your workspace display name at any time:Requires
canManageWorkspace permission or workspace owner role.Update Timezone
Set the default timezone for your workspace:Workspace Plans
Featul offers three subscription tiers:- Free: Basic features with limited customization
- Starter: Custom domains, advanced branding, data imports
- Professional: All features, advanced analytics, priority support
Data Management
Export Workspace Data
Export all feedback posts to CSV format:- Post ID, title, description, and status
- Upvote counts and board names
- Author information
- Images and attachments
- Creation and update timestamps
Import Data
Import feedback from CSV or migrate from other platforms:Platform imports (Canny, Nolt, ProductBoard) require Starter or Professional plans.
Deleting a Workspace
Permanently delete your workspace and all associated data:Permissions Required
Most workspace management operations require either:- Workspace owner role
- Admin role with
canManageWorkspacepermission