Overview
Integrations in Z360 live in AI Studio > Actions. They give Ask Z and AI Studio abilities access to external tools, internal actions, API calls, and custom MCP tools. The current Actions area supports three main setup paths:- Browse Pre-built Integrations for supported third-party apps.
- Add Custom Action for a custom API action you define yourself.
- Configure MCP for a custom Model Context Protocol server and its tools.
Open the Actions Page
- Open AI Studio.
- Go to Actions.
- Use Add Integration to choose one of the setup options.
Browse Pre-Built Integrations
Use pre-built integrations when Z360 already supports the external app you need.- Click Add Integration.
- Choose Browse Pre-built Integrations.
- Review the Popular list first when it is selected by default.
- Search for the app you want to connect.
- Filter by category, authentication type, popularity, or status if the list is large.
- Open the integration and follow the connection steps.
- Search
- Popular filter for commonly used business apps
- Category filters
- Authentication filters
- Status filters
- Pagination for larger result sets
Choose Organization or Private Ownership
Some credential-based integrations ask for Ownership.
Private integrations are marked with a private badge on the action card.
Connect Credential-Based Integrations
For API key, basic auth, or custom OAuth-style integrations, Z360 asks for the required credentials.- Choose the integration.
- Select Organization or Private ownership.
- Fill the required credential fields, such as API key, token, client ID, or client secret.
- Click Connect.
Name Connected Accounts
Some providers do not return a clear account label after connection. When that happens, Z360 asks you to name the connected account.- Enter a label such as an email address, workspace name, or account name.
- If the same label already exists, saving updates the existing connection instead of creating a duplicate.
- Click Save.
Review Integration Cards
Each configured integration card can show:- Integration name and icon
- Available actions or tools
- Connection status
- Private ownership badge when applicable
- MCP badge for custom MCP groups
- Edit label controls when supported
- Remove integration or remove MCP configuration actions
Add a Custom Action
Use a custom action when you need Z360 to call an API endpoint that is not covered by a pre-built integration.- Click Add Integration.
- Choose Add Custom Action.
- Name the action clearly.
- Add a description that explains what the action does.
- Configure the API endpoint, method, parameters, headers, and authentication details required by the service.
- Test the action before using it in an ability.
- Save the action.
Configure Custom MCP
Use MCP when you have a server that exposes a set of tools for agents.- Click Add Integration.
- Choose Configure MCP.
- Enter the MCP name.
- Enter the server URL.
- Choose the supported protocol.
- Add headers if your MCP server requires authentication.
- Fetch tools from the server.
- Save the MCP configuration.
Use Integrations in Abilities
Once an integration or action exists, use it from an Act node in AI Studio abilities. Before adding an action to a flow:- Confirm the integration status is active.
- Confirm the action appears in the available tools list.
- Review the parameter descriptions.
- Test the action with realistic input.
- Use private integrations only for flows that should rely on your account.
Troubleshooting
I cannot find an app in pre-built integrations- Check the Popular filter first, then clear it if you need to browse the full catalog.
- Clear category, authentication, status, and popular filters.
- Search by a shorter app name.
- Use Add Custom Action if the app exposes an API but is not listed.
- Use Configure MCP if your team has an MCP server for the tool.
- Confirm the integration is connected and active.
- Open the integration card and confirm tools are available.
- Reconnect the account if the status is expired or unhealthy.
- Confirm you have access if the integration is private.
- Open the integration card.
- Edit the label when the card allows label editing.
- Use labels that clearly identify the account, workspace, or email address.
- Check the endpoint URL and HTTP method.
- Confirm required headers and credentials are present.
- Confirm parameter names match the external API.
- Check whether the external service requires a specific content type or auth format.
Best Practices
- Use pre-built integrations when available.
- Use organization ownership for shared team workflows.
- Use private ownership for personal accounts or sensitive user-specific tools.
- Keep action names and descriptions specific.
- Test every custom action before adding it to a live ability.
- Remove integrations and MCP configurations that are no longer used.
