🚀 Private App Manager

Upload your APK directly to Managed Google Play

🔑 Admin Login

Login with your Google account to generate web tokens.

📚 API Reference

To generate a web token programmatically, call this endpoint:

POST https://androidmanagement.googleapis.com/v1/enterprises/{enterpriseId}/webTokens

Body:
{
  "parentFrameUrl": "https://your-domain.com",
  "enabledFeatures": ["PRIVATE_APPS"]
}