{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3023ca77-7c25-49ef-ad09-e4f43b6fec33",
    "slug": "autogen-studio",
    "name": "AutoGen Studio",
    "description": "Build Multi-Agent Apps and rapidly prototype AI agents",
    "url": "https://railway.com/deploy/autogen-studio",
    "upstream": {
      "repo_url": "https://github.com/decoge/autogen-studio-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "AutoGen Studio",
      "source": {
        "repo": "https://github.com/decoge/autogen-studio-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "AUTH_PASS",
      "service": "AutoGen Studio",
      "description": "Choose a password to login with",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "AUTH_USER",
      "service": "AutoGen Studio",
      "description": "Choose a username to login with",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "autogen-studio"
      }
    },
    "cli": "railway deploy --template autogen-studio",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3023ca77-7c25-49ef-ad09-e4f43b6fec33",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6195bee8-2e24-4fb5-b975-c6f4ad6d012a": {
                  "icon": null,
                  "name": "AutoGen Studio",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/decoge/autogen-studio-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "AUTH_PASS": {
                      "isOptional": false,
                      "description": "Choose a password to login with",
                      "defaultValue": "{{AUTH_PASS}}"
                    },
                    "AUTH_USER": {
                      "isOptional": false,
                      "description": "Choose a username to login with",
                      "defaultValue": "{{AUTH_USER}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6195bee8-2e24-4fb5-b975-c6f4ad6d012a": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T16:14:39.735Z",
  "generator_version": "0.1.0"
}
