{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0b13d691-6934-498c-a0e3-ee6eb2ccb578",
    "slug": "pocket-tts-1",
    "name": "Pocket TTS",
    "description": "CPU-only text-to-speech API. Send text, get audio back.",
    "url": "https://railway.com/deploy/pocket-tts-1",
    "upstream": {
      "repo_url": "https://github.com/kyutai-labs/pocket-tts"
    }
  },
  "services": [
    {
      "name": "pocket-tts",
      "source": {
        "repo": "https://github.com/kyutai-labs/pocket-tts"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pocket-tts-1"
      }
    },
    "cli": "railway deploy --template pocket-tts-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0b13d691-6934-498c-a0e3-ee6eb2ccb578",
            "serializedConfig": {
              "services": {
                "69769937-62e4-45bd-9f33-8c8484d2c663": {
                  "name": "pocket-tts",
                  "deploy": {
                    "startCommand": "uv run pocket-tts serve --host 0.0.0.0"
                  },
                  "source": {
                    "repo": "kyutai-labs/pocket-tts"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T15:51:18.215Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2d1f2a65da3c455b9d9a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 269,
    "typical_build_seconds": 163,
    "typical_start_seconds": 51,
    "slowest_service": "pocket-tts"
  }
}
