How can a workspace's environment variable values be modified?
I can't find documentation on how to modify the values of the "anthropic_api_key" and/or "CODER_MCP_CLAUDE_API_KEY" environment variable. Is there a way to do this?
I've tried to use the
coder update --parameter command with no luck: The key is unchanged when I run
env | grep "CODER_MCP_CLAUDE_API_KEY" within the workspace terminal. Thank you in advance for any help!
