Scope of Plausible selfhosted api key generator
Plausible selfhosted api key generator in the UI only generates a key with scope of stats:read:*
but if you want to call any provisioning endpoints you need the scope of sites:provision:*
easiest way is to generate a key, connect to the database, and change the scopes field in the api_keys
table to the needed scope.
Here’s the related github discussion