{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1c24c0ab-0cb2-46e8-a4f2-d21ba4bd6ad0",
    "slug": "breadbot",
    "name": "Breadbot",
    "description": "Crypto trading bot + web panel. Scans Solana & Base 24/7.",
    "url": "https://railway.com/deploy/breadbot"
  },
  "services": [
    {
      "name": "breadbot-deploy",
      "source": {
        "repo": "https://github.com/getbreadbot/breadbot-deploy"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "breadbot-panel",
      "source": {
        "repo": "https://github.com/getbreadbot/breadbot-deploy"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "breadbot"
      }
    },
    "cli": "railway deploy --template breadbot",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1c24c0ab-0cb2-46e8-a4f2-d21ba4bd6ad0",
            "serializedConfig": {
              "services": {
                "1fa0eb37-cfdc-4774-9d4e-9c5902606d47": {
                  "name": "breadbot-deploy",
                  "source": {
                    "repo": "getbreadbot/breadbot-deploy",
                    "branch": null,
                    "rootDirectory": null
                  }
                },
                "691b1fda-aabe-4107-85e4-6220e46b5cd4": {
                  "name": "breadbot-panel",
                  "source": {
                    "repo": "getbreadbot/breadbot-deploy",
                    "branch": null,
                    "rootDirectory": "panel"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T04:14:46.774Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T16:53:54.095Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_b97ebcf8ff3a42d083f9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "BUILDING,FAILED"
      }
    ]
  }
}
