Skip to main content
A workspace is your team’s complete AI environment in Dify. It contains and isolates everything your organization needs: applications, knowledge bases, team members, model configurations, plugins, and billing.

The Workspace Mental Model

Every resource in Dify belongs to a workspace. When you create an app, it inherits the workspace’s model configurations. When you add team members, they get access to workspace resources based on their role. When you configure models or install plugins, they become available to the entire workspace.
🏢 Your Organization
└── 📁 Workspace
    ├── 🤖 Apps (chatbots, workflows, agents)
    ├── 📊 Knowledge Bases (documents, embeddings)
    ├── 👥 Team Members (roles & permissions) 
    ├── 🧠 Model Providers (API keys, configurations)
    ├── 🔧 Tools & Plugins (integrations, custom code)
    └── 💳 Billing (subscription, limits, usage)
This workspace-first design means your resources are completely isolated from other organizations, team members can only access what they’re permitted to see, and you configure models and billing once for the entire workspace.

Workspace Creation

A workspace is created automatically on your first login. You become the owner with full permissions. Each account can create only one workspace.
Your personal account can belong to multiple workspaces. Switch between them using the workspace selector in the top-left corner.

How Resources Connect

Applications you build can use any model providers configured in the workspace, access all workspace knowledge bases, and utilize installed plugins. Team members see applications based on their workspace permissions. Workspace roles determine access across all resources:
  • Owners control billing, model providers, and workspace settings
  • Admins manage team members and configure models/plugins
  • Editors build applications and manage knowledge bases
  • Members use published applications
Last modified on June 25, 2026