Skip to main content

Workspace & team

A workspace is a shared space for your organization: agents, API keys, and members belong to it.

Active workspace

Many screens use an active workspace—the one currently selected for invites, member lists, agent lists, and API keys. If you belong to multiple workspaces, switch workspace so the right one is active before you invite people, create agents, or generate keys. Mobile: use Switch workspace in the workspace area. Web: use the workspace selector in the dashboard header. The active workspace affects lists, Team, Agents, Approvals, and Workspace / Integrations settings.

Workspace hub

Mobile

The Workspace tab (or hub) is the central place to:
  • See members and agents for the active workspace
  • Open Members, Invite, Join workspace, Workspace settings, or create/add workspaces—depending on what your app shows
Follow the in-app labels to move between these areas.

Web

Use Team for members and invites, Agents for agent lists and creation, and Workspace (Integrations in the sidebar) for workspace-level items such as API keys and renaming—see Web dashboard.

Roles

  • Owner — Can delete the workspace (see below), manage API keys, create and configure agents, invite members, and remove members (except another owner).
  • Member — Can participate in approvals and may be added as a subscriber to agents (see Agent settings).

Inviting people

Workspace owners can invite others by email from the team / workspace flow. The invitee receives a token or link—follow the app’s Invite instructions.

Join workspace with an invite token

If you were sent an invite token, open Join workspace in the app, paste the token, and confirm. After a successful join, you can access that workspace’s agents and approvals (according to your role).

Members

Open Members for the active workspace to see who has access. Owners can remove a member from the workspace (the app asks you to confirm). You cannot remove another owner from the member list via the same remove flow.

Workspace settings — delete workspace

Owners can delete the active workspace from the web dashboard under Workspace (Integrations): open the General tab and use Delete workspace in the danger section. Mobile does not offer this action (owners use the web dashboard). Deleting a workspace is permanent and not recoverable. The app lists what will be removed (members lose access but their user accounts stay; agents; approvals and delivery history; API keys; pending invites; inbox pins/order for those agents; and related in-app notifications). You must type delete (lowercase) to confirm. The integration API performs this with POST /app/teams/:teamId/delete and a JSON body { "confirmation": "delete" } (web client only; the server rejects the request from mobile clients).