What is a workspace?
A workspace represents your organization or brand in Voyant. It contains all your products, bookings, customers, and settings. Each API key is tied to a single workspace, so all your API calls automatically operate within that workspace.You don’t need to specify a workspace in your API requests. Your API key determines which workspace you’re operating in.
Live vs Sandbox
Workspaces come in two types:Working with multiple workspaces
Common patterns for organizing workspaces:- Live + Sandbox: One for production, one for testing
- Multi-brand: Separate workspaces for each brand (e.g., “Luxury Escapes” and “Budget Adventures”)
- Regional: Separate workspaces by region with different currencies and tax rules
- B2B/B2C: Different workspaces for direct sales vs wholesale partners
- Products and departures
- Bookings and customers
- Tax and payment settings
- Team members and permissions
- Branding configuration
API key scoping
Each API key is permanently tied to one workspace:Team roles
Users can have different roles per workspace:Limitations
- You cannot query across multiple workspaces in a single API call
- API keys cannot be shared between workspaces
- Moving data between workspaces requires export/import or support assistance
Next steps
Authentication
Generate and manage API keys
Rate limits
Understand request limits
Quickstart
Make your first API call