General settings
Workspace settings are available from the Settings section of the sidebar. The general settings let you configure your workspace name, which appears throughout the Plane interface and in communications to your team. To update your workspace name, navigate to Settings > Workspace and edit the name field. Only admins can modify workspace settings.Company information
Your company information is tied to the organization within your workspace. This includes details that Plane uses for compliance, payroll, and legal documents:- Company legal name
- Address and jurisdiction
- Employer identification numbers and tax IDs
- Funding source for payroll and payments
Some company information fields are locked after your first payroll run because they are tied to regulatory filings. Contact support if you need to make changes to locked fields.
Sandboxes
Sandboxes let you test Plane’s features without affecting your live data. A sandbox creates a separate test workspace linked to your primary workspace. You can use it to experiment with API integrations, test onboarding flows, or explore features before rolling them out. Each sandbox:- Has its own workers, payroll, and settings—completely isolated from your live workspace
- Is automatically provisioned when created
- Can be named for easy identification (Plane generates a default name if you do not provide one)
Multiple workspaces
Each Plane account can have access to multiple workspaces. This is useful if you manage separate legal entities or business units that need independent payroll and team configurations. Each workspace operates independently with its own:- Workers and organizational structure
- Pay schedules and bank accounts
- Documents, compliance, and settings
- API keys and integrations
API access
Plane provides a REST API for programmatic access to your workspace data. API keys are scoped to a single workspace and are managed from Developers > API keys.Managing API keys
Create an API key
Navigate to Developers > API keys and click Create key. Give the key a name that describes its purpose (for example, “HRIS sync” or “Payroll automation”).
Copy the key
The full API key is shown only once at creation time. Copy it and store it securely. Plane stores only the key digest, so the plaintext key cannot be retrieved later.
Use the key
Include the API key in the
Authorization header of your API requests. See the API reference for authentication details.Webhooks
Webhooks let Plane push event notifications to your systems in real time. Instead of polling the API for changes, you register a URL and Plane sends HTTP POST requests when events occur—like a worker being onboarded, a payment being processed, or a payroll run completing. Webhook configuration is managed from Developers > Webhooks. Plane connects to an external management portal where you can configure endpoints, select event types, and view delivery logs. For details on webhook event types and payload formats, see the API reference.Permissions
Workspace settings are restricted by role:- Admins can view and modify all workspace settings, create API keys, manage sandboxes, and configure webhooks
- Viewers can view workspace settings but cannot make changes
- Managers and workers do not have access to workspace settings
Can I rename my workspace?
Can I rename my workspace?
Yes. Navigate to Settings > Workspace and update the name. The change applies immediately across the Plane interface.
Is sandbox data completely separate from my live workspace?
Is sandbox data completely separate from my live workspace?
Yes. Sandboxes create a fully isolated test workspace. Workers, payroll runs, and settings in a sandbox do not affect your live data.
How many API keys can I create?
How many API keys can I create?
There is no hard limit on the number of API keys per workspace. Create as many as you need for different integrations and services, and delete any that are no longer in use.