We’re using the Convex Management API with a Team Access Token. The docs/OpenAPI indicate that POST /projects/{project_id}/create_preview_deploy_key supports Team Token auth.
403 NotAllowed: You do not have permission to perform this action (CreateProjectAccessToken)
The same token can create/delete deployment deploy keys successfully via:
/deployments/{deployment_name}/create_deploy_key
I feel either im doing something wrong (even though im the admin/owner user that creating the team-token) or maybe its still feature flagged as the management api is still quite new ?