{
  "manifest_version": "1.0.0",
  "template": {
    "id": "70ceb127-c460-485c-91de-1e0bf79189b7",
    "slug": "eve-agent-template",
    "name": "eve-agent-template",
    "description": "Eve agent template based on the Vercel framework",
    "url": "https://railway.com/deploy/eve-agent-template",
    "upstream": {
      "repo_url": "https://github.com/bergside/eve-railway-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "eve-railway-template",
      "source": {
        "repo": "https://github.com/bergside/eve-railway-template"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "EVE_MODEL",
      "service": "eve-railway-template",
      "description": "Provider-qualified model used by the agent (i.e. openai/gpt-5.4-mini).",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "EVE_AGENT_SLUG",
      "service": "eve-railway-template",
      "description": "Agent slug from its EveAgents URL (i.e. incident-response-commander).",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "EVEAGENTS_API_KEY",
      "service": "eve-railway-template",
      "description": "API key created in your EveAgents account (i.e. eva_live_...).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "EVE_PROVIDER_API_KEY",
      "service": "eve-railway-template",
      "description": "API key matching the provider selected in EVE_MODEL (i.e. an OpenAI key when using openai/gpt-5.4-mini).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ROUTE_AUTH_BASIC_USER",
      "service": "eve-railway-template",
      "description": "Username protecting the deployed agent’s public HTTP routes. Use eve as the default.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "EVEAGENTS_REGISTRY_URL",
      "service": "eve-railway-template",
      "description": "EveAgents registry endpoint used to download agents (i.e. https://www.eveagents.dev/api/registry/v1).",
      "secret": false,
      "strategy": "default",
      "default": "https://www.eveagents.dev/api/registry/v1"
    },
    {
      "key": "ROUTE_AUTH_BASIC_PASSWORD",
      "service": "eve-railway-template",
      "description": "Required and secret. Password protecting the deployed agent’s public HTTP routes. Railway should generate it automatically with ${{ secret(32) }}.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "eve-agent-template"
      }
    },
    "cli": "railway deploy --template eve-agent-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "70ceb127-c460-485c-91de-1e0bf79189b7",
            "serializedConfig": {
              "services": {
                "55254f9b-4901-488c-892e-37f35bbd2f8f": {
                  "name": "eve-railway-template",
                  "source": {
                    "repo": "bergside/eve-railway-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "EVE_MODEL": {
                      "isOptional": false,
                      "description": "Provider-qualified model used by the agent (i.e. openai/gpt-5.4-mini).",
                      "defaultValue": "{{EVE_MODEL}}"
                    },
                    "EVE_AGENT_SLUG": {
                      "isOptional": false,
                      "description": "Agent slug from its EveAgents URL (i.e. incident-response-commander).",
                      "defaultValue": "{{EVE_AGENT_SLUG}}"
                    },
                    "EVEAGENTS_API_KEY": {
                      "isOptional": false,
                      "description": "API key created in your EveAgents account (i.e. eva_live_...).",
                      "defaultValue": "{{EVEAGENTS_API_KEY}}"
                    },
                    "EVE_INTEGRATION_SLUG": {
                      "isOptional": true,
                      "description": "Integration variant to deploy; leave empty for the standalone agent (i.e. slack).",
                      "defaultValue": ""
                    },
                    "EVE_PROVIDER_API_KEY": {
                      "isOptional": false,
                      "description": "API key matching the provider selected in EVE_MODEL (i.e. an OpenAI key when using openai/gpt-5.4-mini).",
                      "defaultValue": "{{EVE_PROVIDER_API_KEY}}"
                    },
                    "ROUTE_AUTH_BASIC_USER": {
                      "isOptional": false,
                      "description": "Username protecting the deployed agent’s public HTTP routes. Use eve as the default.",
                      "defaultValue": "{{ROUTE_AUTH_BASIC_USER}}"
                    },
                    "EVEAGENTS_REGISTRY_URL": {
                      "isOptional": false,
                      "description": "EveAgents registry endpoint used to download agents (i.e. https://www.eveagents.dev/api/registry/v1).",
                      "defaultValue": "https://www.eveagents.dev/api/registry/v1"
                    },
                    "ROUTE_AUTH_BASIC_PASSWORD": {
                      "isOptional": false,
                      "description": "Required and secret. Password protecting the deployed agent’s public HTTP routes. Railway should generate it automatically with ${{ secret(32) }}.",
                      "defaultValue": "{{ROUTE_AUTH_BASIC_PASSWORD}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-08T11:54:27.954Z",
  "generator_version": "0.1.0"
}
