Get a key from the Keys tab on the Developer page. See Authentication.
If your app supports remote servers with headers
Add a remote (HTTP) MCP server, set the URL above, and add anX-API-KEY header with your key. Then restart the app.
If your app only runs local commands
Some apps can only start MCP servers as a local command. Usemcp-remote to bridge to RevyOps. This needs Node.js installed.
Check the connection
Ask your agent to “list my RevyOps clients”. It should reply with the workspaces your key can access.Managing multiple clients
Comma-separate your keys in the header:X-API-KEY: RO-key1, RO-key2, RO-key3. The agent routes each question to the right workspace.
Troubleshooting
Server disconnected on startup
Server disconnected on startup
Double-check your API key is copied correctly with no extra spaces.
"Client not found" error
"Client not found" error
Ask your agent to “list my clients” first. This confirms which workspaces your key has access to.
Need a new API key
Need a new API key
Go to Developer → Keys → Generate key.

