{"id":28409890,"url":"https://github.com/crowdstrike/foundry-tutorial-quickstart","last_synced_at":"2026-02-11T22:06:59.472Z","repository":{"id":259124054,"uuid":"862006143","full_name":"CrowdStrike/foundry-tutorial-quickstart","owner":"CrowdStrike","description":"A basic \"Hello World\" app with Foundry","archived":false,"fork":false,"pushed_at":"2025-08-26T03:10:42.000Z","size":2772,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-26T04:26:43.291Z","etag":null,"topics":["falcon-foundry"],"latest_commit_sha":null,"homepage":"https://www.crowdstrike.com/tech-hub/ng-siem/a-practical-guide-to-building-a-falcon-foundry-app-for-the-first-time/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrowdStrike.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-23T21:40:24.000Z","updated_at":"2025-08-21T12:30:52.000Z","dependencies_parsed_at":"2025-08-26T04:17:09.554Z","dependency_job_id":"6b1f29fd-6682-4e64-8cef-365972a4acb9","html_url":"https://github.com/CrowdStrike/foundry-tutorial-quickstart","commit_stats":null,"previous_names":["crowdstrike/foundry-quickstart","crowdstrike/foundry-tutorial-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CrowdStrike/foundry-tutorial-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffoundry-tutorial-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffoundry-tutorial-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffoundry-tutorial-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffoundry-tutorial-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrowdStrike","download_url":"https://codeload.github.com/CrowdStrike/foundry-tutorial-quickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffoundry-tutorial-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273539293,"owners_count":25123499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["falcon-foundry"],"created_at":"2025-06-02T11:08:53.836Z","updated_at":"2026-02-11T22:06:54.455Z","avatar_url":"https://github.com/CrowdStrike.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CrowdStrike](/images/cs-logo.png)\n\n[![CrowdStrike Subreddit](https://img.shields.io/badge/-r%2Fcrowdstrike-white?logo=reddit\u0026labelColor=gray\u0026link=https%3A%2F%2Freddit.com%2Fr%2Fcrowdstrike)](https://reddit.com/r/crowdstrike)\u003cbr/\u003e\n\n# Foundry Quickstart\n\n\u003e A basic \"Hello World\" app with Foundry.\n\n\u003e [!IMPORTANT]  \n\u003e To view this tutorial and import the app, you need access to the Falcon console.\n\nThis code is the result of doing the Falcon Foundry Quickstart. To see how it was created, please [visit our documentation](https://falcon.crowdstrike.com/login/?unilogin=true\u0026next=/documentation/page/p3e6b484/foundry-quickstart).\n\n## Prerequisites\n\n- Falcon Insight XDR or Falcon Prevent (one app)\n- Falcon Next-Gen SIEM or Falcon Foundry (1+ apps depending on entitlement)\n- The latest version of the Foundry CLI (instructions below)\n\n### Install the Foundry CLI\n\nYou can install the Foundry CLI with Homebrew on Linux/macOS.\n\n**Linux and macOS**:\n\nInstall [Homebrew](https://docs.brew.sh/Installation). Then, add the Foundry CLI repository to the list of formulae that Homebrew uses and install the CLI:\n\n```shell\nbrew tap crowdstrike/foundry-cli\nbrew install crowdstrike/foundry-cli/foundry\n```\n\n**Windows**:\n\nDownload the [latest Windows zip file](https://assets.foundry.crowdstrike.com/cli/latest/foundry_Windows_x86_64.zip), expand it, and add the installation directory to your PATH environment variable.\n\nVerify it's installed correctly:\n\n```shell\nfoundry version\n```\n\n## Getting Started\n\nClone this repository to your local system, or [download it as a zip file](https://github.com/CrowdStrike/foundry-quickstart/archive/refs/heads/main.zip).\n\n```shell\ngit clone https://github.com/CrowdStrike/foundry-quickstart\ncd foundry-quickstart\n```\n\nLog in to Foundry:\n\n```shell\nfoundry login\n```\n\nYou don't need to select any specific permissions since this is just a hello world app.\n\n- [ ] Run RTR Scripts\n- [ ] Run, execute, and test Workflows\n- [ ] Run, execute, and test API integrations\n- [ ] Run, execute, and test LogScale queries\n- [ ] (optional) Generate mock data to test your app\n\nDeploy the app:\n\n```shell\nfoundry apps deploy\n```\n\n\u003e [!TIP]\n\u003e If you get an error that the name already exists, change the name to something unique to your CID in `manifest.yml`.\n\nOnce the deployment has finished, you can release the app:\n\n```shell\nfoundry apps release\n```\n\nNext, go to **Foundry** \u003e **App catalog**, find your app, and install it. Select the **Open App** button in the success dialog.\n\n\u003e [!TIP]\n\u003e If the app doesn't load, reload the page.\n\n## Links\n\nThis example uses the following CrowdStrike products:\n\n* [Falcon Platform](https://www.crowdstrike.com/platform/)\n* [Falcon Foundry](https://www.crowdstrike.com/platform/next-gen-siem/falcon-foundry/)\n\n## Help\n\nPlease post any questions as [discussions](https://github.com/CrowdStrike/foundry-quickstart/discussions) in this repo, ask for help in our [CrowdStrike subreddit](https://www.reddit.com/r/crowdstrike/), or post your question to our [Foundry Developer Community](https://community.crowdstrike.com/groups/foundry-developer-community-82).\n\n## Support\n\nThe foundry-quickstart repo is the resulting code from doing the Foundry Quickstart tutorial. While not a formal CrowdStrike product, foundry-quickstart is maintained by CrowdStrike and supported in partnership with the open source developer community.\n\n## License\n\nMIT, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Ffoundry-tutorial-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowdstrike%2Ffoundry-tutorial-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Ffoundry-tutorial-quickstart/lists"}