{
  "manifest_version": "1.0.0",
  "template": {
    "id": "690a645a-607f-47d3-a48d-0cc6a372980b",
    "slug": "e88vkn",
    "name": "Traggo",
    "description": "Tag-based time tracking tool",
    "url": "https://railway.com/deploy/e88vkn",
    "upstream": {
      "image": "traggo/server:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "traggo/server:latest",
      "source": {
        "image": "traggo/server:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/traggo/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "traggo/server:latest",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3030"
    },
    {
      "key": "TRAGGO_DEFAULT_USER_NAME",
      "service": "traggo/server:latest",
      "description": "Provide a value for TRAGGO_DEFAULT_USER_NAME.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "TRAGGO_DEFAULT_USER_PASS",
      "service": "traggo/server:latest",
      "description": "Provide a value for TRAGGO_DEFAULT_USER_PASS.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "e88vkn"
      }
    },
    "cli": "railway deploy --template e88vkn",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "690a645a-607f-47d3-a48d-0cc6a372980b",
            "serializedConfig": {
              "services": {
                "59d45055-1357-4f1b-874c-875539921552": {
                  "name": "traggo/server:latest",
                  "source": {
                    "image": "traggo/server:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3030"
                    },
                    "TRAGGO_DEFAULT_USER_NAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{TRAGGO_DEFAULT_USER_NAME}}"
                    },
                    "TRAGGO_DEFAULT_USER_PASS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{TRAGGO_DEFAULT_USER_PASS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "59d45055-1357-4f1b-874c-875539921552": {
                      "mountPath": "/opt/traggo/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
