What is api key scope?
Scopes narrow what a key can do. A default key carries run plus skills read and write; provisioning sub-tenants requires a separate scope that a default key does not have, and calling that endpoint without it is a 403 rather than a silent failure.
Why it matters
It is the difference between a key you can safely put in a worker and a key that can create billing relationships. Scoping is also how a reseller separates the key its own product uses from the key that provisions customers.