{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f9d81c6e-fc03-4c90-8d15-3d4fd69d40c1",
    "slug": "fantastic-perception",
    "name": "fantastic-perception",
    "description": "Deploy and Host fantastic-perception with Railway",
    "url": "https://railway.com/deploy/fantastic-perception",
    "upstream": {
      "repo_url": "https://github.com/Creatorsitee/terminal"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "terminal",
      "source": {
        "repo": "https://github.com/Creatorsitee/terminal"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "terminal",
      "description": "Provide a value for PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "USERNAME",
      "service": "terminal",
      "description": "Provide a value for USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fantastic-perception"
      }
    },
    "cli": "railway deploy --template fantastic-perception",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f9d81c6e-fc03-4c90-8d15-3d4fd69d40c1",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "be7eb127-86e3-4959-8e43-4f17827adfd4": {
                  "icon": null,
                  "name": "terminal",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/Creatorsitee/terminal",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "USERNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{USERNAME}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
