Palantir Security Basics Overview Security best practices for Foundry API tokens, OAuth2 credentials, scope management, and secret rotation. Covers both personal access tokens (dev) and service user credentials (production). Prerequisites - Foundry Developer Console access - Understanding of OAuth2 scopes Instructions Step 1: Secure Credential Storage For production, use a secrets manager: Step 2: Apply Least Privilege Scopes | Environment | Recommended Scopes | Rationale | |-------------|-------------------|-----------| | Development | | Read-only prevents accidental mutations | | Staging |…