{
  "manifest_version": "1.0.0",
  "template": {
    "id": "040cdba6-0f13-4957-a5a5-4d824d272f46",
    "slug": "nanobot-2",
    "name": "nanobot",
    "description": "🐈 nanobot: The Ultra-Lightweight OpenClaw",
    "url": "https://railway.com/deploy/nanobot-2",
    "upstream": {
      "repo_url": "https://github.com/Lima-e-Silva/nanobot"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "nanobot",
      "source": {
        "repo": "https://github.com/Lima-e-Silva/nanobot"
      },
      "needs_volume": true,
      "volume_mount_path": "/root/.nanobot",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "API_KEY",
      "service": "nanobot",
      "description": "Your API key for the chosen provider",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LLM_MODEL",
      "service": "nanobot",
      "description": "Which model to use? (ex: gpt-5.1, moonshotai/kimi-k2.5)",
      "secret": false,
      "strategy": "default",
      "default": "x-ai/grok-4.1-fast"
    },
    {
      "key": "TELEGRAM_ID",
      "service": "nanobot",
      "description": "Your Telegram account's ID",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "LLM_PROVIDER",
      "service": "nanobot",
      "description": "Which LLM provider to use? (ex: openai, anthropic, openrouter)",
      "secret": false,
      "strategy": "default",
      "default": "openrouter"
    },
    {
      "key": "TELEGRAM_BOT_TOKEN",
      "service": "nanobot",
      "description": "Your bot's token generated in Telegram's BotFather",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nanobot-2"
      }
    },
    "cli": "railway deploy --template nanobot-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "040cdba6-0f13-4957-a5a5-4d824d272f46",
            "serializedConfig": {
              "services": {
                "6684e503-37b5-4cc4-b89b-1b67d2e12a03": {
                  "icon": "https://images.techulus.cloud/v1/crop/0/0/430/480?url=https://raw.githubusercontent.com/HKUDS/nanobot/refs/heads/main/nanobot_logo.png",
                  "name": "nanobot",
                  "source": {
                    "repo": "Lima-e-Silva/nanobot",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "API_KEY": {
                      "isOptional": false,
                      "description": "Your API key for the chosen provider",
                      "defaultValue": "{{API_KEY}}"
                    },
                    "LLM_MODEL": {
                      "isOptional": false,
                      "description": "Which model to use? (ex: gpt-5.1, moonshotai/kimi-k2.5)",
                      "defaultValue": "x-ai/grok-4.1-fast"
                    },
                    "TELEGRAM_ID": {
                      "isOptional": false,
                      "description": "Your Telegram account's ID",
                      "defaultValue": "{{TELEGRAM_ID}}"
                    },
                    "LLM_PROVIDER": {
                      "isOptional": false,
                      "description": "Which LLM provider to use? (ex: openai, anthropic, openrouter)",
                      "defaultValue": "openrouter"
                    },
                    "TELEGRAM_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "Your bot's token generated in Telegram's BotFather",
                      "defaultValue": "{{TELEGRAM_BOT_TOKEN}}"
                    }
                  },
                  "volumeMounts": {
                    "6684e503-37b5-4cc4-b89b-1b67d2e12a03": {
                      "mountPath": "/root/.nanobot"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
