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
In the left sidebar, click Menu
next to the workspace name.
Click Workspace settings.

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

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.
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
Click New connection.
From the preset list, select the app to connect (such as GitHub Production), or select Custom to specify any MCP server URL.
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.
Click Next.
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.
Click Connect & Save. If you chose OAuth, you are then redirected to the MCP server's authentication page to approve access.
For security reasons, MCP connections only support external HTTPS URLs. http:// URLs, localhost, private IPs, link-local addresses, and other internal addresses cannot be registered. If you cannot connect, specify an HTTPS MCP server URL reachable over the network.
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
Click Edit MCP connection
on the connection card you want to edit.
Change the Name, URL, authentication method, or credentials.
Click Connect & Save.
Deleting a Connection
Click Delete connection
on the connection card you want to delete.
Click Delete connection in the confirmation dialog.
When you delete a connection, blocks in workflows that use it can no longer call the tool. Confirm the impact on workflows before deleting. Specifically, when you delete a connection, workflows that reference it fail pre-run validation (the error "This workflow uses an MCP connection that does not exist in this workspace" appears). Before deleting, either update the MCP connection in the target workflows or remove unused blocks.
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.
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
Click Manage members.
Enter a name or email address in the search form to filter target users.
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
Click Menu
in the row of the member you want to remove.
Click Remove member.
A member removed from the workspace can no longer access this workspace's files, chats, and workflows.
Last updated