Connecting an integration
Open MSP Settings → Integrations. You’ll see a grid of all available apps — PSA (ConnectWise, HaloPSA, Autotask), Microsoft 365, RMM (NinjaOne, Datto, ConnectWise Automate, ConnectWise RMM, N-central), documentation (IT Glue), and more.Find the app
Use the search bar or category filters to find the integration you want to connect. Apps already connected show a connected badge.
Click Connect
Click Connect on the app card. An authorization window opens where you sign in to the service and grant Rallied.ai access. Complete the OAuth flow in the popup, or enter API credentials for integrations that use a credentials form.
Credentials are never stored on the agent’s server. OAuth tokens are managed securely and transmitted to the agent only at execution time via the Rallied.ai Tool Gateway.
What happens on connect
When you connect an integration:- The available tools for that app are synced from the catalog.
- Tool policies are seeded automatically based on whether each tool is a read or write operation.
- The agent’s configuration is updated so it knows about the new tools.
Disconnecting an integration
Click Disconnect on a connected app card (or from within the integration’s detail page). A confirmation dialog appears warning you that:- The integration is removed
- All tool policies for that app are deleted
- The connected account is revoked
Custom MCP servers
You can extend the agent with any remote MCP server by clicking Add MCP Server in the top-right corner of the Integrations tab.Enter the server URL
Paste the HTTPS URL of the MCP server (e.g.
https://mcp.example.com/v1). Local servers and plain HTTP are not supported. Click Continue — the dashboard probes the server to detect its authentication type.Configure authentication
Depending on what the server requires, you’ll see one of three options:
- OAuth — a popup opens for you to authorize the connection
- Bearer token — paste your API key or token
- Custom header — specify the header name and value
- No auth — the server is publicly accessible; no credentials needed