For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workspace settings

The workspace settings screen lets you change a workspace's basic information, choose how skills are used, manage external MCP server connections, configure plugins, and manage workspace members. This article describes each tab and the steps for each task.

Prerequisites

Changing workspace settings requires the organization Admin or Owner role, or the Workspace Manager role of the target workspace.

The Members tab appears for Admin, Owner, and Workspace Manager roles. It does not appear for users whose workspace role is Member.

Accessing the Settings Screen

  1. In the left sidebar, click Menu next to the workspace name.

  2. Click Workspace settings.

Screenshot of the workspace name menu
Workspace name menu

The settings screen has three tabs: General, Integrations, and Members.

Screenshot of the workspace settings tabs
Workspace settings tabs

General Tab — Changing Basic Information

In the Workspace details section of the General tab, you can change the workspace name and description.

The General tab also includes a Skills section. Skills are reusable instruction packs discovered from uploaded SKILL.md files, connected codebases, and Genesis built-in skills. This setting affects both AI Assistant chat and AI Agent blocks in workflows.

Every workspace starts with built-in skills such as /xlsx-processing, /pdf-processing, /docx-reports, and /pptx-processing. If the workspace uploads or connects a same-named SKILL.md, that workspace-specific skill takes precedence over the built-in one.

Mode
Description

Automatic

AI can see all skills and use relevant ones automatically. Typing /skill-name always applies that skill.

Manual

Skills are used only when you explicitly reference them as /skill-name.

Integrations Tab — Managing MCP Connections and Plugins

The Integrations tab consists of two sections: MCP Server and Plugins.

MCP Server

Register and manage connections to external MCP (Model Context Protocol) servers used by this workspace. Connections registered here are available as tools from the AI Agent block in workflows.

Each connection card shows the connection name, authentication method (OAuth or API Key / Headers), server URL, and connection status.

Adding a Connection

  1. Click New connection.

  2. From the preset list, select the app to connect (such as GitHub Production), or select Custom to specify any MCP server URL.

  3. In Enter your server details, fill in the following items.

    • Name — Name to identify the connection (for example: JIRA Production).

    • URL — Endpoint URL of the MCP server.

    • Authentication method — Select OAuth or API Key / Headers with the radio buttons.

  4. Click Next.

  5. In Credentials, enter the following depending on the authentication method you chose.

    • If you chose OAuth, you can usually proceed without entering any additional information. Open Advanced (optional) and configure the client ID, client secret, token URL, authorization URL, and scopes only when connecting to an MCP server that does not support dynamic registration.

    • If you chose API Key / Headers, enter a Header key and Value (for example: Authorization: Bearer ...). You can add additional header rows as needed.

  6. Click Connect & Save. If you chose OAuth, you are then redirected to the MCP server's authentication page to approve access.

Registered header values are masked on screen (●●●●●●●●). To change an existing value, delete it once and add it again.

If an error occurs, check TLS/certificates, authentication headers, and network settings.

Editing a Connection

  1. Click Edit MCP connection on the connection card you want to edit.

  2. Change the Name, URL, authentication method, or credentials.

  3. Click Connect & Save.

Deleting a Connection

  1. Click Delete connection on the connection card you want to delete.

  2. Click Delete connection in the confirmation dialog.

Checking Connection Status

Click the status badge (Healthy / Error / Checking… / Needs Authorization / Unknown) on a connection card to immediately verify the connection to the MCP server.

Status
Description

Healthy

Connected successfully.

Error

A problem occurred while connecting to the MCP server. Check the following two points and then click the Error status badge to retry the connection. Verify the MCP connection URL. Verify that the authentication header (such as Authorization: Bearer xxx) is configured correctly.

Checking…

Verifying whether the connection is reachable.

Needs Authorization

The OAuth access token has expired and re-authentication is required. Click the status badge to re-run the authentication flow.

Unknown

Could not determine whether the connection is reachable. Click the Unknown status badge to retry the connection.

Checking Available Tools

Click List tools on a connection card to view the tools provided by the MCP server. Tool name, description, and parameters are listed. You can search the list, confirm how many tools match the current filter, and expand Input schema only for the tools whose parameters you want to inspect.

Plugins

Manage plugins used in this workspace. Configure per-workspace settings for Autify product integrations (Aximo) and external services connected at the organization level (Slack).

  • Aximo — Register an Aximo API key so workflows can call Autify Aximo features.

  • Slack channels for this workspace — Select which Slack channels this workspace's workflows and chat may post to and read from. If Slack is not connected at the organization level, click Go to organization settings to set it up. For the organization-level Slack connection procedure, see Apps.

Members Tab — Managing Workspace Members

The Members tab manages which organization members can access this workspace.

The Members tab appears for Admin, Owner, and Workspace Manager roles. Users with the organization Owner or Admin role automatically have access to every workspace. They are shown as "Organization Owner" or "Organization Admin" in the member list and cannot be removed on a per-workspace basis.

Assigning Members

  1. Click Manage members.

  2. Enter a name or email address in the search form to filter target users.

  3. Click the member you want to assign.

The list shows only Member-role users in the organization who have not yet been assigned to this workspace.

Removing Members

  1. Click Menu in the row of the member you want to remove.

  2. Click Remove member.

Last updated