I created a workflow with Agent Builder that consists of Start → Agent pair. I added an MCP server to the Agent. I entered the necessary header parameters and it works without any issues. We can call these keys X-MCP-KEY and X-API-KEY.
Each subdomain has its own MCP-KEY and X-API-KEY, and using these keys, the MCP tool selects which database to work with. How can I send these keys from the environment where I added the ChatBot? I don’t want to define them as static values, but send the keys dynamically and get results accordingly. What would be the flow that should be implemented in this scenario?