{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f57d16b6-3825-4db6-bb5d-f111526ace98",
    "slug": "a2a-starter-agent",
    "name": "a2a-starter-agent",
    "description": "Minimal Claude-backed A2A protocol agent for any A2A client",
    "url": "https://railway.com/deploy/a2a-starter-agent",
    "upstream": {
      "repo_url": "https://github.com/AnanyaBanerjee/a2a-starter-agent"
    }
  },
  "services": [
    {
      "name": "a2a-starter-agent",
      "source": {
        "repo": "https://github.com/AnanyaBanerjee/a2a-starter-agent"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "a2a-starter-agent",
      "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": "a2a-starter-agent"
      }
    },
    "cli": "railway deploy --template a2a-starter-agent",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f57d16b6-3825-4db6-bb5d-f111526ace98",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "29d55fcc-a0f8-4f2b-9a35-9bf1d0501d76": {
                  "icon": null,
                  "name": "a2a-starter-agent",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/AnanyaBanerjee/a2a-starter-agent",
                    "rootDirectory": null
                  },
                  "variables": {
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-06T23:54:14.295Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-06T23:55:57.232Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c55a1cf09dbf44d7b45d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 47,
    "typical_build_seconds": 30,
    "typical_start_seconds": 0,
    "slowest_service": "a2a-starter-agent"
  }
}
