Yes because it’s fundamentally different than the rest of the configuredProps which get passed on to the underlying service. This is what I believe it should look like, for the sdk at least
await client.runAction({
actionId: key,
configuredProps: parameters, // <-- props passed to underlying service
externalUserId: currentUser.organizationId,
authProvisionId: accountId, // <-- authProvisionId to get api keys / credentials from pipedream
})