@n8n-as-code/agent-cli 0.7.0 → 0.8.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-01-20T10:
|
|
2
|
+
"generatedAt": "2026-01-20T10:16:44.440Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"sourceUrl": "https://docs.n8n.io/llms.txt",
|
|
5
5
|
"totalPages": 1243,
|
|
@@ -18099,6 +18099,78 @@
|
|
|
18099
18099
|
},
|
|
18100
18100
|
{
|
|
18101
18101
|
"id": "page-0224",
|
|
18102
|
+
"title": "Custom API actions for existing nodes",
|
|
18103
|
+
"url": "https://docs.n8n.io/integrations/custom-operations/index.md",
|
|
18104
|
+
"urlPath": "integrations/custom-operations/index.md",
|
|
18105
|
+
"category": "other",
|
|
18106
|
+
"subcategory": null,
|
|
18107
|
+
"nodeName": null,
|
|
18108
|
+
"nodeType": null,
|
|
18109
|
+
"content": {
|
|
18110
|
+
"markdown": "# Custom API operations\n\nOne of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## Predefined credential types\n\nA predefined credential type is a credential that already exists in n8n. You can use predefined credential types instead of generic credentials in the HTTP Request node.\n\nFor example: you create an Asana credential, for use with the Asana node. Later, you want to perform an operation that isn't supported by the Asana node, using Asana's API. You can use your existing Asana credential in the HTTP Request node to perform the operation, without additional authentication setup.\n\n### Using predefined credential types\n\nTo use a predefined credential type:\n\n1. Open your HTTP Request node, or add a new one to your workflow.\n1. In **Authentication**, select **Predefined Credential Type**.\n1. In **Credential Type**, select the API you want to use.\n1. In **Credential for `<API name>`**, you can:\n 1. Select an existing credential for that platform, if available.\n 1. Select **Create New** to create a new credential.\n\n### Credential scopes\n\nSome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nFor example, follow the steps in [Using predefined credential types](#using-predefined-credential-types), and select **Google Calendar OAuth2 API** as your **Credential Type**. n8n displays a box listing the two endpoints you can use this credential type with:\n",
|
|
18111
|
+
"excerpt": "# Custom API operations One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes. - Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around...",
|
|
18112
|
+
"sections": [
|
|
18113
|
+
{
|
|
18114
|
+
"title": "Custom API operations",
|
|
18115
|
+
"level": 1,
|
|
18116
|
+
"content": "One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration."
|
|
18117
|
+
}
|
|
18118
|
+
]
|
|
18119
|
+
},
|
|
18120
|
+
"metadata": {
|
|
18121
|
+
"keywords": [
|
|
18122
|
+
"custom",
|
|
18123
|
+
"actions",
|
|
18124
|
+
"existing",
|
|
18125
|
+
"nodes",
|
|
18126
|
+
"operations",
|
|
18127
|
+
"predefined",
|
|
18128
|
+
"credential",
|
|
18129
|
+
"types",
|
|
18130
|
+
"using",
|
|
18131
|
+
"scopes"
|
|
18132
|
+
],
|
|
18133
|
+
"useCases": [],
|
|
18134
|
+
"operations": [
|
|
18135
|
+
"if available."
|
|
18136
|
+
],
|
|
18137
|
+
"codeExamples": 0,
|
|
18138
|
+
"complexity": "beginner",
|
|
18139
|
+
"readingTime": "2 min",
|
|
18140
|
+
"contentLength": 2296,
|
|
18141
|
+
"relatedPages": []
|
|
18142
|
+
},
|
|
18143
|
+
"searchIndex": {
|
|
18144
|
+
"fullText": "custom api actions for existing nodes # custom api operations\n\none of the most complex parts of setting up [api](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. however, some nodes don't include all the possible operations supported by a product's api. you can work around this by making a custom api call using the [http request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- credential-only nodes: n8n includes credential-only nodes. these are integrations where n8n supports setting up credentials for use in the http request node, but doesn't provide a standalone node. you can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## predefined credential types\n\na predefined credential type is a credential that already exists in n8n. you can use predefined credential types instead of generic credentials in the http request node.\n\nfor example: you create an asana credential, for use with the asana node. later, you want to perform an operation that isn't supported by the asana node, using asana's api. you can use your existing asana credential in the http request node to perform the operation, without additional authentication setup.\n\n### using predefined credential types\n\nto use a predefined credential type:\n\n1. open your http request node, or add a new one to your workflow.\n1. in **authentication**, select **predefined credential type**.\n1. in **credential type**, select the api you want to use.\n1. in **credential for `<api name>`**, you can:\n 1. select an existing credential for that platform, if available.\n 1. select **create new** to create a new credential.\n\n### credential scopes\n\nsome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nfor example, follow the steps in [using predefined credential types](#using-predefined-credential-types), and select **google calendar oauth2 api** as your **credential type**. n8n displays a box listing the two endpoints you can use this credential type with:\n custom api operations",
|
|
18145
|
+
"importantTerms": [
|
|
18146
|
+
"credential",
|
|
18147
|
+
"nodes",
|
|
18148
|
+
"node",
|
|
18149
|
+
"predefined",
|
|
18150
|
+
"type",
|
|
18151
|
+
"types",
|
|
18152
|
+
"select",
|
|
18153
|
+
"custom",
|
|
18154
|
+
"existing",
|
|
18155
|
+
"operations",
|
|
18156
|
+
"that",
|
|
18157
|
+
"using",
|
|
18158
|
+
"http",
|
|
18159
|
+
"request",
|
|
18160
|
+
"asana",
|
|
18161
|
+
"create",
|
|
18162
|
+
"your",
|
|
18163
|
+
"authentication",
|
|
18164
|
+
"credentials",
|
|
18165
|
+
"supported",
|
|
18166
|
+
"this",
|
|
18167
|
+
"only",
|
|
18168
|
+
"with"
|
|
18169
|
+
]
|
|
18170
|
+
}
|
|
18171
|
+
},
|
|
18172
|
+
{
|
|
18173
|
+
"id": "page-0225",
|
|
18102
18174
|
"title": "n8n Integrations Documentation and Guides",
|
|
18103
18175
|
"url": "https://docs.n8n.io/integrations/index.md",
|
|
18104
18176
|
"urlPath": "integrations/index.md",
|
|
@@ -18172,78 +18244,6 @@
|
|
|
18172
18244
|
]
|
|
18173
18245
|
}
|
|
18174
18246
|
},
|
|
18175
|
-
{
|
|
18176
|
-
"id": "page-0225",
|
|
18177
|
-
"title": "Custom API actions for existing nodes",
|
|
18178
|
-
"url": "https://docs.n8n.io/integrations/custom-operations/index.md",
|
|
18179
|
-
"urlPath": "integrations/custom-operations/index.md",
|
|
18180
|
-
"category": "other",
|
|
18181
|
-
"subcategory": null,
|
|
18182
|
-
"nodeName": null,
|
|
18183
|
-
"nodeType": null,
|
|
18184
|
-
"content": {
|
|
18185
|
-
"markdown": "# Custom API operations\n\nOne of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## Predefined credential types\n\nA predefined credential type is a credential that already exists in n8n. You can use predefined credential types instead of generic credentials in the HTTP Request node.\n\nFor example: you create an Asana credential, for use with the Asana node. Later, you want to perform an operation that isn't supported by the Asana node, using Asana's API. You can use your existing Asana credential in the HTTP Request node to perform the operation, without additional authentication setup.\n\n### Using predefined credential types\n\nTo use a predefined credential type:\n\n1. Open your HTTP Request node, or add a new one to your workflow.\n1. In **Authentication**, select **Predefined Credential Type**.\n1. In **Credential Type**, select the API you want to use.\n1. In **Credential for `<API name>`**, you can:\n 1. Select an existing credential for that platform, if available.\n 1. Select **Create New** to create a new credential.\n\n### Credential scopes\n\nSome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nFor example, follow the steps in [Using predefined credential types](#using-predefined-credential-types), and select **Google Calendar OAuth2 API** as your **Credential Type**. n8n displays a box listing the two endpoints you can use this credential type with:\n",
|
|
18186
|
-
"excerpt": "# Custom API operations One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes. - Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around...",
|
|
18187
|
-
"sections": [
|
|
18188
|
-
{
|
|
18189
|
-
"title": "Custom API operations",
|
|
18190
|
-
"level": 1,
|
|
18191
|
-
"content": "One of the most complex parts of setting up [API](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- Custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this by making a custom API call using the [HTTP Request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- Credential-only nodes: n8n includes credential-only nodes. These are integrations where n8n supports setting up credentials for use in the HTTP Request node, but doesn't provide a standalone node. You can find a credential-only node in the nodes panel, as you would for any other integration."
|
|
18192
|
-
}
|
|
18193
|
-
]
|
|
18194
|
-
},
|
|
18195
|
-
"metadata": {
|
|
18196
|
-
"keywords": [
|
|
18197
|
-
"custom",
|
|
18198
|
-
"actions",
|
|
18199
|
-
"existing",
|
|
18200
|
-
"nodes",
|
|
18201
|
-
"operations",
|
|
18202
|
-
"predefined",
|
|
18203
|
-
"credential",
|
|
18204
|
-
"types",
|
|
18205
|
-
"using",
|
|
18206
|
-
"scopes"
|
|
18207
|
-
],
|
|
18208
|
-
"useCases": [],
|
|
18209
|
-
"operations": [
|
|
18210
|
-
"if available."
|
|
18211
|
-
],
|
|
18212
|
-
"codeExamples": 0,
|
|
18213
|
-
"complexity": "beginner",
|
|
18214
|
-
"readingTime": "2 min",
|
|
18215
|
-
"contentLength": 2296,
|
|
18216
|
-
"relatedPages": []
|
|
18217
|
-
},
|
|
18218
|
-
"searchIndex": {
|
|
18219
|
-
"fullText": "custom api actions for existing nodes # custom api operations\n\none of the most complex parts of setting up [api](../../glossary/#api) calls is managing authentication. n8n provides [credentials](../../glossary/#credential-n8n) support for operations and services beyond those supported by built-in nodes.\n\n- custom operations for existing nodes: n8n supplies hundreds of nodes to create workflows that link multiple products. however, some nodes don't include all the possible operations supported by a product's api. you can work around this by making a custom api call using the [http request](../builtin/core-nodes/n8n-nodes-base.httprequest/) node.\n- credential-only nodes: n8n includes credential-only nodes. these are integrations where n8n supports setting up credentials for use in the http request node, but doesn't provide a standalone node. you can find a credential-only node in the nodes panel, as you would for any other integration.\n\n## predefined credential types\n\na predefined credential type is a credential that already exists in n8n. you can use predefined credential types instead of generic credentials in the http request node.\n\nfor example: you create an asana credential, for use with the asana node. later, you want to perform an operation that isn't supported by the asana node, using asana's api. you can use your existing asana credential in the http request node to perform the operation, without additional authentication setup.\n\n### using predefined credential types\n\nto use a predefined credential type:\n\n1. open your http request node, or add a new one to your workflow.\n1. in **authentication**, select **predefined credential type**.\n1. in **credential type**, select the api you want to use.\n1. in **credential for `<api name>`**, you can:\n 1. select an existing credential for that platform, if available.\n 1. select **create new** to create a new credential.\n\n### credential scopes\n\nsome existing credential types have specific scopes: endpoints that they work with. n8n warns you about this when you select the credential type.\n\nfor example, follow the steps in [using predefined credential types](#using-predefined-credential-types), and select **google calendar oauth2 api** as your **credential type**. n8n displays a box listing the two endpoints you can use this credential type with:\n custom api operations",
|
|
18220
|
-
"importantTerms": [
|
|
18221
|
-
"credential",
|
|
18222
|
-
"nodes",
|
|
18223
|
-
"node",
|
|
18224
|
-
"predefined",
|
|
18225
|
-
"type",
|
|
18226
|
-
"types",
|
|
18227
|
-
"select",
|
|
18228
|
-
"custom",
|
|
18229
|
-
"existing",
|
|
18230
|
-
"operations",
|
|
18231
|
-
"that",
|
|
18232
|
-
"using",
|
|
18233
|
-
"http",
|
|
18234
|
-
"request",
|
|
18235
|
-
"asana",
|
|
18236
|
-
"create",
|
|
18237
|
-
"your",
|
|
18238
|
-
"authentication",
|
|
18239
|
-
"credentials",
|
|
18240
|
-
"supported",
|
|
18241
|
-
"this",
|
|
18242
|
-
"only",
|
|
18243
|
-
"with"
|
|
18244
|
-
]
|
|
18245
|
-
}
|
|
18246
|
-
},
|
|
18247
18247
|
{
|
|
18248
18248
|
"id": "page-0226",
|
|
18249
18249
|
"title": "Node types",
|
|
@@ -89343,7 +89343,7 @@
|
|
|
89343
89343
|
"page-0001",
|
|
89344
89344
|
"page-0147",
|
|
89345
89345
|
"page-0199",
|
|
89346
|
-
"page-
|
|
89346
|
+
"page-0225",
|
|
89347
89347
|
"page-0698"
|
|
89348
89348
|
],
|
|
89349
89349
|
"start": [
|
|
@@ -92558,7 +92558,7 @@
|
|
|
92558
92558
|
"page-0139",
|
|
92559
92559
|
"page-0141",
|
|
92560
92560
|
"page-0192",
|
|
92561
|
-
"page-
|
|
92561
|
+
"page-0224",
|
|
92562
92562
|
"page-0325",
|
|
92563
92563
|
"page-0484",
|
|
92564
92564
|
"page-0508",
|
|
@@ -92996,7 +92996,7 @@
|
|
|
92996
92996
|
"only": [
|
|
92997
92997
|
"page-0005",
|
|
92998
92998
|
"page-0164",
|
|
92999
|
-
"page-
|
|
92999
|
+
"page-0225",
|
|
93000
93000
|
"page-0508",
|
|
93001
93001
|
"page-0515",
|
|
93002
93002
|
"page-0620",
|
|
@@ -93715,7 +93715,7 @@
|
|
|
93715
93715
|
"page-0147",
|
|
93716
93716
|
"page-0149",
|
|
93717
93717
|
"page-0150",
|
|
93718
|
-
"page-
|
|
93718
|
+
"page-0225",
|
|
93719
93719
|
"page-0226",
|
|
93720
93720
|
"page-0840",
|
|
93721
93721
|
"page-1127",
|
|
@@ -94837,7 +94837,7 @@
|
|
|
94837
94837
|
"page-0046",
|
|
94838
94838
|
"page-0047",
|
|
94839
94839
|
"page-0131",
|
|
94840
|
-
"page-
|
|
94840
|
+
"page-0225",
|
|
94841
94841
|
"page-0516",
|
|
94842
94842
|
"page-0610",
|
|
94843
94843
|
"page-0625",
|
|
@@ -94852,7 +94852,7 @@
|
|
|
94852
94852
|
"page-0042",
|
|
94853
94853
|
"page-0047",
|
|
94854
94854
|
"page-0131",
|
|
94855
|
-
"page-
|
|
94855
|
+
"page-0225",
|
|
94856
94856
|
"page-1202"
|
|
94857
94857
|
],
|
|
94858
94858
|
"related": [
|
|
@@ -95915,7 +95915,7 @@
|
|
|
95915
95915
|
"page-0016",
|
|
95916
95916
|
"page-0024",
|
|
95917
95917
|
"page-0103",
|
|
95918
|
-
"page-
|
|
95918
|
+
"page-0224",
|
|
95919
95919
|
"page-0226",
|
|
95920
95920
|
"page-0977",
|
|
95921
95921
|
"page-1203",
|
|
@@ -97490,7 +97490,7 @@
|
|
|
97490
97490
|
"page-0201",
|
|
97491
97491
|
"page-0202",
|
|
97492
97492
|
"page-0203",
|
|
97493
|
-
"page-
|
|
97493
|
+
"page-0225",
|
|
97494
97494
|
"page-1138",
|
|
97495
97495
|
"page-1141",
|
|
97496
97496
|
"page-1189",
|
|
@@ -98330,7 +98330,7 @@
|
|
|
98330
98330
|
],
|
|
98331
98331
|
"scopes": [
|
|
98332
98332
|
"page-0044",
|
|
98333
|
-
"page-
|
|
98333
|
+
"page-0224",
|
|
98334
98334
|
"page-0436",
|
|
98335
98335
|
"page-0725",
|
|
98336
98336
|
"page-0816",
|
|
@@ -98389,7 +98389,7 @@
|
|
|
98389
98389
|
"page-0054",
|
|
98390
98390
|
"page-0060",
|
|
98391
98391
|
"page-0070",
|
|
98392
|
-
"page-
|
|
98392
|
+
"page-0225",
|
|
98393
98393
|
"page-0226",
|
|
98394
98394
|
"page-0531",
|
|
98395
98395
|
"page-0537",
|
|
@@ -102962,11 +102962,16 @@
|
|
|
102962
102962
|
"page-0223",
|
|
102963
102963
|
"page-0558"
|
|
102964
102964
|
],
|
|
102965
|
-
"
|
|
102965
|
+
"actions": [
|
|
102966
102966
|
"page-0224",
|
|
102967
102967
|
"page-0226",
|
|
102968
|
-
"page-
|
|
102969
|
-
"page-
|
|
102968
|
+
"page-0228",
|
|
102969
|
+
"page-0636",
|
|
102970
|
+
"page-1235"
|
|
102971
|
+
],
|
|
102972
|
+
"existing": [
|
|
102973
|
+
"page-0224",
|
|
102974
|
+
"page-1235"
|
|
102970
102975
|
],
|
|
102971
102976
|
"operations": [
|
|
102972
102977
|
"page-0224",
|
|
@@ -103289,27 +103294,22 @@
|
|
|
103289
103294
|
"page-1166",
|
|
103290
103295
|
"page-1186"
|
|
103291
103296
|
],
|
|
103292
|
-
"
|
|
103297
|
+
"predefined": [
|
|
103293
103298
|
"page-0224",
|
|
103294
103299
|
"page-0695",
|
|
103295
|
-
"page-
|
|
103296
|
-
"page-1219"
|
|
103300
|
+
"page-0815"
|
|
103297
103301
|
],
|
|
103298
|
-
"
|
|
103302
|
+
"integrations": [
|
|
103299
103303
|
"page-0225",
|
|
103300
103304
|
"page-0226",
|
|
103301
|
-
"page-
|
|
103302
|
-
"page-
|
|
103303
|
-
"page-1235"
|
|
103304
|
-
],
|
|
103305
|
-
"existing": [
|
|
103306
|
-
"page-0225",
|
|
103307
|
-
"page-1235"
|
|
103305
|
+
"page-0227",
|
|
103306
|
+
"page-0880"
|
|
103308
103307
|
],
|
|
103309
|
-
"
|
|
103308
|
+
"generic": [
|
|
103310
103309
|
"page-0225",
|
|
103311
103310
|
"page-0695",
|
|
103312
|
-
"page-
|
|
103311
|
+
"page-1009",
|
|
103312
|
+
"page-1219"
|
|
103313
103313
|
],
|
|
103314
103314
|
"operations:": [
|
|
103315
103315
|
"page-0226",
|