Skip to main content

Workspaces

Workspaces help you organize your work in sajn. Think of them as separate folders or projects within your organization — each with its own documents, contacts, and settings.

Why Use Workspaces?

Separate Projects

Keep different projects or clients completely separate

Team Access

Control which team members can access what

Stay Organized

Manage large volumes of documents without the clutter

What Belongs to a Workspace?

Each workspace has its own isolated set of data:
ResourceDescription
DocumentsAll documents created or imported
ContactsPeople and companies you send documents to
TemplatesReusable document templates
TagsLabels for organizing documents
FilesUploaded PDFs and other files
WebhooksEvent notifications
API TokensCredentials for API access
Data is completely isolated between workspaces. A document in one workspace cannot access contacts from another workspace.

Workspace Properties

Every workspace has:
PropertyDescription
SlugUnique identifier (e.g., sales-team)
NameDisplay name (e.g., “Sales Team”)
ColorVisual identifier in the dashboard
IconOptional icon for quick recognition

Common Use Cases

Multiple Clients

Agencies and consultants can create a workspace for each client to keep their documents and contacts separate.

Departments

Large organizations can have separate workspaces for HR, Legal, Sales, etc.

Projects

Create workspaces for major projects that need their own document workflows.

Workspace Limits by Plan

The number of workspaces you can create depends on your subscription:
PlanWorkspaces
BASIC / SOLO1
TEAM5
ENTERPRISEUnlimited
Need more workspaces? Contact us at hej@sajn.se to discuss your needs.

Working with Workspaces

In the Dashboard

Switch between workspaces using the workspace selector in the top navigation. Your current workspace determines which documents, contacts, and settings you see.

Via API

When using the API, your API token is scoped to a specific workspace. All API operations affect only that workspace’s data.
# Your API token determines which workspace you're working with
curl -H "Authorization: Bearer YOUR_WORKSPACE_TOKEN" \
  https://api.sajn.se/api/v1/documents

Next Steps

Documents

Learn about creating and managing documents

Contacts

Manage your signer contacts