> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/ai-agent-access/connections-and-integrations/agent-platforms/relevance-ai.md).

# Relevance AI

Relevance AI reads remote MCP servers from each Agent's Tools tab. Add Cakewalk's gateway through the Connect my own flow, and the tools become available to that Agent in the conversation task view and in its core instructions.

## Install Method

Custom form in the Agent builder's Tools tab. The connection is per Agent. Adding Cakewalk to one Agent does not surface it on other Agents in the workspace.

## Step 1: Open the Agent's Tools Tab

1. Open the Agent you want to connect to Cakewalk.
2. In the Agent builder, go to the **Tools** tab.

## Step 2: Add the Cakewalk Gateway

1. Click **Add MCP**.
2. Click **Connect my own**.
3. Enter the server URL: `https://mcp-gateway.getcakewalk.io/mcp`.
4. Label the connection. **Cakewalk** is the recommended default.
5. Set the authentication to OAuth.

## Step 3: Authenticate

Relevance AI opens the OAuth flow in your browser. Sign in with your Cakewalk account and approve the Connection.

## Verifying It Works

In the Agent's conversation task view, the tools surfaced through the Cakewalk gateway appear in the tool list. You can also reference these tools in the Agent's core instructions. In Cakewalk, the Relevance AI card on **My Agents** flips to **Connected** after the first agent call.

## Per Agent Scope

Connections are per Agent. Repeat Steps 1 to 3 for each Agent that needs Cakewalk access.

## Troubleshooting

* **Connect my own option is missing:** the Add MCP modal opens with preset connections first (Notion, Canva, Atlassian). Click **Connect my own** to switch to custom URL entry.
* **OAuth flow returns to an error page:** copy the full callback URL from your browser's address bar and paste it back into the prompt at relevanceai.com.

## Learn more

* [MCP Client](https://relevanceai.com/docs/integrations/mcp/mcp-client) from Relevance AI.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.cakewalk.security/docs/ai-agent-access/connections-and-integrations/agent-platforms/relevance-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
