Workspaces
Multi-brand and client management system
Workspaces are the foundation of your Missinglettr setup. Each workspace represents a brand, client, or project you manage.
What is a Workspace?
A workspace is an isolated container that organizes everything for one brand or client:
- Social Accounts - Connect platforms like Twitter, LinkedIn, Facebook
- Post Windows - Define when posts can be scheduled
- Campaigns - Group related content into themes
- Post Queue - Manage drafts and scheduled posts
- Analytics - Track performance metrics
Multi-Workspace Management
Many users manage multiple workspaces from one account:
- Agencies - One workspace per client
- Brands - Separate workspaces for different product lines
- Personal - Different workspaces for different content niches
Key Features
🌍 Timezone Support
Set the timezone for each workspace. Posts are scheduled in that workspace's local time.
👥 Team Collaboration
Invite team members to specific workspaces (available on team plans).
🔒 Data Isolation
Each workspace's data is completely separate. No cross-contamination.
📊 Separate Analytics
View performance metrics individually for each workspace.
Creating Your First Workspace
When you sign up, a default workspace is automatically created. To create additional workspaces:
- Go to Console → Workspaces
- Click Create Workspace
- Enter a name (e.g., "Acme Corp" or "Travel Blog")
- Set the timezone
- Configure your post windows and connect social accounts
API Access
All API requests require a workspace_id. This tells the API which workspace you're working with:
GET /v1/workspaces/{workspace_id}/posts/Learn more in the Workspaces API Reference.