@vm0/cli 9.96.0 → 9.96.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{chunk-T53WM66Z.js → chunk-IY5MFRXW.js} +69 -3
- package/chunk-IY5MFRXW.js.map +1 -0
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +2 -2
- package/chunk-T53WM66Z.js.map +0 -1
|
@@ -49,7 +49,7 @@ if (DSN) {
|
|
|
49
49
|
Sentry.init({
|
|
50
50
|
dsn: DSN,
|
|
51
51
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
52
|
-
release: "9.96.
|
|
52
|
+
release: "9.96.1",
|
|
53
53
|
sendDefaultPii: false,
|
|
54
54
|
tracesSampleRate: 0,
|
|
55
55
|
shutdownTimeout: 500,
|
|
@@ -68,7 +68,7 @@ if (DSN) {
|
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
Sentry.setContext("cli", {
|
|
71
|
-
version: "9.96.
|
|
71
|
+
version: "9.96.1",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -3203,6 +3203,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3203
3203
|
},
|
|
3204
3204
|
"api-token": {
|
|
3205
3205
|
label: "API Token",
|
|
3206
|
+
helpText: "1. Log in to [Ahrefs](https://ahrefs.com) as a workspace owner or admin\n2. Go to **Account settings > API keys**\n3. Create a new API key\n4. Copy the API key and use it in the `Authorization: Bearer <YOUR_API_KEY>` header",
|
|
3206
3207
|
secrets: {
|
|
3207
3208
|
AHREFS_TOKEN: {
|
|
3208
3209
|
label: "API Token",
|
|
@@ -3569,6 +3570,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3569
3570
|
authMethods: {
|
|
3570
3571
|
"api-token": {
|
|
3571
3572
|
label: "API Key",
|
|
3573
|
+
helpText: "1. Log in to [HeyGen](https://app.heygen.com)\n2. Navigate to **Settings > API > API token**\n3. Click to generate your API key\n4. Copy and save the key immediately \u2014 you cannot retrieve it after leaving the page, and regenerating a new key will invalidate the previous one",
|
|
3572
3574
|
secrets: {
|
|
3573
3575
|
HEYGEN_TOKEN: {
|
|
3574
3576
|
label: "API Key",
|
|
@@ -3772,6 +3774,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3772
3774
|
},
|
|
3773
3775
|
"api-token": {
|
|
3774
3776
|
label: "Access Token",
|
|
3777
|
+
helpText: "1. Go to the [Dropbox App Console](https://www.dropbox.com/developers/apps)\n2. Select your app (or create a new one)\n3. Click the button to generate an access token for your own account\n4. Copy the generated OAuth 2 access token",
|
|
3775
3778
|
secrets: {
|
|
3776
3779
|
DROPBOX_TOKEN: {
|
|
3777
3780
|
label: "Access Token",
|
|
@@ -3836,6 +3839,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3836
3839
|
authMethods: {
|
|
3837
3840
|
"api-token": {
|
|
3838
3841
|
label: "Access Token",
|
|
3842
|
+
helpText: "1. Sign up at the [Intercom Developer Hub](https://app.intercom.com/admins/sign_up/developer) on your Intercom workspace\n2. Create a new app in the Developer Hub\n3. Navigate to **Configure > Authentication** within your app in the [Developer Hub](https://app.intercom.io/a/apps/_/developer-hub/app-packages)\n4. Copy your access token",
|
|
3839
3843
|
secrets: {
|
|
3840
3844
|
INTERCOM_TOKEN: {
|
|
3841
3845
|
label: "Access Token",
|
|
@@ -3855,6 +3859,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3855
3859
|
authMethods: {
|
|
3856
3860
|
"api-token": {
|
|
3857
3861
|
label: "API Key",
|
|
3862
|
+
helpText: "1. Log in to [Instantly](https://app.instantly.ai)\n2. Navigate to **Settings > Integrations** at https://app.instantly.ai/app/settings/integrations\n3. Click the **API Keys** section in the left sidebar\n4. Click the **Create API Key** button\n5. Enter a name for the API key\n6. Select the scopes (permissions) you want the API key to have\n7. Click **Create**\n8. Copy the key and store it in a secure place (it will only be displayed once)",
|
|
3858
3863
|
secrets: {
|
|
3859
3864
|
INSTANTLY_API_KEY: {
|
|
3860
3865
|
label: "API Key",
|
|
@@ -3875,6 +3880,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3875
3880
|
authMethods: {
|
|
3876
3881
|
"api-token": {
|
|
3877
3882
|
label: "Personal Access Token",
|
|
3883
|
+
helpText: '1. Log in to [Jam](https://jam.dev)\n2. Go to **Settings > Integrations > AI Agents**\n3. Scroll down to the **Personal Access Tokens** section\n4. Click **Create token**\n5. Enter a name for the token (e.g., "Cursor" or "Claude Code")\n6. Choose an expiration period (7 days, 30 days, 90 days, or 1 year)\n7. Select at least one scope (`mcp:read` for viewing or `mcp:write` for editing)\n8. Click **Create**\n9. Copy the token immediately (it will not be displayed again)',
|
|
3878
3884
|
secrets: {
|
|
3879
3885
|
JAM_TOKEN: {
|
|
3880
3886
|
label: "Personal Access Token",
|
|
@@ -3897,6 +3903,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3897
3903
|
authMethods: {
|
|
3898
3904
|
"api-token": {
|
|
3899
3905
|
label: "API Token",
|
|
3906
|
+
helpText: "1. Go to [Atlassian API token management](https://id.atlassian.com/manage-profile/security/api-tokens)\n2. Log in to your Atlassian account\n3. Click **Create API token**\n4. Enter a name that describes what the token is for\n5. Choose an expiration date (between 1 and 365 days)\n6. Click **Create**\n7. Click **Copy to clipboard** and save the token in a secure place (you cannot recover it later)",
|
|
3900
3907
|
secrets: {
|
|
3901
3908
|
JIRA_API_TOKEN: {
|
|
3902
3909
|
label: "API Token",
|
|
@@ -3949,6 +3956,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
3949
3956
|
authMethods: {
|
|
3950
3957
|
"api-token": {
|
|
3951
3958
|
label: "API Key",
|
|
3959
|
+
helpText: "1. Log in to [Kommo](https://www.kommo.com) and create a **private integration**\n2. Go to the **Keys and Scopes** tab in your private integration settings\n3. Click **Generate long-lived token**\n4. Set the token expiration date (from 1 day to 5 years)\n5. Copy and save the token immediately (it will only be displayed once)",
|
|
3952
3960
|
secrets: {
|
|
3953
3961
|
KOMMO_API_KEY: {
|
|
3954
3962
|
label: "API Key",
|
|
@@ -4015,6 +4023,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4015
4023
|
authMethods: {
|
|
4016
4024
|
"api-token": {
|
|
4017
4025
|
label: "API Token",
|
|
4026
|
+
helpText: "1. Log in to [Make](https://www.make.com)\n2. Click your **avatar** at the bottom-left corner\n3. Select **Profile**, then open the **API** tab\n4. Click **Add token**\n5. Enter a **Label** (custom name to identify the token)\n6. Select the required **Scopes** (permissions)\n7. Click **Save**\n8. Copy the token and store it in a safe place (it will be hidden once you leave the page)",
|
|
4018
4027
|
secrets: {
|
|
4019
4028
|
MAKE_TOKEN: {
|
|
4020
4029
|
label: "API Token",
|
|
@@ -4076,6 +4085,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4076
4085
|
},
|
|
4077
4086
|
"api-token": {
|
|
4078
4087
|
label: "API Token",
|
|
4088
|
+
helpText: "1. Create a [Deel](https://app.deel.com) account and verify your email\n2. Navigate to the **Developer Center**\n3. Select the **API Sandbox** tab (or **Production** for live credentials)\n4. Click **Create Sandbox** and enter a unique email and password\n5. Click **Confirm** to finalize sandbox creation\n6. Locate your **API Key / Access Token** in the Developer Center\n7. Copy and store the token securely",
|
|
4079
4089
|
secrets: {
|
|
4080
4090
|
DEEL_TOKEN: {
|
|
4081
4091
|
label: "API Token",
|
|
@@ -4109,6 +4119,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4109
4119
|
authMethods: {
|
|
4110
4120
|
"api-token": {
|
|
4111
4121
|
label: "API Key",
|
|
4122
|
+
helpText: "1. Go to the [DeepSeek Platform](https://platform.deepseek.com/api_keys)\n2. Sign up for an account or log in\n3. Navigate to the **API Keys** page\n4. Create a new API key and copy it",
|
|
4112
4123
|
secrets: {
|
|
4113
4124
|
DEEPSEEK_TOKEN: {
|
|
4114
4125
|
label: "API Key",
|
|
@@ -4129,6 +4140,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4129
4140
|
authMethods: {
|
|
4130
4141
|
"api-token": {
|
|
4131
4142
|
label: "API Token",
|
|
4143
|
+
helpText: "1. Log in to [ClickUp](https://app.clickup.com)\n2. Click your avatar in the upper-right corner and select **Settings**\n3. In the sidebar, click **Apps** (or visit [app.clickup.com/settings/apps](https://app.clickup.com/settings/apps))\n4. Under the **API Token** section, click **Generate** (or **Regenerate** if you already have one)\n5. Click **Copy** to copy the personal token (tokens start with `pk_` and never expire)",
|
|
4132
4144
|
secrets: {
|
|
4133
4145
|
CLICKUP_TOKEN: {
|
|
4134
4146
|
label: "API Token",
|
|
@@ -4202,6 +4214,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4202
4214
|
authMethods: {
|
|
4203
4215
|
"api-token": {
|
|
4204
4216
|
label: "API Key",
|
|
4217
|
+
helpText: "1. Log in to the [Cronlytic dashboard](https://www.cronlytic.com/dashboard)\n2. Go to the **API Keys** section\n3. Click **Generate New API Key**\n4. Copy your **API Key** and **User ID** (both are required for authentication via `X-API-Key` and `X-User-ID` headers)",
|
|
4205
4218
|
secrets: {
|
|
4206
4219
|
CRONLYTIC_API_KEY: {
|
|
4207
4220
|
label: "API Key",
|
|
@@ -4226,6 +4239,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4226
4239
|
authMethods: {
|
|
4227
4240
|
"api-token": {
|
|
4228
4241
|
label: "API Token",
|
|
4242
|
+
helpText: "1. Log in to your [Customer.io](https://fly.customer.io) account\n2. Go to **Account Settings > [API Credentials](https://fly.customer.io/settings/api_credentials)**\n3. Locate your **Site ID** and **API Key** on the Track API Keys page\n4. Copy both values (they are used together as basic authentication credentials in the format `site_id:api_key`, Base64-encoded)",
|
|
4229
4243
|
secrets: {
|
|
4230
4244
|
CUSTOMERIO_APP_TOKEN: {
|
|
4231
4245
|
label: "App API Key",
|
|
@@ -4245,6 +4259,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4245
4259
|
authMethods: {
|
|
4246
4260
|
"api-token": {
|
|
4247
4261
|
label: "API Key",
|
|
4262
|
+
helpText: "1. Log in to [Dify](https://cloud.dify.ai)\n2. Open your app and navigate to **API Access** in the left sidebar\n3. Click to generate new API credentials\n4. Copy the API key",
|
|
4248
4263
|
secrets: {
|
|
4249
4264
|
DIFY_TOKEN: {
|
|
4250
4265
|
label: "API Key",
|
|
@@ -4280,6 +4295,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4280
4295
|
},
|
|
4281
4296
|
"api-token": {
|
|
4282
4297
|
label: "Personal Access Token",
|
|
4298
|
+
helpText: "1. Log in to [Figma](https://www.figma.com) and open the file browser\n2. Click the account menu in the top-left corner and select **Settings**\n3. Select the **Security** tab\n4. Scroll to the **Personal access tokens** section and click **Generate new token**\n5. Enter a name for the token, assign the desired scopes, and press Return/Enter\n6. Copy the generated token immediately \u2014 it will not be shown again",
|
|
4283
4299
|
secrets: {
|
|
4284
4300
|
FIGMA_TOKEN: {
|
|
4285
4301
|
label: "Personal Access Token",
|
|
@@ -4356,6 +4372,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4356
4372
|
authMethods: {
|
|
4357
4373
|
"api-token": {
|
|
4358
4374
|
label: "API Key",
|
|
4375
|
+
helpText: "1. Log in to [MiniMax Platform](https://platform.minimax.io)\n2. Go to **User Center > Basic Information > Interface Key**\n3. Create a new API key\n4. Copy the key",
|
|
4359
4376
|
secrets: {
|
|
4360
4377
|
MINIMAX_TOKEN: {
|
|
4361
4378
|
label: "API Key",
|
|
@@ -4376,6 +4393,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4376
4393
|
authMethods: {
|
|
4377
4394
|
"api-token": {
|
|
4378
4395
|
label: "API Token",
|
|
4396
|
+
helpText: "1. Log in to [Reportei](https://app.reportei.com)\n2. Go to **Company Settings** (Configura\xE7\xF5es da Empresa)\n3. Navigate to the **API Reportei** section\n4. Click **Generate new token** or copy your existing token",
|
|
4379
4397
|
secrets: {
|
|
4380
4398
|
REPORTEI_TOKEN: {
|
|
4381
4399
|
label: "API Token",
|
|
@@ -4396,6 +4414,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4396
4414
|
authMethods: {
|
|
4397
4415
|
"api-token": {
|
|
4398
4416
|
label: "API Key",
|
|
4417
|
+
helpText: "1. Go to [SerpApi](https://serpapi.com) and sign up for an account (free plan available with 250 searches/month)\n2. Log in and go to your [Dashboard](https://serpapi.com/dashboard)\n3. Your API key is displayed on the dashboard\n4. Copy the API key",
|
|
4399
4418
|
secrets: {
|
|
4400
4419
|
SERPAPI_TOKEN: {
|
|
4401
4420
|
label: "API Key",
|
|
@@ -4597,6 +4616,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4597
4616
|
},
|
|
4598
4617
|
"api-token": {
|
|
4599
4618
|
label: "API Key",
|
|
4619
|
+
helpText: "1. Log in to [Neon Console](https://console.neon.tech)\n2. Navigate to **Account settings > API keys**\n3. Click the button to create a new API key\n4. Copy and store the secret token immediately (it is only displayed once)",
|
|
4600
4620
|
secrets: {
|
|
4601
4621
|
NEON_TOKEN: {
|
|
4602
4622
|
label: "API Key",
|
|
@@ -4755,6 +4775,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
4755
4775
|
},
|
|
4756
4776
|
"api-token": {
|
|
4757
4777
|
label: "Personal API Key",
|
|
4778
|
+
helpText: "1. Log in to [PostHog](https://app.posthog.com)\n2. Navigate to **Personal API keys** in your account settings\n3. Click **+ Create a personal API Key**\n4. Enter a descriptive label for the key\n5. Choose the scopes (permissions) required for your use case\n6. Copy the key immediately (it will not be shown again after refreshing the page)",
|
|
4758
4779
|
secrets: {
|
|
4759
4780
|
POSTHOG_TOKEN: {
|
|
4760
4781
|
label: "Personal API Key",
|
|
@@ -5046,6 +5067,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5046
5067
|
},
|
|
5047
5068
|
"api-token": {
|
|
5048
5069
|
label: "Service Role Key",
|
|
5070
|
+
helpText: "1. Log in to the [Supabase Dashboard](https://supabase.com/dashboard)\n2. Open your project's **Connect** dialog, or go to **Project Settings > API Keys**\n3. For legacy keys, copy the `anon` key (for client-side) or `service_role` key (for server-side) from the **Legacy API Keys** tab\n4. For new keys, open the **API Keys** tab, click **Create new API Keys** if needed, and copy the value from the **Publishable key** section",
|
|
5049
5071
|
secrets: {
|
|
5050
5072
|
SUPABASE_TOKEN: {
|
|
5051
5073
|
label: "Service Role Key",
|
|
@@ -5120,6 +5142,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5120
5142
|
},
|
|
5121
5143
|
"api-token": {
|
|
5122
5144
|
label: "Site Token",
|
|
5145
|
+
helpText: "1. Log in to [Webflow](https://webflow.com) (site administrator access required)\n2. In your workspace, find the site and click the gear icon to open **Site Settings**\n3. In the left sidebar, select **Apps & integrations**\n4. Scroll to the bottom of the page to the **API access** section\n5. Click **Generate API token**\n6. Enter a name for your token and choose the required scopes\n7. Click **Generate token**\n8. Copy the generated token and save it in a secure location",
|
|
5123
5146
|
secrets: {
|
|
5124
5147
|
WEBFLOW_TOKEN: {
|
|
5125
5148
|
label: "Site Token",
|
|
@@ -5161,6 +5184,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5161
5184
|
authMethods: {
|
|
5162
5185
|
"api-token": {
|
|
5163
5186
|
label: "Permanent Access Token",
|
|
5187
|
+
helpText: "1. Navigate to your [Wrike](https://www.wrike.com) workspace\n2. Click on your **profile icon** in the navigation bar\n3. Select **Apps & Integrations**\n4. Click on **API**\n5. Click **+ App**\n6. Enter a name for your integration\n7. Click **Get Token** at the bottom of the window\n8. Copy and securely store your token \u2014 it will not be shown again after closing the page\n9. Click **Save**",
|
|
5164
5188
|
secrets: {
|
|
5165
5189
|
WRIKE_TOKEN: {
|
|
5166
5190
|
label: "Permanent Access Token",
|
|
@@ -5360,6 +5384,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5360
5384
|
authMethods: {
|
|
5361
5385
|
"api-token": {
|
|
5362
5386
|
label: "API Key",
|
|
5387
|
+
helpText: "1. Log in to [OpenAI Platform](https://platform.openai.com)\n2. Navigate to the [API Keys](https://platform.openai.com/api-keys) page in the dashboard\n3. Create a new API key\n4. Copy and store the key in a safe location",
|
|
5363
5388
|
secrets: {
|
|
5364
5389
|
OPENAI_TOKEN: {
|
|
5365
5390
|
label: "API Key",
|
|
@@ -5380,6 +5405,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5380
5405
|
authMethods: {
|
|
5381
5406
|
"api-token": {
|
|
5382
5407
|
label: "API Key",
|
|
5408
|
+
helpText: "1. Log in to the [Similarweb platform](https://pro.similarweb.com/) (admin access required)\n2. From the main menu on the left, select **Settings & Help**, then select **Account**\n3. Under **Data Tools**, select either **REST API** or **Batch API**\n4. Click **Generate a New API Key** on the right\n5. Type the name of the API key, then select whether this is for yourself or another user\n6. Click **Create** \u2014 your key will be displayed in the Generated Keys table\n7. In the Generated Keys table, ensure the **Activation** toggle is on for the relevant API key",
|
|
5383
5409
|
secrets: {
|
|
5384
5410
|
SIMILARWEB_TOKEN: {
|
|
5385
5411
|
label: "API Key",
|
|
@@ -5400,6 +5426,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5400
5426
|
authMethods: {
|
|
5401
5427
|
"api-token": {
|
|
5402
5428
|
label: "API Key",
|
|
5429
|
+
helpText: '1. Log in to the [Perplexity Console](https://console.perplexity.ai)\n2. Navigate to the **API Groups** page and create an API group (e.g., "Production" or "Development")\n3. Go to the **API Keys** page\n4. Generate a new API key\n5. Store the key immediately and securely (you will only see the full token value once)',
|
|
5403
5430
|
secrets: {
|
|
5404
5431
|
PERPLEXITY_TOKEN: {
|
|
5405
5432
|
label: "API Key",
|
|
@@ -5452,6 +5479,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5452
5479
|
},
|
|
5453
5480
|
"api-token": {
|
|
5454
5481
|
label: "API Key",
|
|
5482
|
+
helpText: "1. Log in to [Mailchimp](https://mailchimp.com)\n2. Click your **profile icon** and select **Profile**\n3. Click the **Extras** dropdown menu, then choose **API keys**\n4. In the **Your API Keys** section, click **Create A Key**\n5. Enter a descriptive name for the key\n6. Click **Generate Key**\n7. Click **Copy Key to Clipboard** and store it in a secure place (you will not be able to see or copy it again)\n8. Click **Done**",
|
|
5455
5483
|
secrets: {
|
|
5456
5484
|
MAILCHIMP_TOKEN: {
|
|
5457
5485
|
label: "API Key",
|
|
@@ -5477,6 +5505,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5477
5505
|
authMethods: {
|
|
5478
5506
|
"api-token": {
|
|
5479
5507
|
label: "API Access Token",
|
|
5508
|
+
helpText: "1. Log in to [Chatwoot](https://app.chatwoot.com) with an administrator account\n2. Click on your **avatar image** in the bottom left corner of the screen\n3. Select **Profile Settings** from the menu\n4. Scroll to the bottom of the Profile Settings page\n5. Copy the **Personal Access Token** displayed there",
|
|
5480
5509
|
secrets: {
|
|
5481
5510
|
CHATWOOT_TOKEN: {
|
|
5482
5511
|
label: "API Access Token",
|
|
@@ -5498,6 +5527,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5498
5527
|
authMethods: {
|
|
5499
5528
|
"api-token": {
|
|
5500
5529
|
label: "API Key",
|
|
5530
|
+
helpText: "1. Log in to [Resend](https://resend.com)\n2. Navigate to the [API Keys](https://resend.com/api-keys) page\n3. Click **Create API Key**\n4. Enter a name for your key (up to 50 characters)\n5. Select the permission level: **Full access** or **Sending access**\n6. If choosing sending access, select which domain the key can access\n7. Copy the generated API key",
|
|
5501
5531
|
secrets: {
|
|
5502
5532
|
RESEND_TOKEN: {
|
|
5503
5533
|
label: "API Key",
|
|
@@ -5518,6 +5548,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5518
5548
|
authMethods: {
|
|
5519
5549
|
"api-token": {
|
|
5520
5550
|
label: "Secret API Key",
|
|
5551
|
+
helpText: "1. Log in to [RevenueCat](https://app.revenuecat.com)\n2. Navigate to the **API keys** section in your project dashboard\n3. Public API keys are automatically created when you add an app to your project\n4. To create a secret API key, click **+ New secret API key** in the API keys section\n5. Copy and store the key securely (never embed secret keys in client-side code)",
|
|
5521
5552
|
secrets: {
|
|
5522
5553
|
REVENUECAT_TOKEN: {
|
|
5523
5554
|
label: "Secret API Key",
|
|
@@ -5538,6 +5569,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5538
5569
|
authMethods: {
|
|
5539
5570
|
"api-token": {
|
|
5540
5571
|
label: "API Key",
|
|
5572
|
+
helpText: "1. Register for an account at [PDF4me](https://portal.pdf4me.com) using email/password or via Google, Microsoft, Apple, or Facebook\n2. Go to the **Billing Info** section and select **Start Free Trial**\n3. After activation, you will be redirected to the **Dashboard**\n4. Find and copy your API Key from the Dashboard",
|
|
5541
5573
|
secrets: {
|
|
5542
5574
|
PDF4ME_TOKEN: {
|
|
5543
5575
|
label: "API Key",
|
|
@@ -5579,6 +5611,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5579
5611
|
authMethods: {
|
|
5580
5612
|
"api-token": {
|
|
5581
5613
|
label: "Webhook URL",
|
|
5614
|
+
helpText: "1. Log in to your [Bitrix24](https://www.bitrix24.com) account\n2. Go to **Applications > Developer resources**\n3. Select the **Ready-made scenarios** tab\n4. Choose **Other > Incoming webhook**\n5. Configure the webhook name and set access permissions\n6. Click **Execute** to test the webhook\n7. Copy the generated webhook URL, which contains your secret code in the format `https://<domain>/rest/1/<secret-code>/<method>.json`",
|
|
5582
5615
|
secrets: {
|
|
5583
5616
|
BITRIX_WEBHOOK_URL: {
|
|
5584
5617
|
label: "Webhook URL",
|
|
@@ -5620,6 +5653,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5620
5653
|
authMethods: {
|
|
5621
5654
|
"api-token": {
|
|
5622
5655
|
label: "API Key",
|
|
5656
|
+
helpText: "1. Go to the [Brave Search API dashboard](https://api-dashboard.search.brave.com/register) and sign up for an account\n2. Provide a credit card for identity verification (free plans will not be charged)\n3. After registration, your API key will be available in the dashboard\n4. Copy the API key and use it in the `X-Subscription-Token` request header",
|
|
5623
5657
|
secrets: {
|
|
5624
5658
|
BRAVE_API_KEY: {
|
|
5625
5659
|
label: "API Key",
|
|
@@ -5661,6 +5695,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5661
5695
|
authMethods: {
|
|
5662
5696
|
"api-token": {
|
|
5663
5697
|
label: "API Token",
|
|
5698
|
+
helpText: "1. Sign up for a [Browserbase](https://www.browserbase.com/sign-up) account\n2. Log in and navigate to the **Overview** dashboard\n3. Your **Project ID** and **API key** are displayed on the right side of the Overview page\n4. Copy the API key",
|
|
5664
5699
|
secrets: {
|
|
5665
5700
|
BROWSERBASE_TOKEN: {
|
|
5666
5701
|
label: "API Token",
|
|
@@ -5685,6 +5720,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5685
5720
|
authMethods: {
|
|
5686
5721
|
"api-token": {
|
|
5687
5722
|
label: "API Token",
|
|
5723
|
+
helpText: "1. Sign up or log in at [Browserless](https://browserless.io/account/)\n2. Navigate to the account dashboard\n3. Copy your API token from the dashboard",
|
|
5688
5724
|
secrets: {
|
|
5689
5725
|
BROWSERLESS_TOKEN: {
|
|
5690
5726
|
label: "API Token",
|
|
@@ -5704,6 +5740,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5704
5740
|
authMethods: {
|
|
5705
5741
|
"api-token": {
|
|
5706
5742
|
label: "API Token",
|
|
5743
|
+
helpText: "1. Log in to [Fireflies](https://fireflies.ai)\n2. Navigate to the **Integrations** section\n3. Click on **Fireflies API**\n4. Copy your API key and store it securely",
|
|
5707
5744
|
secrets: {
|
|
5708
5745
|
FIREFLIES_TOKEN: {
|
|
5709
5746
|
label: "API Token",
|
|
@@ -5783,6 +5820,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5783
5820
|
authMethods: {
|
|
5784
5821
|
"api-token": {
|
|
5785
5822
|
label: "API Key",
|
|
5823
|
+
helpText: "1. Log in to [ElevenLabs](https://elevenlabs.io)\n2. Go to [Settings > API Keys](https://elevenlabs.io/app/settings/api-keys)\n3. Click to create a new API key\n4. Copy the key and store it securely",
|
|
5786
5824
|
secrets: {
|
|
5787
5825
|
ELEVENLABS_TOKEN: {
|
|
5788
5826
|
label: "API Key",
|
|
@@ -5803,6 +5841,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5803
5841
|
authMethods: {
|
|
5804
5842
|
"api-token": {
|
|
5805
5843
|
label: "API Key",
|
|
5844
|
+
helpText: "1. Log in to the [Explorium Admin Portal](https://admin.explorium.ai)\n2. Navigate to **Access & Authentication > Getting Your API Key**\n3. Click the **Show Key** button to reveal the masked API key\n4. Click the **Copy Key** button to copy it",
|
|
5806
5845
|
secrets: {
|
|
5807
5846
|
EXPLORIUM_TOKEN: {
|
|
5808
5847
|
label: "API Key",
|
|
@@ -5823,6 +5862,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5823
5862
|
authMethods: {
|
|
5824
5863
|
"api-token": {
|
|
5825
5864
|
label: "API Key",
|
|
5865
|
+
helpText: "1. Log in to [DEV.to](https://dev.to)\n2. Go to **Settings > Extensions** (or visit [dev.to/settings/extensions](https://dev.to/settings/extensions))\n3. Generate a new API key from the settings page\n4. Copy the API key and use it in the `api-key` request header",
|
|
5826
5866
|
secrets: {
|
|
5827
5867
|
DEVTO_TOKEN: {
|
|
5828
5868
|
label: "API Key",
|
|
@@ -5843,6 +5883,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5843
5883
|
authMethods: {
|
|
5844
5884
|
"api-token": {
|
|
5845
5885
|
label: "API Key",
|
|
5886
|
+
helpText: "1. Go to the [fal Dashboard Keys page](https://fal.ai/dashboard/keys)\n2. Click the **Create Key** button\n3. Provide a name for your key and select the appropriate scope (**API** for calling models, or **ADMIN** for full access)\n4. Copy the key immediately \u2014 you will not be able to see it again",
|
|
5846
5887
|
secrets: {
|
|
5847
5888
|
FAL_TOKEN: {
|
|
5848
5889
|
label: "API Key",
|
|
@@ -5863,6 +5904,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5863
5904
|
authMethods: {
|
|
5864
5905
|
"api-token": {
|
|
5865
5906
|
label: "API Key",
|
|
5907
|
+
helpText: "1. Open the [Granola](https://granola.ai) desktop app\n2. Go to **Settings > API**\n3. Click the **Create new key** button\n4. Choose a key type (if prompted) and click **Generate API Key**\n5. Copy and save the API key securely",
|
|
5866
5908
|
secrets: {
|
|
5867
5909
|
GRANOLA_TOKEN: {
|
|
5868
5910
|
label: "API Key",
|
|
@@ -5883,6 +5925,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5883
5925
|
authMethods: {
|
|
5884
5926
|
"api-token": {
|
|
5885
5927
|
label: "API Token",
|
|
5928
|
+
helpText: "1. Log in to [Podchaser](https://www.podchaser.com)\n2. Go to [Profile > Settings > API](https://www.podchaser.com/profile/settings/api) to retrieve your **API Key** and **API Secret**\n3. Request an access token by sending a POST request to `https://api.podchaser.com/graphql` using the `requestAccessToken` mutation with `grant_type` set to `CLIENT_CREDENTIALS`, your API Key as `client_id`, and your API Secret as `client_secret`\n4. Store the returned access token (it lasts 1 year)",
|
|
5886
5929
|
secrets: {
|
|
5887
5930
|
PODCHASER_TOKEN: {
|
|
5888
5931
|
label: "API Token",
|
|
@@ -5951,6 +5994,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5951
5994
|
authMethods: {
|
|
5952
5995
|
"api-token": {
|
|
5953
5996
|
label: "Access Token",
|
|
5997
|
+
helpText: "1. Log in to [Qiita](https://qiita.com)\n2. Go to **Settings > Applications**\n3. Create a new access token with the desired scopes (e.g., `read_qiita`, `write_qiita`)\n4. Copy the generated token\n5. Use it in API requests with the header `Authorization: Bearer [your_token]`",
|
|
5954
5998
|
secrets: {
|
|
5955
5999
|
QIITA_TOKEN: {
|
|
5956
6000
|
label: "Access Token",
|
|
@@ -5971,6 +6015,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5971
6015
|
authMethods: {
|
|
5972
6016
|
"api-token": {
|
|
5973
6017
|
label: "Send Mail Token",
|
|
6018
|
+
helpText: "1. Log in to [ZeptoMail](https://zeptomail.zoho.com)\n2. Select the Mail Agent for which you want to generate the API key\n3. Go to the **SMTP/API** tab\n4. In the **API** section, copy the **Agent alias** (agentkey)\n5. Submit a POST request to `https://api.zeptomail.com/v1.1/agents/{agentkey}/apikeys` with an `Authorization: Zoho-oauthtoken [your-token]` header\n6. The response will contain your send mail token (username and password)",
|
|
5974
6019
|
secrets: {
|
|
5975
6020
|
ZEPTOMAIL_TOKEN: {
|
|
5976
6021
|
label: "Send Mail Token",
|
|
@@ -5991,6 +6036,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
5991
6036
|
authMethods: {
|
|
5992
6037
|
"api-token": {
|
|
5993
6038
|
label: "API Key",
|
|
6039
|
+
helpText: "1. Sign up for an account in the [Runway Developer Portal](https://dev.runwayml.com/)\n2. After signing up, create a new organization\n3. Click to the **API Keys** tab\n4. Create a new key, giving it a descriptive name\n5. Copy the key immediately and store it in a safe place \u2014 it will only be shown once",
|
|
5994
6040
|
secrets: {
|
|
5995
6041
|
RUNWAY_TOKEN: {
|
|
5996
6042
|
label: "API Key",
|
|
@@ -6011,6 +6057,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6011
6057
|
authMethods: {
|
|
6012
6058
|
"api-token": {
|
|
6013
6059
|
label: "API Key",
|
|
6060
|
+
helpText: "1. Log in to the [Short.io](https://short.io) Dashboard\n2. Navigate to **Integrations and API**\n3. Click on **Create API key**\n4. Leave the **Public key** option disabled to create a private (secret) key\n5. Restrict the scope of the key to a specific team or domain\n6. Click **Create**\n7. Copy the key and store it in a safe place \u2014 secret keys cannot be recovered",
|
|
6014
6061
|
secrets: {
|
|
6015
6062
|
SHORTIO_TOKEN: {
|
|
6016
6063
|
label: "API Key",
|
|
@@ -6031,6 +6078,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6031
6078
|
authMethods: {
|
|
6032
6079
|
"api-token": {
|
|
6033
6080
|
label: "API Key",
|
|
6081
|
+
helpText: "1. Install the Streak extension and navigate to [Gmail](https://mail.google.com)\n2. Click on the Streak icon in the right sidebar\n3. Select the **Integrations** button\n4. Under the **Streak API** section, click **Create New Key**\n5. Copy and store the API key securely",
|
|
6034
6082
|
secrets: {
|
|
6035
6083
|
STREAK_TOKEN: {
|
|
6036
6084
|
label: "API Key",
|
|
@@ -6051,6 +6099,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6051
6099
|
authMethods: {
|
|
6052
6100
|
"api-token": {
|
|
6053
6101
|
label: "API Key",
|
|
6102
|
+
helpText: "1. Go to the [Supadata Dashboard](https://dash.supadata.ai)\n2. Sign up for an account (no credit card required)\n3. Your API key will be generated automatically\n4. Use it in API requests with the header `x-api-key: [your_api_key]`",
|
|
6054
6103
|
secrets: {
|
|
6055
6104
|
SUPADATA_TOKEN: {
|
|
6056
6105
|
label: "API Key",
|
|
@@ -6071,6 +6120,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6071
6120
|
authMethods: {
|
|
6072
6121
|
"api-token": {
|
|
6073
6122
|
label: "API Key",
|
|
6123
|
+
helpText: "1. Go to [app.tavily.com](https://app.tavily.com/) and sign up for a free account\n2. After signing in, your API key will be available on the dashboard\n3. Copy the API key (it will start with `tvly-`)",
|
|
6074
6124
|
secrets: {
|
|
6075
6125
|
TAVILY_TOKEN: {
|
|
6076
6126
|
label: "API Key",
|
|
@@ -6091,6 +6141,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6091
6141
|
authMethods: {
|
|
6092
6142
|
"api-token": {
|
|
6093
6143
|
label: "API Key",
|
|
6144
|
+
helpText: "1. Ensure you have a **Business Plan** subscription on [tldv](https://tldv.io)\n2. API and webhook access is only available on the Business Plan\n3. Contact support at **support@tldv.io** to request API access and obtain your credentials",
|
|
6094
6145
|
secrets: {
|
|
6095
6146
|
TLDV_TOKEN: {
|
|
6096
6147
|
label: "API Key",
|
|
@@ -6111,6 +6162,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6111
6162
|
authMethods: {
|
|
6112
6163
|
"api-token": {
|
|
6113
6164
|
label: "API Key",
|
|
6165
|
+
helpText: "1. Log in to your [Twenty](https://twenty.com) workspace\n2. Go to **Settings > APIs & Webhooks**\n3. Click **+ Create key**\n4. Enter a descriptive **Name** and set an **Expiration Date**\n5. Click **Save**\n6. Copy the key immediately \u2014 it is only shown once",
|
|
6114
6166
|
secrets: {
|
|
6115
6167
|
TWENTY_TOKEN: {
|
|
6116
6168
|
label: "API Key",
|
|
@@ -6172,6 +6224,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6172
6224
|
authMethods: {
|
|
6173
6225
|
"api-token": {
|
|
6174
6226
|
label: "API Token",
|
|
6227
|
+
helpText: "1. Log in to your [ZapSign](https://app.zapsign.com) account\n2. Go to **Settings**\n3. Navigate to **Integrations**\n4. Select **ZAPSIGN API**\n5. Copy your API token",
|
|
6175
6228
|
secrets: {
|
|
6176
6229
|
ZAPSIGN_TOKEN: {
|
|
6177
6230
|
label: "API Token",
|
|
@@ -6228,6 +6281,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6228
6281
|
authMethods: {
|
|
6229
6282
|
"api-token": {
|
|
6230
6283
|
label: "API Key",
|
|
6284
|
+
helpText: "1. Log in to [HTML/CSS to Image](https://htmlcsstoimage.com/dashboard)\n2. Go to your **Dashboard**\n3. Locate your **User ID** and **API Key** displayed on the dashboard\n4. Copy the **API Key** (used as the password in HTTP Basic authentication)",
|
|
6231
6285
|
secrets: {
|
|
6232
6286
|
HCTI_API_KEY: {
|
|
6233
6287
|
label: "API Key",
|
|
@@ -6252,6 +6306,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6252
6306
|
authMethods: {
|
|
6253
6307
|
"api-token": {
|
|
6254
6308
|
label: "API Token",
|
|
6309
|
+
helpText: "1. Log in to [Imgur](https://imgur.com)\n2. Go to [Register an Application](https://api.imgur.com/oauth2/addclient)\n3. Fill in the application registration form\n4. After registration, you will receive a **Client ID** and **Client Secret**\n5. Copy and save both credentials",
|
|
6255
6310
|
secrets: {
|
|
6256
6311
|
IMGUR_CLIENT_ID: {
|
|
6257
6312
|
label: "Client ID",
|
|
@@ -6273,6 +6328,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6273
6328
|
authMethods: {
|
|
6274
6329
|
"api-token": {
|
|
6275
6330
|
label: "API Token",
|
|
6331
|
+
helpText: "1. Create a Meta app of type **Business** at [Meta for Developers](https://developers.facebook.com/apps)\n2. In your app dashboard, click **Instagram > API setup with Instagram business login** in the left side menu\n3. Click **Generate token** next to the Instagram account you want to access\n4. Log into Instagram when prompted\n5. Copy the access token",
|
|
6276
6332
|
secrets: {
|
|
6277
6333
|
INSTAGRAM_TOKEN: {
|
|
6278
6334
|
label: "Access Token",
|
|
@@ -6297,6 +6353,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6297
6353
|
authMethods: {
|
|
6298
6354
|
"api-token": {
|
|
6299
6355
|
label: "API Key",
|
|
6356
|
+
helpText: "1. Log in to the [Prisma Console](https://console.prisma.io)\n2. Go to your workspace **Settings** page\n3. Select **Service Tokens**\n4. Click **New Service Token**\n5. Copy and save the generated service token securely",
|
|
6300
6357
|
secrets: {
|
|
6301
6358
|
PRISMA_POSTGRES_TOKEN: {
|
|
6302
6359
|
label: "API Key",
|
|
@@ -6317,6 +6374,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6317
6374
|
authMethods: {
|
|
6318
6375
|
"api-token": {
|
|
6319
6376
|
label: "Bot Token",
|
|
6377
|
+
helpText: "1. Go to the [Discord Developer Portal](https://discord.com/developers/applications)\n2. Select your application (or create a new one)\n3. Navigate to the **Bot** page in your app's settings\n4. In the **Token** section, click **Reset Token** to generate a new bot token\n5. Copy and securely store the token \u2014 you won't be able to view it again unless you regenerate it",
|
|
6320
6378
|
secrets: {
|
|
6321
6379
|
DISCORD_BOT_TOKEN: {
|
|
6322
6380
|
label: "Bot Token",
|
|
@@ -6338,6 +6396,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6338
6396
|
authMethods: {
|
|
6339
6397
|
"api-token": {
|
|
6340
6398
|
label: "App Credentials",
|
|
6399
|
+
helpText: "1. Log in to the [Lark Developer Console](https://open.larksuite.com/app/)\n2. Select your app from the list (or create a new one)\n3. Go to the **Credentials & Basic Info** page\n4. Copy your **App ID** and **App Secret**\n5. Use these credentials to call the tenant_access_token API to obtain an access token",
|
|
6341
6400
|
secrets: {
|
|
6342
6401
|
LARK_TOKEN: {
|
|
6343
6402
|
label: "App Secret",
|
|
@@ -6363,6 +6422,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6363
6422
|
authMethods: {
|
|
6364
6423
|
"api-token": {
|
|
6365
6424
|
label: "API Key",
|
|
6425
|
+
helpText: "1. Go to [Mailsac](https://mailsac.com) and sign up for an account\n2. Log in to your Mailsac dashboard\n3. Navigate to [API Keys](https://mailsac.com/api-keys)\n4. Copy your API key from the dashboard",
|
|
6366
6426
|
secrets: {
|
|
6367
6427
|
MAILSAC_TOKEN: {
|
|
6368
6428
|
label: "API Key",
|
|
@@ -6385,6 +6445,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6385
6445
|
authMethods: {
|
|
6386
6446
|
"api-token": {
|
|
6387
6447
|
label: "Access Credentials",
|
|
6448
|
+
helpText: "1. Log in to the MinIO Console\n2. Navigate to the **Access Keys** section under Security and Access\n3. Click **Create Access Key**\n4. The system automatically generates an access key and secret key\n5. Optionally override the auto-generated values or toggle **Restrict beyond user policy** to limit permissions\n6. Save the secret key in a secure location (you cannot retrieve or reset it after creation)\n7. Click **Create** to finalize",
|
|
6388
6449
|
secrets: {
|
|
6389
6450
|
MINIO_TOKEN: {
|
|
6390
6451
|
label: "Access Key",
|
|
@@ -6416,6 +6477,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6416
6477
|
authMethods: {
|
|
6417
6478
|
"api-token": {
|
|
6418
6479
|
label: "API Key",
|
|
6480
|
+
helpText: "1. Create an account on [pdforge](https://pdforge.com)\n2. Two API keys are automatically generated when you create your account\n3. Go to the **API Keys** menu in the sidebar to view your keys\n4. Copy your API key and use it in the `Authorization: Bearer pdfnoodle_api_[your_key]` header",
|
|
6419
6481
|
secrets: {
|
|
6420
6482
|
PDFORGE_API_KEY: {
|
|
6421
6483
|
label: "API Key",
|
|
@@ -6436,6 +6498,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6436
6498
|
authMethods: {
|
|
6437
6499
|
"api-token": {
|
|
6438
6500
|
label: "Webhook URL",
|
|
6501
|
+
helpText: "1. Open your Discord server and navigate to **Server Settings**\n2. Select the **Integrations** tab\n3. Click the **Create Webhook** button\n4. Configure the webhook name and select the target text channel from the dropdown menu\n5. Click the **Copy Webhook URL** button to copy the webhook URL",
|
|
6439
6502
|
secrets: {
|
|
6440
6503
|
DISCORD_WEBHOOK_URL: {
|
|
6441
6504
|
label: "Webhook URL",
|
|
@@ -6506,6 +6569,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6506
6569
|
authMethods: {
|
|
6507
6570
|
"api-token": {
|
|
6508
6571
|
label: "Webhook URL",
|
|
6572
|
+
helpText: "1. Create a [Slack app](https://api.slack.com/apps) (or use an existing one), choosing a workspace to associate it with\n2. From the app settings page, select **Incoming Webhooks**\n3. Toggle **Activate Incoming Webhooks** to on\n4. Click **Add New Webhook to Workspace**\n5. Pick a channel for the app to post to, then click **Authorize**\n6. Copy the webhook URL from the **Webhook URLs for Your Workspace** section (it will look like `https://hooks.slack.com/services/T.../B.../XXXX...`)",
|
|
6509
6573
|
secrets: {
|
|
6510
6574
|
SLACK_WEBHOOK_URL: {
|
|
6511
6575
|
label: "Webhook URL",
|
|
@@ -6527,6 +6591,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6527
6591
|
authMethods: {
|
|
6528
6592
|
"api-token": {
|
|
6529
6593
|
label: "Personal Access Token",
|
|
6594
|
+
helpText: "1. Log in to [GitLab](https://gitlab.com)\n2. Click your avatar in the upper-right corner and select **Edit profile**\n3. In the left sidebar, navigate to **Access > Personal access tokens**\n4. From the **Generate token** dropdown, select **Legacy token**\n5. Enter a name in the **Token name** field\n6. Optionally set an expiration date (defaults to 365 days)\n7. Select the required scopes for your token\n8. Click **Generate token**\n9. Copy and save the token \u2014 you cannot view it again after leaving the page",
|
|
6530
6595
|
secrets: {
|
|
6531
6596
|
GITLAB_TOKEN: {
|
|
6532
6597
|
label: "Personal Access Token",
|
|
@@ -6552,6 +6617,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
6552
6617
|
authMethods: {
|
|
6553
6618
|
"api-token": {
|
|
6554
6619
|
label: "API Key",
|
|
6620
|
+
helpText: "1. Log in to your [Wix](https://www.wix.com) account (account owner or co-owner access required)\n2. Go to the [API Keys Manager](https://manage.wix.com/account/api-keys)\n3. Create a new API key and assign the required permissions\n4. Copy the generated API key and store it securely",
|
|
6555
6621
|
secrets: {
|
|
6556
6622
|
WIX_TOKEN: {
|
|
6557
6623
|
label: "API Key",
|
|
@@ -31676,4 +31742,4 @@ export {
|
|
|
31676
31742
|
parseTime,
|
|
31677
31743
|
paginate
|
|
31678
31744
|
};
|
|
31679
|
-
//# sourceMappingURL=chunk-
|
|
31745
|
+
//# sourceMappingURL=chunk-IY5MFRXW.js.map
|