Add US-3 region support to credential setup - #24
Merged
Conversation
The auth module already accepts any base_url, so US-3 works mechanically; this documents it so users know the host. Adds the US-3 base URL (api.us-3.crowdstrike.com) to the setup skill's multi-cloud profile examples and the README region notes, alongside a US-GOV-1 example that was also missing. Base URLs match the FalconPy BaseURL enum.
prvn
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the US-3 cloud in credential setup. The shared auth module already accepts any
base_url(fromFALCON_BASE_URLor a TOML profile), so US-3 works mechanically today — this makes the host discoverable rather than leaving users to guess it.Changes:
skills/setup/SKILL.md— added a[us-3]profile example (https://api.us-3.crowdstrike.com) to the multi-cloud TOML block, plus a[us-gov-1]example that was also missing.README.md— added US-3 (and US-GOV-1) to theFALCON_BASE_URLregion notes.Base URLs match the FalconPy
BaseURLenum. No code changes — auth is already region-agnostic.Draft while US-3 completes its rollout.