/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:| Category | Connectors |
|---|---|
| Communication | Slack |
| Project Management | Linear, Jira |
| Code & Version Control | GitHub |
| AI Development | Claude Code (MCP) |
| Coming Soon | HuggingFace, Statsig, LaunchDarkly, W&B, LangChain, and more |
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
- Click Connect on the GitHub card
- Authorize the Remyx GitHub App for your organization
- 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 @remyxmentions in comments trigger the AI agent
- Click Connect on the Linear card
- Authorize Remyx when prompted
- Link a Linear project in Project Settings
| Linear Event | Remyx Action |
|---|---|
| Issue status changed | Experiment status updated |
Label added (ship, abandon) | Decision state updated |
Comment with @remyx | AI agent responds |
| Issue deleted | Ticket 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
- Click Connect on the Jira card
- Authorize Remyx when prompted
- 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
- Click Connect on the Slack card
- Install the Remyx AI app to your workspace
- Select a default channel for digest delivery
- In Slack, invite the bot:
/invite @Remyx
@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:- Click the gear icon on the Claude Code card for setup instructions
- Add the Remyx MCP server to your client config:
- 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
Tickets aren't being created
Tickets aren't being created
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.
Webhook events aren't syncing
Webhook events aren't syncing
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.
Jira auth errors
Jira auth errors
Disconnect and reconnect at Connectors to refresh the connection.
Claude Code can't connect
Claude Code can't connect
Verify:
"type": "http" (not "sse"), URL is https://mcp.remyx.ai/mcp, API key is valid. Check at Account > API Access.Slack bot doesn't respond
Slack bot doesn't respond
Ensure the bot is invited to the channel (
/invite @Remyx) and the connection shows as active at Connectors.Related
MCP Server
Full MCP tool reference
Projects & Settings
Link Linear/Jira projects to initiatives