{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bb43e203-83db-47f7-a3d2-b8c2a4916a51",
    "slug": "ion-agent",
    "name": "ion-agent",
    "description": "Deploy and Host ion-agent with Railway",
    "url": "https://railway.com/deploy/ion-agent",
    "upstream": {
      "repo_url": "https://github.com/paxlabs-inc/ion-agent"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "ion-agent",
      "source": {
        "repo": "https://github.com/paxlabs-inc/ion-agent"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ION_VAULT_KEK",
      "service": "ion-agent",
      "description": "Random Base64 String",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ION_AUTH_PASSWORD",
      "service": "ion-agent",
      "description": "Passwoed to Access App",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ION_AUTH_USERNAME",
      "service": "ion-agent",
      "description": "Username to Access App",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ion-agent"
      }
    },
    "cli": "railway deploy --template ion-agent",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bb43e203-83db-47f7-a3d2-b8c2a4916a51",
            "serializedConfig": {
              "services": {
                "a6e396d5-b4c4-42a5-abfc-ce0a61ab23e9": {
                  "icon": "https://raw.githubusercontent.com/paxlabs-inc/ion-agent/refs/heads/main/assets/ion-logo-light/Square142x142Logo.png",
                  "name": "ion-agent",
                  "source": {
                    "repo": "paxlabs-inc/ion-agent",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "LLM_MODEL": {
                      "isOptional": true,
                      "description": "eg. mimo-v2.5-pro-ultraspeed",
                      "defaultValue": ""
                    },
                    "ION_VAULT_KEK": {
                      "description": "Random Base64 String",
                      "defaultValue": "{{ION_VAULT_KEK}}"
                    },
                    "PROVIDER_NAME": {
                      "isOptional": true,
                      "description": "Name od your LLM provider we reccomend Xiaomi",
                      "defaultValue": ""
                    },
                    "PROVIDER_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "ION_AUTH_PASSWORD": {
                      "description": "Passwoed to Access App",
                      "defaultValue": "{{ION_AUTH_PASSWORD}}"
                    },
                    "ION_AUTH_USERNAME": {
                      "description": "Username to Access App",
                      "defaultValue": "{{ION_AUTH_USERNAME}}"
                    },
                    "PROVIDER_BASE_URL": {
                      "isOptional": true,
                      "description": "API base URL eg. https://api.xiaomimimo.com/v1",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "a6e396d5-b4c4-42a5-abfc-ce0a61ab23e9": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0"
}
