{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a5f6c599-598d-45e2-a44d-6bba882d24a9",
    "slug": "eVpydG",
    "name": "adk-starter",
    "description": "set up to use googles adk",
    "url": "https://railway.com/deploy/eVpydG",
    "upstream": {
      "image": "ghcr.io/j-palomino/adk-starter:main"
    }
  },
  "services": [
    {
      "name": "adk-starter",
      "source": {
        "image": "ghcr.io/j-palomino/adk-starter:main"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "GOOGLE_GENAI_USE_VERTEXAI",
      "service": "adk-starter",
      "description": "Set to true to use vertex Ai",
      "secret": false,
      "strategy": "default",
      "default": "False"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "eVpydG"
      }
    },
    "cli": "railway deploy --template eVpydG",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a5f6c599-598d-45e2-a44d-6bba882d24a9",
            "serializedConfig": {
              "services": {
                "9cb19910-2faf-472d-99f8-b2731a1c0989": {
                  "icon": null,
                  "name": "adk-starter",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/j-palomino/adk-starter:main"
                  },
                  "variables": {
                    "GOOGLE_API_KEY": {
                      "isOptional": true,
                      "description": "ADK-starter agent will not work without this",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "needed for OpenAI Agents, can be OpenRouter",
                      "defaultValue": ""
                    },
                    "OPENAI_API_BASE": {
                      "isOptional": true,
                      "description": "Set to override OpenAI base for ALL open ai models",
                      "defaultValue": ""
                    },
                    "OPENROUTER_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "GOOGLE_CLOUD_PROJECT": {
                      "isOptional": true,
                      "description": "Used For GCP Agents if Vertex Set to True",
                      "defaultValue": ""
                    },
                    "GOOGLE_CLOUD_LOCATION": {
                      "isOptional": true,
                      "description": "Needed for GCP Vertex Deploys",
                      "defaultValue": ""
                    },
                    "GOOGLE_VERTEXAI_API_KEY": {
                      "isOptional": true,
                      "description": "Needed if Vertex AI gen set to true",
                      "defaultValue": ""
                    },
                    "GOOGLE_GENAI_USE_VERTEXAI": {
                      "isOptional": false,
                      "description": "Set to true to use vertex Ai",
                      "defaultValue": "False"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T07:18:39.405Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4c0461d12bac439bbaca",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 71,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "adk-starter"
  }
}
