{
  "manifest_version": "1.0.0",
  "template": {
    "id": "647ca5c2-e744-403f-ad0b-9fbe4c3a852d",
    "slug": "3d-portfolio",
    "name": "3D Portfolio",
    "description": "Interactive 3D developer portfolio with 3d animations",
    "url": "https://railway.com/deploy/3d-portfolio",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/3d-portfolio"
    }
  },
  "services": [
    {
      "name": "3d-portfolio",
      "source": {
        "repo": "https://github.com/bilalnawaz072/3d-portfolio"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RESEND_API_KEY",
      "service": "3d-portfolio",
      "description": "API key from Resend for the contact form",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "3d-portfolio"
      }
    },
    "cli": "railway deploy --template 3d-portfolio",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "647ca5c2-e744-403f-ad0b-9fbe4c3a852d",
            "serializedConfig": {
              "services": {
                "6138e687-e111-44c6-a2d9-49d5babfa712": {
                  "name": "3d-portfolio",
                  "source": {
                    "repo": "bilalnawaz072/3d-portfolio",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "RESEND_API_KEY": {
                      "isOptional": false,
                      "description": "API key from Resend for the contact form",
                      "defaultValue": "{{RESEND_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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-06T12:09:09.947Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9626c16ef134440e877e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 91,
    "typical_build_seconds": 64,
    "typical_start_seconds": 10,
    "slowest_service": "3d-portfolio"
  }
}
