Skip to main content
Nav: Manage > Connectors | URL: /integrations Every experiment generates artifacts across multiple tools: a PR in GitHub, a ticket in Linear, a thread in Slack. Without linking them, context is fragmented and the experiment record is incomplete. Connectors link Remyx to the tools your team already uses. Experiments connect to PRs, tickets, and Slack conversations, and changes flow bidirectionally via webhooks. Each experiment becomes a single source of truth regardless of where the work happens.

Available Connectors

The Connectors page organizes integrations by category. Use the category dropdown to filter:
CategoryConnectors
CommunicationSlack
Project ManagementLinear, Jira
Code & Version ControlGitHub
AI DevelopmentClaude Code (MCP)
Coming SoonHuggingFace, Statsig, LaunchDarkly, W&B, LangChain, and more
Each connector card shows its logo, a description, and a connection status chip. Connected integrations show a green Connected badge and a gear icon for settings.

GitHub

What it does:
  • Links PRs to experiments with status sync via webhooks
  • Provides repo file tree access for launch context generation
  • Enables the Claude Code implementation pipeline
Setup:
  1. Click Connect on the GitHub card
  2. Authorize the Remyx GitHub App for your organization
  3. Select repositories to grant access to
Uses OAuth — not a personal access token. Your token is encrypted at rest and used only for API calls on your behalf.

Linear

What it does:
  • Auto-creates Linear issues when experiments are created
  • Syncs status changes bidirectionally
  • Supports label actions (ship, abandon) to update experiment state
  • @remyx mentions in comments trigger the AI agent
Setup:
  1. Click Connect on the Linear card
  2. Authorize Remyx when prompted
  3. Link a Linear project in Project Settings
Webhook events:
Linear EventRemyx Action
Issue status changedExperiment status updated
Label added (ship, abandon)Decision state updated
Comment with @remyxAI agent responds
Issue deletedTicket link removed

Jira

What it does: Same bidirectional sync as Linear, adapted for Jira Cloud:
  • Auto-creates Jira issues linked to experiments
  • Status transitions sync both directions via v3 webhook API
Setup:
  1. Click Connect on the Jira card
  2. Authorize Remyx when prompted
  3. Link a Jira project in Project Settings
If you encounter auth errors after an extended period, disconnect and reconnect at Connectors to refresh the connection.

Slack

What it does: Adds a managed AI agent to your Slack workspace. Mention @Remyx in any channel to:
  • Get your latest research digest
  • List and filter experiments
  • Create new experiments
  • Log decisions
  • Ask questions about experiment status
Setup:
  1. Click Connect on the Slack card
  2. Install the Remyx AI app to your workspace
  3. Select a default channel for digest delivery
  4. In Slack, invite the bot: /invite @Remyx
Scheduled digests: Scheduled digest delivery is coming soon. For now, use @Remyx show me today's digest to get recommendations on demand.

Claude Code (MCP)

What it does: Exposes ExperimentOps tools via the Model Context Protocol. MCP clients (Claude Code, Claude Desktop, Cursor) can manage experiments, discover resources, and generate implementation PRs. Setup:
  1. Click the gear icon on the Claude Code card for setup instructions
  2. Add the Remyx MCP server to your client config:
{
  "mcpServers": {
    "remyx": {
      "type": "http",
      "url": "https://mcp.remyx.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_REMYX_API_KEY"
      }
    }
  }
}
  1. Click Test Connection to verify
Get your API key at Account > API Access.

Security

  • All OAuth tokens are encrypted at rest
  • Webhook payloads are verified for authenticity on every request
  • Connections can be revoked at any time from the Connectors page

Troubleshooting

Check that your project has a linked Linear project or Jira board in Project Settings. Ticket creation requires knowing which project to create issues in.
Verify the webhook subscription exists in your external tool. For Linear: Settings > API > Webhooks. For GitHub: Settings > Webhooks on the repo. If missing, disconnect and reconnect the integration.
Disconnect and reconnect at Connectors to refresh the connection.
Verify: "type": "http" (not "sse"), URL is https://mcp.remyx.ai/mcp, API key is valid. Check at Account > API Access.
Ensure the bot is invited to the channel (/invite @Remyx) and the connection shows as active at Connectors.

MCP Server

Full MCP tool reference

Projects & Settings

Link Linear/Jira projects to initiatives