> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lindy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspaces

> Organize agents and resources into separate environments for better collaboration and resource management

<div style={{ display: 'flex', justifyContent: 'center', margin: '2rem 0' }}>
  <div className="video-card">
    <video src="https://mintcdn.com/lindyai/aZLeG0KVxZc0yYx4/lindy-brand-assets/workspace.mp4?fit=max&auto=format&n=aZLeG0KVxZc0yYx4&q=85&s=f300a49ea1bfcc27de73019bda4a3ccf" width="600" autoPlay muted loop playsInline style={{ display: 'block', width: '100%', borderRadius: '16px' }} data-path="lindy-brand-assets/workspace.mp4" />
  </div>
</div>

## Overview

Workspaces allow you to organize your agents and resources into separate environments. Perfect for:

* **Team collaboration** — share billing with teammates
* **Resource isolation** — keep different projects or clients separate
* **Multi-environment management** — switch between personal and team workspaces

All your agents exist within your workspace, making it easy to organize and manage your automation workflows while collaborating with others.

## Workspace Creation and Management

### Initial Workspace Creation

When you join Lindy, you automatically create your first workspace. This becomes your personal workspace where you can build and manage your agents.

### Multiple Workspaces

You can have multiple workspaces to organize different projects.

* **Personal workspace** - for your individual agents and experiments
* **[Team workspaces](/account-billing/teams)** – shared environments for collaborative projects

## Workspace Collaboration

### Inviting Team Members

<Note>
  Enterprise Plan Required: You can only invite team members to your workspace if you're on an Enterprise plan.
</Note>

To add someone to your workspace:

1. **Click on the top left** - Access your workspace settings
2. **Invite a member** - Send an invitation to your teammate
3. **Share access** - They gain access to your workspace

### Billing

How billing works depends on your plan type:

<Tabs>
  <Tab title="Individual Plans">
    Each team member has their own Lindy subscription and usage allowance. You can still collaborate in a shared workspace, but billing is per-user.
  </Tab>

  <Tab title="Centralized Workspace Billing">
    All workspace activity is billed to the workspace owner:

    * **Shared billing**: The owner pays for all team usage
    * **Unlimited invites**: Add as many members as you want
    * **Centralized costs**: All usage is tracked under the owner's account
    * **Plan inheritance**: Team members get access to the workspace's plan features
  </Tab>
</Tabs>

## Workspace Switching

You can click on your workspace in the top left and then switch to a different workspace.

## Next Steps

<CardGroup cols={2}>
  <Card title="Agent Templates" icon="clipboard-list" href="/fundamentals/lindy-101/templates">
    Learn how to use templates to create and share agents with your team.
  </Card>

  <Card title="Credits" icon="coins" href="/account-billing/credits">
    Understand how credits work across workspaces
  </Card>

  <Card title="Quickstart Guide" icon="rocket" href="/start-here/quickstart">
    Start building your first agent in your workspace
  </Card>
</CardGroup>
