{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6b5dbd2e-ba50-4f01-96da-b8e050e304a1",
    "slug": "open-source-intelligence-command-center",
    "name": "Open Source Intelligence Command Center",
    "description": "Plots conflicts, security events, threat indicators on an interactive map",
    "url": "https://railway.com/deploy/open-source-intelligence-command-center",
    "upstream": {
      "repo_url": "https://github.com/unicodeveloper/globalthreatmap"
    }
  },
  "services": [
    {
      "name": "globalthreatmap",
      "source": {
        "repo": "https://github.com/unicodeveloper/globalthreatmap"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "VALYU_API_KEY",
      "service": "globalthreatmap",
      "description": "Provide a value for VALYU_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "VALYU_APP_URL",
      "service": "globalthreatmap",
      "description": "Valyu API Key. Get one at: https://valyu.ai",
      "secret": false,
      "strategy": "default",
      "default": "https://platform.valyu.ai"
    },
    {
      "key": "NEXT_PUBLIC_APP_MODE",
      "service": "globalthreatmap",
      "description": "Provide a value for NEXT_PUBLIC_APP_MODE.",
      "secret": false,
      "strategy": "default",
      "default": "self-hosted"
    },
    {
      "key": "NEXT_PUBLIC_MAPBOX_TOKEN",
      "service": "globalthreatmap",
      "description": "Mapbox API Token Get one at: https://account.mapbox.com/access-tokens/",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "open-source-intelligence-command-center"
      }
    },
    "cli": "railway deploy --template open-source-intelligence-command-center",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6b5dbd2e-ba50-4f01-96da-b8e050e304a1",
            "serializedConfig": {
              "services": {
                "7d82a650-b7dd-4607-89c8-b2b90756ce10": {
                  "name": "globalthreatmap",
                  "source": {
                    "repo": "unicodeveloper/globalthreatmap",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "VALYU_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{VALYU_API_KEY}}"
                    },
                    "VALYU_APP_URL": {
                      "isOptional": false,
                      "description": "Valyu API Key. Get one at: https://valyu.ai",
                      "defaultValue": "https://platform.valyu.ai"
                    },
                    "NEXT_PUBLIC_APP_MODE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "self-hosted"
                    },
                    "NEXT_PUBLIC_MAPBOX_TOKEN": {
                      "isOptional": false,
                      "description": "Mapbox API Token Get one at: https://account.mapbox.com/access-tokens/",
                      "defaultValue": "{{NEXT_PUBLIC_MAPBOX_TOKEN}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-14T22:14:43.073Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T22:10:50.344Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3bb6bcbd361f4386b08c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 122,
    "typical_build_seconds": 61,
    "typical_start_seconds": 10,
    "slowest_service": "globalthreatmap"
  }
}
