Last updated: 2026-04-26
Foundry runs locally on your machine. Your code, file paths, and project content never leave your computer. We collect anonymous usage events (session start, wizard completion, etc.) by default and bug reports / feedback when you submit them. You can turn telemetry off at any time. We never collect or transmit your code, your API keys, your agent instructions, or any personally identifying information.
To understand how Foundry is being used and where it breaks, the app sends a small set of anonymous events:
session_start and session_end when you open and close the appwizard_complete with the mode you chose, the number of agents generated, and the number of capabilities installedforge_agent with the agent role and kind when you create an agent in the Forge editorrefinement_approved with the agent name when you accept a refinement proposalblueprint_import and blueprint_export with the number of agents involvedEvery event includes the app version, your operating system, the number of beta days remaining, and a random session ID that is not persisted between launches.
If you click the feedback button inside the app, we receive the category you picked and the message you wrote. Nothing more.
Foundry does most of its work locally:
.mempalace/ directory. Each project's memory is yours alone..claude/ directory as plain files.Foundry is bring-your-own-key. When Scholar runs an interview or a generation step, your project context and your interview answers are sent directly from your machine to Anthropic's API using your API key. That data is governed by Anthropic's terms of service and privacy policy. Foundry does not see, log, or proxy this traffic.
Foundry checks for new versions by fetching the public release manifest from GitHub. The request is anonymous; no account or identifying data is sent.
Anonymous telemetry events and feedback submissions are POSTed to a Google Apps Script webhook that writes them into a Google Sheet we maintain. The sheet is private to the Foundry team. Standard Google network metadata applies (IP address visible to Google during the request). We do not store or process IP addresses on our end.
Telemetry events and feedback submissions are kept indefinitely in the Google Sheet so we can study product trends over time. There is no scheduled purge. If you want a specific entry deleted, email [email protected] with a description of the entry and we will remove it.
Open Foundry, go to Settings → Privacy, and turn off telemetry. Once disabled, no events are sent. The first-run notice in the app explains this and links to the same setting. Feedback submissions remain a one-time, user-initiated action — turning off telemetry does not affect your ability to send a bug report when you want to.
Foundry is a developer tool and is not directed at children under 13. We do not knowingly collect data from anyone under 13.
If this policy changes materially, we will update this page and bump the date at the top. Past versions are visible in the public commit history of try-foundry/tryfoundry-site.
Questions, deletion requests, or anything else: [email protected].