3. Data We Collect

App Config.json collects data only to the extent necessary to provide, maintain, and improve our configuration management services. We categorize the data we collect based on its purpose and source. Below is a detailed breakdown of the information we process.

👤 Account & Identity Data

When you create an account or authenticate with App Config.json, we collect information necessary to manage your identity and access rights.

📧 Contact Information
Name, email address, and phone number provided during registration or updated in your profile settings.
🏢 Organization Details
Company name, team structure, and role assignments associated with your workspace.
🔐 Authentication
Secure hashes of passwords or tokens from third-party Identity Providers (e.g., GitHub, Okta, Google) used for Single Sign-On (SSO).

⚙️ Configuration Data

The core of our service revolves around storing and syncing your application configurations. This data is strictly segregated by workspace and encrypted at rest.

Example Config Payload JSON
// We store the JSON structure you define. // Sensitive values are encrypted in transit and at rest. { "app_id": "prod-service-alpha", "version": "v2.4.1", "features": { "enable_beta": true, "timeout_ms": 3000 }, "secrets": { "DB_PASS": "[ENCRYPTED_VALUE]" } }
🔒 Encryption Note

All Configuration Data, including secrets, is encrypted using AES-256-GCM. We employ field-level encryption for secrets, ensuring that even database administrators cannot view sensitive values without the decryption keys.

📊 Usage & Activity Data

We collect data regarding how you interact with our platform to improve performance, billing, and security.

💻 Technical & Device Data

To ensure security and optimize the service, we collect standard technical information from your devices and browsers.

🌐 IP Address
Your public IP address for geolocation, fraud prevention, and rate limiting.
📱 Device Info
Browser type, operating system, and device model.
📝 Logs
Server access logs and error logs generated during your session.

🔗 Third-Party Integrations

If you connect external services to App Config.json, we may receive data from those providers based on the permissions you grant.

🍪 Cookies & Local Storage

We use cookies and similar technologies to facilitate functionality and analyze traffic.

📢 Data Minimization

We adhere to the principle of data minimization. We only collect data that is strictly necessary for the purposes described. You can review or export your data at any time via the Data Settings panel.