{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4031a153-8337-4bff-a501-120eed7e0d6f",
    "slug": "kokoro-tts-api",
    "name": "Kokoro TTS API | (Just Updated) OpenAI-Compatible Voice, Hobby Plan Recommended",
    "description": "OpenAI-compatible TTS API. Needs 1.5GB RAM, Hobby plan or above.",
    "url": "https://railway.com/deploy/kokoro-tts-api",
    "upstream": {
      "image": "ghcr.io/remsky/kokoro-fastapi-cpu:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Kokoro API",
      "source": {
        "image": "ghcr.io/remsky/kokoro-fastapi-cpu:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Kokoro API",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8880"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kokoro-tts-api"
      }
    },
    "cli": "railway deploy --template kokoro-tts-api",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4031a153-8337-4bff-a501-120eed7e0d6f",
            "serializedConfig": {
              "services": {
                "1aa4c87d-e56a-43cb-8009-47dc6acbc6d7": {
                  "name": "Kokoro API",
                  "deploy": {
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/remsky/kokoro-fastapi-cpu:latest"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8880"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8880": {
                        "port": 8880
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Kokoro API",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-09T12:02:35.481Z",
  "generator_version": "0.1.0"
}
