Conductor (Netflix OSS) Connector for AI agents.
49 live capabilities
Manage Netflix Conductor workflows and microservices via natural language.
Waiting for input…
Why people use Conductor (Netflix OSS)
Conductor (Netflix OSS) for Microservices Orchestration
This Connector lets you just tell your agent what to do. Instead of navigating a nested UI, you ask to pause all payment workflows or show me the logs for the last failed run. You get the results instantly in your chat or IDE, keeping your focus where it belongs.
What Vinkius changes
You get a natural language interface for your entire Netflix Conductor orchestration layer.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Workflow Halt
A production workflow gets stuck in a loop.
- Real-world use case 02
Rapid Testing
A developer needs to see if a new task works.
- Real-world use case 03
Audit and Review
An architect needs to see how a process is structured.
Complete set · 49capabilities
The complete Conductor (Netflix OSS) capability set.
These are the exact actions your AI can choose when you ask it to work with Conductor (Netflix OSS).
01—04
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 01 Capability
Bulk pause
Pause multiple workflows at the same time. Use this to stop a group of processes for maintenance.
- 02 Capability
Bulk restart
Restart a group of workflows simultaneously. Use this to reset multiple processes after a failure.
- 03 Capability
Bulk resume
Resume multiple paused workflows at once. This saves time when restarting a large batch of jobs.
- 04 Capability
Bulk retry
Retry a group of workflows that failed. This helps you quickly recover from a batch failure.
05—08
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 05 Capability
Bulk search
Search for workflows using their IDs in bulk. This makes it faster to find specific instances.
- 06 Capability
Bulk terminate
Terminate a large group of workflows at once. Use this for an emergency stop of multiple processes.
- 07 Capability
Create event handler
Create a new event handler in your instance. This allows you to set up new automated responses.
- 08 Capability
Create task definitions
Create new task definitions for your workers. This helps you set up the underlying logic for your tasks.
09—12
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 09 Capability
Create workflow definition
Create a new workflow definition. Use this to add new orchestration logic to your system.
- 10 Capability
Delete event handler
Delete an existing event handler. Use this to clean up old automated triggers.
- 11 Capability
Delete task definition
Delete a specific task definition. Use this to remove old or unused task types.
- 12 Capability
Delete workflow definition
Delete a workflow definition from your instance. This helps keep your system clean of old logic.
13—16
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 13 Capability
Execute workflow
Execute a workflow synchronously. Use this when you need the AI to wait for the result.
- 14 Capability
Get all queues
Get the pending counts for all queues. This helps you see a high-level view of your system load.
- 15 Capability
Get correlated workflows
Get workflows grouped by correlation ID. This is great for finding all steps in a single user request.
- 16 Capability
Resume workflow
Resume a paused workflow. Use this to start a process again after a maintenance break.
17—20
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 17 Capability
Retry workflow
Retry the last failed task in a workflow. This helps you recover from a single point of failure.
- 18 Capability
Add task log
Add a log entry to a specific task. This helps you keep a record of what happened during a process.
- 19 Capability
Bulk remove
Remove multiple workflows from the system at once. This is useful for clearing out old test data.
- 20 Capability
Get event handlers
Get a list of all event handlers. Use this to see what automated triggers are currently active.
21—24
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 21 Capability
Get queue size
Get the queue depth for a specific task type. This helps you identify bottlenecks in your system.
- 22 Capability
Get running workflows
Get the IDs of all workflows currently running. Use this to see what is active right now.
- 23 Capability
Get task definition
Get the details of a task definition by name. Use this to check the config of a specific task.
- 24 Capability
Get task definitions
Get all task definitions in your instance. This gives you a full list of your available task types.
25—28
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 25 Capability
Get task logs
Retrieve the logs for a specific task. This is your go-to for debugging a failed step.
- 26 Capability
Get workflow definition
Get a specific workflow definition by name. Use this to inspect the logic of a single workflow.
- 27 Capability
Get workflow definitions
Get all workflow definitions in your system. This provides a full list of your orchestration logic.
- 28 Capability
Get workflow names and versions
Get a list of all workflow names and versions. This helps you see what logic is currently deployed.
29—32
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 29 Capability
Get workflow tasks
Get the tasks for a specific workflow execution. Use this to see every step in a running process.
- 30 Capability
Get workflow
Get the details of a workflow execution by its ID. Use this to check the status of a specific run.
- 31 Capability
Pause workflow
Pause a single workflow. Use this to stop a process without deleting it.
- 32 Capability
Poll batch tasks
Long poll for the status of multiple tasks. This is useful for checking a group of jobs at once.
33—36
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 33 Capability
Poll task
Poll for the status of a single task. Use this to wait for a specific step to finish.
- 34 Capability
Remove workflow
Remove a workflow from the system. Use this to delete an execution instance.
- 35 Capability
Requeue tasks
Requeue pending tasks. Use this to put jobs back in line if they need to be processed again.
- 36 Capability
Rerun workflow
Rerun a workflow from a specific task. Use this to restart a failed process from a certain point.
37—40
4 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 37 Capability
Restart workflow
Restart a workflow from the very beginning. Use this to reset a process entirely.
- 38 Capability
Search workflows
Search for workflows and get a summary. This is a quick way to find what you need.
- 39 Capability
Search workflows v2
Search for workflows and get the full objects. Use this when you need deep details on your results.
- 40 Capability
Skip task
Skip a specific task in a running workflow. Use this to move past a step that is no longer needed.
41—43
3 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 41 Capability
Start workflow
Start a new workflow execution asynchronously. Use this to kick off a process and keep moving.
- 42 Capability
Terminate workflow
Terminate a running workflow. Use this to kill a process that is stuck or no longer needed.
- 43 Capability
Update event handler
Update an existing event handler. Use this to change how your system responds to specific triggers.
44—46
3 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 44 Capability
Update task by ref
Update a task using its reference name. This helps you modify specific task logic dynamically.
- 45 Capability
Update task definition
Update a specific task definition. Use this to change the configuration of a task type.
- 46 Capability
Update task
Update the result of a task. Use this to manually set the output of a step in your workflow.
47—49
3 capabilities in this set.
Part of 49 available through Conductor (Netflix OSS).
- 47 Capability
Update task v2
Update a task and poll for the next available task. This is great for manual step-by-step progression.
- 48 Capability
Update workflow definitions
Create or update multiple workflow definitions at once. Use this for rapid deployment of changes.
- 49 Capability
Validate workflow definition
Validate a workflow definition without saving it. Use this to check your JSON for errors first.
Set up in minutes
One URL. Then ask Conductor (Netflix OSS) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Conductor (Netflix OSS) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TUjFjxN9H3g5Ba44H63GIIO4Av31lZmg9U3GcY2P/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Conductor (Netflix OSS), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Conductor (Netflix OSS) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TUjFjxN9H3g5Ba44H63GIIO4Av31lZmg9U3GcY2P/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Conductor (Netflix OSS) URL.
- Step 03
Save and start
Save the connection and enable Conductor (Netflix OSS) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"conductor-netflix-oss": {
"url": "https://edge.vinkius.com/vk_preview_TUjFjxN9H3g5Ba44H63GIIO4Av31lZmg9U3GcY2P/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Conductor (Netflix OSS)
Open Agent mode in chat and ask: "Using Conductor (Netflix OSS), help me...". 49 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"conductor-netflix-oss": {
"url": "https://edge.vinkius.com/vk_preview_TUjFjxN9H3g5Ba44H63GIIO4Av31lZmg9U3GcY2P/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Conductor (Netflix OSS)
Ask Copilot: "Using Conductor (Netflix OSS), help me...". 49 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"conductor-netflix-oss": {
"url": "https://edge.vinkius.com/vk_preview_TUjFjxN9H3g5Ba44H63GIIO4Av31lZmg9U3GcY2P/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Conductor (Netflix OSS)
Open Cascade and ask: "Using Conductor (Netflix OSS), help me...". 49 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"conductor-netflix-oss": {
"url": "https://edge.vinkius.com/vk_preview_TUjFjxN9H3g5Ba44H63GIIO4Av31lZmg9U3GcY2P/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Conductor (Netflix OSS)
Ask Cline: "Using Conductor (Netflix OSS), help me...". 49 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add conductor-netflix-oss --transport http "https://edge.vinkius.com/vk_preview_TUjFjxN9H3g5Ba44H63GIIO4Av31lZmg9U3GcY2P/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Conductor (Netflix OSS)
Ask Claude: "Using Conductor (Netflix OSS), show me...". 49 tools are ready
Where the request belongs
Work Conductor (Netflix OSS) can move forward.
This is for the engineers who live in the weeds of microservices. It's for the person who needs to debug a stuck workflow at 3 AM or the developer who wants to trigger a test run without a browser.
DevOps Engineer
Inspects and updates workflow definitions quickly without navigating the Conductor UI.
Backend Developer
Validates task configurations and triggers test workflows directly from the IDE.
System Architect
Queries the structure of complex distributed processes using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOrkes Conductor
Orchestrate microservice workflows via Orkes Conductor. list definitions, track running executions, search workflow history, and inspect task states from any AI agent.
Activepieces
Automate workflows with Activepieces. manage flows, monitor executions, and handle app connections directly from your AI agent.
Workload
Build visual workflow automations that connect your favorite apps and eliminate repetitive manual tasks across your business.
Lindy (Autonomous AI Employees)
Manage autonomous AI employees via Lindy. trigger task runs, monitor reasoning logs, and audit app integrations.
Langflow (Visual Multi-agent Orchestrator)
Orchestrate multi-agent AI workflows visually. execute flows, manage projects, and trigger webhooks directly from any AI agent.
Huginn (IFTTT Alternative)
Automate workflows with Huginn. manage agents, trigger webhooks, and orchestrate complex scenarios directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Conductor (Netflix OSS) connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Conductor (Netflix OSS).
The practical details behind the request, access and result.
What is the Conductor (Netflix OSS) MCP?
It is a way to connect your Netflix Conductor instance to your AI agent. This allows you to manage, trigger, and debug your microservices workflows using natural language instead of a web dashboard.
Can I use this to start workflows?
Yes. You can ask your agent to start new workflow executions either synchronously or asynchronously depending on your needs.
Does it work with my existing Conductor setup?
Yes, it works with any standard Conductor instance. You just need to provide your Conductor URL when you connect the Connector.
Can I manage multiple workflows at once?
Yes. The Connector includes bulk capabilities that let you pause, restart, remove, or retry large groups of workflows in a single command.
How do I validate my workflow JSON?
You can simply ask your agent to validate a workflow definition. It will check the JSON for errors without actually saving it to your system.
Can I see logs for specific tasks?
Yes. You can ask your agent to fetch logs for any specific task. This makes it much easier to debug failed steps without hunting through the UI.
Is this for production use?
Yes. It is designed to be a production-ready way for engineers to interact with their Conductor orchestration layer more efficiently.
Can I check if my workflow JSON is valid without saving it to the server?
Yes! Use the validate_workflow_definition capability. It allows you to submit a workflow definition JSON for validation, and the server will return any structural or logic errors without persisting the changes.
How do I see all available workflows and their versions?
You can use the get_workflow_names_and_versions capability to get a high-level list of all registered workflows and their associated version numbers.
Is it possible to inspect the configuration of a specific task type?
Yes, use the get_task_definition capability with the specific taskType name. This will return the complete task metadata, including retry logic, timeouts, and input/output keys.
One connection away
Give your agent a direct line to Conductor (Netflix OSS).
Connect Conductor (Netflix OSS) once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available