{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9687c2f2-8751-4950-b69d-e65925102d33",
    "slug": "coworker",
    "name": "Coworker",
    "description": "Array Ventures: Coworker Agent",
    "url": "https://railway.com/deploy/coworker",
    "upstream": {
      "image": "ghcr.io/array-ventures/coworker:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "coworker",
      "source": {
        "image": "ghcr.io/array-ventures/coworker:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "MODEL",
      "service": "coworker",
      "description": "AI model to use (e.g. openai/gpt-4o, anthropic/claude-sonnet-4-20250514, nvidia/moonshotai/kimi-k2.5)",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DATA_PATH",
      "service": "coworker",
      "description": "File workspace base path. No changes needed.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "coworker",
      "description": "OpenAI API key. Required if using an OpenAI model.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "COWORKER_API_TOKEN",
      "service": "coworker",
      "description": "Agent API Token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "GOG_KEYRING_PASSWORD",
      "service": "coworker",
      "description": "Optional. Password for Google Workspace credentials keyring.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "coworker"
      }
    },
    "cli": "railway deploy --template coworker",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9687c2f2-8751-4950-b69d-e65925102d33",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d94e3813-cd00-4e35-ad32-8722faccec85": {
                  "icon": null,
                  "name": "coworker",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/array-ventures/coworker:latest"
                  },
                  "variables": {
                    "MODEL": {
                      "isOptional": false,
                      "description": "AI model to use (e.g. openai/gpt-4o, anthropic/claude-sonnet-4-20250514, nvidia/moonshotai/kimi-k2.5)",
                      "defaultValue": "{{MODEL}}"
                    },
                    "DATA_PATH": {
                      "isOptional": false,
                      "description": "File workspace base path. No changes needed.",
                      "defaultValue": "${{RAILWAY_VOLUME_MOUNT_PATH}}\n\n"
                    },
                    "GROQ_API_KEY": {
                      "isOptional": true,
                      "description": "Groq API key. Required if using a Groq model.",
                      "defaultValue": ""
                    },
                    "KIMI_API_KEY": {
                      "isOptional": true,
                      "description": "Kimi API key. Required if using a Kimi model.",
                      "defaultValue": ""
                    },
                    "NVIDIA_API_KEY": {
                      "isOptional": true,
                      "description": "NVIDIA API key. Required if using an NVIDIA-hosted model.",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "OpenAI API key. Required if using an OpenAI model.",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Anthropic API key. Required if using a Claude model.",
                      "defaultValue": ""
                    },
                    "COWORKER_API_TOKEN": {
                      "isOptional": false,
                      "description": "Agent API Token",
                      "defaultValue": "{{COWORKER_API_TOKEN}}"
                    },
                    "GOG_KEYRING_PASSWORD": {
                      "isOptional": false,
                      "description": "Optional. Password for Google Workspace credentials keyring.",
                      "defaultValue": "{{GOG_KEYRING_PASSWORD}}"
                    },
                    "GOOGLE_GENERATIVE_AI_API_KEY": {
                      "isOptional": true,
                      "description": "Google AI API key. Required if using a Gemini model.",
                      "defaultValue": ""
                    }
                  },
                  "volumeMounts": {
                    "d94e3813-cd00-4e35-ad32-8722faccec85": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
