Connecting multiple Agents

If you manage multiple Ada AI Agents, add each one as its own connection. Use a unique name for each Agent.

When you connect more than one AI Agent, an API key is the preferred method. You can add all AI Agents at once. No interactive login is required. Each AI Agent requires its own API key, generated from the corresponding dashboard under Config > PLATFORM > API keys.

See Authentication.

Claude custom connectors

Add each Ada instance as a custom connector. Use a unique name for each Agent. See Claude.

On a Team or Enterprise plan, a Claude organization Owner must add each URL. Then each member clicks Connect for that Agent.

Local helper example

If you cannot add custom connectors, use this config.

1{
2 "mcpServers": {
3 "ada-support": {
4 "command": "npx",
5 "args": ["mcp-remote@0.2.5", "https://support-bot.ada.support/api/mcp/oauth"]
6 },
7 "ada-sales": {
8 "command": "npx",
9 "args": ["mcp-remote@0.2.5", "https://sales-bot.ada.support/api/mcp/oauth"]
10 }
11 }
12}

Pin the helper version in each args list. See Authentication.

OAuth authorization flow

OAuth requires authorizing one AI Agent at a time. Add and authorize each AI Agent individually:

  1. Add the first AI Agent.
  2. Complete the OAuth login for that AI Agent.
  3. Add the next AI Agent.
  4. Complete the OAuth login.
  5. Repeat for each additional AI Agent.