With the old , we could do: ```js import pagarme from "pagarme"; const client = await pagarme.client.connect({ api_key: PAGARME_API_KEY }) ``` However, the new `Client` object doesn't seem to have an `api_key` option to use.