{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b1fb7505-14d9-4151-b316-5fae9f61d237",
    "slug": "andromeda-sipp",
    "name": "Andromeda - Sipp",
    "description": "A minimal code sharing web server + CLI",
    "url": "https://railway.com/deploy/andromeda-sipp",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/sipp"
    }
  },
  "services": [
    {
      "name": "sipp",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/sipp"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SIPP_API_KEY",
      "service": "sipp",
      "description": "API key to access Sipp from the /admin page or through the Sipp CLI",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SIPP_AUTH_ENDPOINTS",
      "service": "sipp",
      "description": "Comma-separated list of endpoints requiring auth: api_list, api_create, api_get, api_delete, all, or none (defaults to api_delete,api_list)",
      "secret": false,
      "strategy": "default",
      "default": "api_delete,api_list"
    },
    {
      "key": "SIPP_MAX_CONTENT_SIZE",
      "service": "sipp",
      "description": "Maximum snippet content size in bytes (defaults to 512000 / 500 KB)",
      "secret": false,
      "strategy": "default",
      "default": "512000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-sipp"
      }
    },
    "cli": "railway deploy --template andromeda-sipp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b1fb7505-14d9-4151-b316-5fae9f61d237",
            "serializedConfig": {
              "services": {
                "9eefaebd-e31b-4cb2-b78a-08f3816d039d": {
                  "icon": "https://assets.andromeda.build/sipp-icon.png",
                  "name": "sipp",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/sipp"
                  },
                  "variables": {
                    "SIPP_API_KEY": {
                      "description": "API key to access Sipp from the /admin page or through the Sipp CLI",
                      "defaultValue": "{{SIPP_API_KEY}}"
                    },
                    "SIPP_AUTH_ENDPOINTS": {
                      "isOptional": true,
                      "description": "Comma-separated list of endpoints requiring auth: api_list, api_create, api_get, api_delete, all, or none (defaults to api_delete,api_list)",
                      "defaultValue": "api_delete,api_list"
                    },
                    "SIPP_MAX_CONTENT_SIZE": {
                      "isOptional": true,
                      "description": "Maximum snippet content size in bytes (defaults to 512000 / 500 KB)",
                      "defaultValue": "512000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "9eefaebd-e31b-4cb2-b78a-08f3816d039d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T04:14:46.774Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:24:46.714Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6d4efc999a854216bc9c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 66,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "sipp"
  }
}
