{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ca30ffe3-4e36-4651-9e7b-94f2e8f086ec",
    "slug": "deltanode-dev-agents",
    "name": "DeltaNode Dev Agents",
    "description": "AI agent workflow system with validation scoring and self-improvement loops",
    "url": "https://railway.com/deploy/deltanode-dev-agents",
    "upstream": {
      "repo_url": "https://github.com/nodeglobal/agents"
    }
  },
  "services": [
    {
      "name": "agents",
      "source": {
        "repo": "https://github.com/nodeglobal/agents"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "agents",
      "description": "Provide a value for ANTHROPIC_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "deltanode-dev-agents"
      }
    },
    "cli": "railway deploy --template deltanode-dev-agents",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ca30ffe3-4e36-4651-9e7b-94f2e8f086ec",
            "serializedConfig": {
              "services": {
                "7486e891-d6c4-49f9-a945-8a9cd3f733e6": {
                  "name": "agents",
                  "source": {
                    "repo": "nodeglobal/agents",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ANTHROPIC_API_KEY": {
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T11:56:45.245Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_1082ccbda2034e6da6ab",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
