{
  "name": "opencode-cowork-proxy",
  "upstream": "https://opencode.ai/zen/go/v1",
  "routes": {
    "/go": "https://opencode.ai/zen/go/v1",
    "/zen": "https://opencode.ai/zen/v1"
  },
  "endpoints": {
    "/v1/messages": "Anthropic → upstream (translated if upstream=openai)",
    "/v1/chat/completions": "OpenAI → upstream (translated if upstream=anthropic)",
    "/v1/models": "Model discovery proxy"
  }
}