{
  "manifest_version": "1.0.0",
  "template": {
    "id": "931b8ff2-8fbe-4aad-8eba-6fa4ed18f53b",
    "slug": "arispay-x402-seller-template",
    "name": "arispay-x402-seller-template",
    "description": "Deploy a no-signup x402 seller on Base mainnet with ArisPay.",
    "url": "https://railway.com/deploy/arispay-x402-seller-template",
    "upstream": {
      "repo_url": "https://github.com/arispay-inc/arispay-x402"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "x402-seller",
      "source": {
        "repo": "https://github.com/arispay-inc/arispay-x402"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PAY_TO_ADDRESS",
      "service": "x402-seller",
      "description": "Provide a value for PAY_TO_ADDRESS.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "FACILITATOR_URL",
      "service": "x402-seller",
      "description": "Provide a value for FACILITATOR_URL.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "arispay-x402-seller-template"
      }
    },
    "cli": "railway deploy --template arispay-x402-seller-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "931b8ff2-8fbe-4aad-8eba-6fa4ed18f53b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "bd99fb16-c56a-4598-873c-1d8f55a1c382": {
                  "icon": null,
                  "name": "x402-seller",
                  "deploy": {
                    "startCommand": "npm start",
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/arispay-inc/arispay-x402",
                    "rootDirectory": "/templates/railway-x402-seller"
                  },
                  "variables": {
                    "PAY_TO_ADDRESS": {
                      "isOptional": false,
                      "defaultValue": "{{PAY_TO_ADDRESS}}"
                    },
                    "FACILITATOR_URL": {
                      "isOptional": false,
                      "defaultValue": "{{FACILITATOR_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "x402-seller",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
