{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7065ef67-81f1-4531-b058-582d3c170e51",
    "slug": "vercel-eve-agent-starter",
    "name": "Vercel EVE Agent starter",
    "description": "Starter template for building AI agents with Vercel Eve.",
    "url": "https://railway.com/deploy/vercel-eve-agent-starter",
    "upstream": {
      "repo_url": "https://github.com/tresdoce/eve-agent-starter"
    }
  },
  "services": [
    {
      "name": "Eve Agent Starter",
      "source": {
        "repo": "https://github.com/tresdoce/eve-agent-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Eve Agent Starter",
      "description": "Puerto en el que escucha la app (Railway lo inyecta solo, no hace falta tocarlo)",
      "secret": false,
      "strategy": "default",
      "default": "2000"
    },
    {
      "key": "APP_STAGE",
      "service": "Eve Agent Starter",
      "description": "Entorno de la app: local | test | develop | qa | homo | production",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "OPENAI_MODEL",
      "service": "Eve Agent Starter",
      "description": "Modelo de OpenAI que usa el agente (opcional, default gpt-4o)",
      "secret": false,
      "strategy": "default",
      "default": "gpt-4o"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "Eve Agent Starter",
      "description": "API key de OpenAI (requerida)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RAILPACK_NODE_VERSION",
      "service": "Eve Agent Starter",
      "description": "Versión de Node para el build de Railpack — Eve requiere >=24",
      "secret": false,
      "strategy": "default",
      "default": "24"
    },
    {
      "key": "OPENAI_REASONING_EFFORT",
      "service": "Eve Agent Starter",
      "description": "Nivel de razonamiento del modelo (opcional): none | minimal | low | medium | high | xhigh",
      "secret": false,
      "strategy": "default",
      "default": "medium"
    },
    {
      "key": "ROUTE_AUTH_BASIC_PASSWORD",
      "service": "Eve Agent Starter",
      "description": "Password para autenticar /eve/v1/session en producción (httpBasic) — se regenera en cada redeploy",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ROUTE_AUTH_BASIC_USERNAME",
      "service": "Eve Agent Starter",
      "description": "Usuario para autenticar /eve/v1/session en producción (httpBasic)",
      "secret": false,
      "strategy": "default",
      "default": "eve-agent"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vercel-eve-agent-starter"
      }
    },
    "cli": "railway deploy --template vercel-eve-agent-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7065ef67-81f1-4531-b058-582d3c170e51",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "3abd4639-ecab-40f6-b538-b5305aa97807": {
                  "icon": "https://img.icons8.com/ios_filled/1200/vercel.jpg",
                  "name": "Eve Agent Starter",
                  "deploy": {
                    "startCommand": "pnpm run start",
                    "healthcheckPath": "/eve/v1/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/tresdoce/eve-agent-starter",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Puerto en el que escucha la app (Railway lo inyecta solo, no hace falta tocarlo)",
                      "defaultValue": "2000"
                    },
                    "APP_STAGE": {
                      "isOptional": false,
                      "description": "Entorno de la app: local | test | develop | qa | homo | production",
                      "defaultValue": "production"
                    },
                    "OPENAI_MODEL": {
                      "description": "Modelo de OpenAI que usa el agente (opcional, default gpt-4o)",
                      "defaultValue": "gpt-4o"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "API key de OpenAI (requerida)",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "RAILPACK_NODE_VERSION": {
                      "isOptional": false,
                      "description": "Versión de Node para el build de Railpack — Eve requiere >=24",
                      "defaultValue": "24"
                    },
                    "OPENAI_REASONING_EFFORT": {
                      "isOptional": false,
                      "description": "Nivel de razonamiento del modelo (opcional): none | minimal | low | medium | high | xhigh",
                      "defaultValue": "medium"
                    },
                    "ROUTE_AUTH_BASIC_PASSWORD": {
                      "isOptional": false,
                      "description": "Password para autenticar /eve/v1/session en producción (httpBasic) — se regenera en cada redeploy",
                      "defaultValue": "{{ROUTE_AUTH_BASIC_PASSWORD}}"
                    },
                    "ROUTE_AUTH_BASIC_USERNAME": {
                      "isOptional": false,
                      "description": "Usuario para autenticar /eve/v1/session en producción (httpBasic)",
                      "defaultValue": "eve-agent"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:2000": {
                        "port": 2000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Eve Agent Starter",
      "method": "GET",
      "path": "/eve/v1/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:39:16.060Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_133ac31375014d94a8ad",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 119,
    "typical_build_seconds": 81,
    "typical_start_seconds": 20,
    "slowest_service": "Eve Agent Starter"
  }
}
