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

# Atmet Workspace Setup: Create, Configure, and Manage

> Learn how to create and configure an Atmet workspace — the shared environment for your team's automations, integrations, and AI agents.

A workspace is the central hub where your team builds and runs automations, connects integrations, and collaborates on AI-powered workflows. Everything in Atmet — agents, integrations, API keys, and usage — lives inside a workspace. You can belong to multiple workspaces and switch between them at any time.

## Create a Workspace

After signing in, follow these steps to create your first workspace.

<Steps>
  <Step title="Open the workspace switcher">
    Click the workspace selector in the top-left corner of the dashboard. If you have no existing workspaces, you will be prompted to create one automatically.
  </Step>

  <Step title="Enter a name">
    Type a name for your workspace. Choose something that reflects your team or project — for example, `Acme Marketing` or `Personal Automations`.
  </Step>

  <Step title="Add optional details">
    Optionally select your **country** and upload an **avatar image** to help teammates identify the workspace at a glance.
  </Step>

  <Step title="Create the workspace">
    Click **Create Workspace**. Atmet immediately adds you as the workspace **owner** and takes you to the dashboard.
  </Step>
</Steps>

<Note>
  Your account is automatically assigned the `owner` role when you create a workspace. Only owners can delete a workspace or transfer ownership.
</Note>

## Workspace Plans

Each workspace runs on a plan that determines what features and usage limits are available to your team. Atmet currently offers tiered plans — from a free tier for individuals exploring the platform to paid tiers designed for teams and production workloads.

<CardGroup cols={2}>
  <Card title="View Current Plan" icon="receipt" href="workspace/setup">
    Check which plan your workspace is on from **Settings → Workspace**.
  </Card>

  <Card title="Upgrade Your Plan" icon="arrow-up-right" href="https://www.atmetai.com/waitlist">
    Contact the Atmet team to discuss upgrading your workspace plan.
  </Card>
</CardGroup>

## Usage Limits

Every workspace has usage limits that vary by plan. These limits apply to the number of workflow runs, connected integrations, and other resources your team consumes within a billing period.

To review your workspace's current usage and limits:

1. Go to **Settings → Workspace**.
2. Scroll to the **Usage** section.
3. Monitor your consumption against each limit. When you approach a limit, Atmet displays a warning in the dashboard.

<Tip>
  If you regularly hit usage limits, consider upgrading your plan or splitting workloads across dedicated workspaces for different teams or projects.
</Tip>

## Switch Between Workspaces

If you belong to more than one workspace, you can switch between them without signing out.

1. Click the **workspace name** in the top-left corner of any page.
2. A dropdown lists all workspaces you are a member of, along with your role in each.
3. Click the workspace you want to switch to. The dashboard reloads in the context of that workspace.

<Info>
  API keys and integrations are scoped to individual workspaces. Switching workspaces changes which keys and integrations are active in the UI.
</Info>

## Update Workspace Settings

Owners and admins can update the workspace name, avatar, and country at any time.

<Steps>
  <Step title="Go to Settings">
    Click **Settings** in the left sidebar, then select **Workspace**.
  </Step>

  <Step title="Edit the details">
    Update the **name**, **country**, or **avatar** as needed. Changes are reflected immediately across the workspace for all members.
  </Step>

  <Step title="Save your changes">
    Click **Save** to apply the updates.
  </Step>
</Steps>

## Delete a Workspace

Deleting a workspace is permanent and removes all automations, integrations, API keys, and member associations tied to it.

<Warning>
  Only the workspace **owner** can delete a workspace. This action cannot be undone. Export any data or configurations you need before proceeding.
</Warning>

<Steps>
  <Step title="Open Workspace Settings">
    Navigate to **Settings → Workspace**.
  </Step>

  <Step title="Scroll to the danger zone">
    Scroll to the bottom of the page and locate the **Delete Workspace** section.
  </Step>

  <Step title="Confirm deletion">
    Type the workspace name to confirm, then click **Delete Workspace**. The workspace and all its data are permanently removed.
  </Step>
</Steps>
