LaunchDocs Sync prioritizes user privacy and minimal data exposure. The extension functions entirely within your local environment and only communicates with the LaunchDocs service you configure.Documentation Index
Fetch the complete documentation index at: https://docs.launchdocs.ai/llms.txt
Use this file to discover all available pages before exploring further.
No External Communication
The extension does not send data to any service other than thelaunchdocs.apiBaseUrl you have configured. It avoids third-party analytics and logging services, ensuring that all requests are directed solely to your LaunchDocs instance.
No Telemetry
LaunchDocs Sync does not collect telemetry data on usage patterns, document content, or extension behavior. Standard VS Code telemetry is limited to Microsoft’s platform, independent of the extension.No Background Polling
Network requests occur only when users explicitly initiate an export, preventing continuous background polling.No Third-Party Scripts
All code is bundled within the extension, with no loading or execution of third-party scripts from remote sources.Token Security
During file export, a single-use authentication token is included in the URI, enhancing security by limiting its viability.Short Time-to-Live
Each token expires within 10 minutes if unused, ensuring that it cannot later be used if discovered or shared.Single-Use Consumption
Tokens are consumed upon first use. Post-fetch, it becomes invalid, preventing replay attacks.Self-Hosted and Offline Use
Configurelaunchdocs.apiBaseUrl for internal infrastructure to ensure private data flow without public exposure. Offline operation is supported through manual file storage or local deployment without internet connectivity.
