Framer Security Basics Overview Security best practices for Framer API keys, plugin development, and Server API access. Instructions Step 1: Credential Management | Credential | Scope | Where to Store | |-----------|-------|----------------| | Server API Key ( ) | Per-site | Secrets vault | | Site ID | Per-site | Can be in config | | Plugin auth tokens | Per-user session | Never persist | Step 2: Plugin Security Step 3: Server API Key Rotation Step 4: Security Checklist - [ ] API keys in environment variables, never in code - [ ] in - [ ] Plugin never stores or exposes API keys - [ ] Server A…