API keys now carry explicit permission scopes. When you create a key you choose exactly what it can do — no more handing out full-access credentials for a read-only integration.
What changed:
403 Forbidden when a key lacks the required scope. The error code is forbidden.Scoped keys are useful any time you want to give a third-party integration the minimum access it needs — for example, a read-only key for an analytics pipeline or a signup-only key for a landing page.