{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fb98da8d-1a32-4e4d-94b1-328c2fff0ae3",
    "slug": "passionate-abundance",
    "name": "consultralph",
    "description": "ConsultRalph - AI autonomous agent for consultants",
    "url": "https://railway.com/deploy/passionate-abundance",
    "upstream": {
      "repo_url": "https://github.com/unicodeveloper/consultralph"
    }
  },
  "services": [
    {
      "name": "consultralph",
      "source": {
        "repo": "https://github.com/unicodeveloper/consultralph"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "VALYU_API_KEY",
      "service": "consultralph",
      "description": "This is the API key for Valyu.  Get your API key at https://valyu.ai",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "VALYU_APP_URL",
      "service": "consultralph",
      "description": "Valyu Platform URL (for user info and proxy)",
      "secret": false,
      "strategy": "default",
      "default": "https://platform.valyu.ai"
    },
    {
      "key": "NEXT_PUBLIC_APP_MODE",
      "service": "consultralph",
      "description": "The self-hosted mode of ConsultRalph",
      "secret": false,
      "strategy": "default",
      "default": "self-hosted"
    },
    {
      "key": "NEXT_PUBLIC_ENTERPRISE",
      "service": "consultralph",
      "description": "Provide a value for NEXT_PUBLIC_ENTERPRISE.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "NEXT_PUBLIC_VALYU_AUTH_URL",
      "service": "consultralph",
      "description": "Provide a value for NEXT_PUBLIC_VALYU_AUTH_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://auth.valyu.ai"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "passionate-abundance"
      }
    },
    "cli": "railway deploy --template passionate-abundance",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fb98da8d-1a32-4e4d-94b1-328c2fff0ae3",
            "serializedConfig": {
              "services": {
                "04df3cd9-616e-4525-8027-ba62933bab93": {
                  "name": "consultralph",
                  "source": {
                    "repo": "unicodeveloper/consultralph",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "VALYU_API_KEY": {
                      "isOptional": false,
                      "description": "This is the API key for Valyu.  Get your API key at https://valyu.ai",
                      "defaultValue": "{{VALYU_API_KEY}}"
                    },
                    "VALYU_APP_URL": {
                      "isOptional": false,
                      "description": "Valyu Platform URL (for user info and proxy)",
                      "defaultValue": "https://platform.valyu.ai"
                    },
                    "NEXT_PUBLIC_APP_MODE": {
                      "isOptional": false,
                      "description": "The self-hosted mode of ConsultRalph",
                      "defaultValue": "self-hosted"
                    },
                    "NEXT_PUBLIC_ENTERPRISE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "false"
                    },
                    "NEXT_PUBLIC_VALYU_AUTH_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://auth.valyu.ai"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T20:12:53.526Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_234bcfd89a8c4a07941d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 169,
    "typical_build_seconds": 96,
    "typical_start_seconds": 10,
    "slowest_service": "consultralph"
  }
}
