@apteva/integrations 0.3.62 → 0.15.4

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.
Files changed (434) hide show
  1. package/dist/aws-sigv4.d.ts +32 -0
  2. package/dist/aws-sigv4.d.ts.map +1 -0
  3. package/dist/aws-sigv4.js +126 -0
  4. package/dist/aws-sigv4.js.map +1 -0
  5. package/dist/explorer/main.js +21617 -0
  6. package/dist/explorer/main.js.map +90 -0
  7. package/dist/explorer/style.css +2 -0
  8. package/dist/http-executor.d.ts.map +1 -1
  9. package/dist/http-executor.js +180 -12
  10. package/dist/http-executor.js.map +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js.map +1 -1
  14. package/dist/mcp-generator.d.ts +7 -2
  15. package/dist/mcp-generator.d.ts.map +1 -1
  16. package/dist/mcp-generator.js +46 -5
  17. package/dist/mcp-generator.js.map +1 -1
  18. package/dist/oauth.js +1 -1
  19. package/dist/oauth.js.map +1 -1
  20. package/dist/types.d.ts +251 -3
  21. package/dist/types.d.ts.map +1 -1
  22. package/dist/ui/github/ActivityFeed.d.ts +24 -0
  23. package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
  24. package/dist/ui/github/ActivityFeed.js +106 -0
  25. package/dist/ui/github/ActivityFeed.js.map +1 -0
  26. package/dist/ui/github/ActivityFeed.mjs +3 -0
  27. package/dist/ui/github/ActivityFeed.mjs.map +29 -0
  28. package/dist/ui/github/CommitCard.d.ts +24 -0
  29. package/dist/ui/github/CommitCard.d.ts.map +1 -0
  30. package/dist/ui/github/CommitCard.js +102 -0
  31. package/dist/ui/github/CommitCard.js.map +1 -0
  32. package/dist/ui/github/CommitCard.mjs +5 -0
  33. package/dist/ui/github/CommitCard.mjs.map +11 -0
  34. package/dist/ui/github/IssueCard.d.ts +33 -0
  35. package/dist/ui/github/IssueCard.d.ts.map +1 -0
  36. package/dist/ui/github/IssueCard.js +131 -0
  37. package/dist/ui/github/IssueCard.js.map +1 -0
  38. package/dist/ui/github/IssueCard.mjs +3 -0
  39. package/dist/ui/github/IssueCard.mjs.map +21 -0
  40. package/dist/ui/github/PullRequestCard.d.ts +36 -0
  41. package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
  42. package/dist/ui/github/PullRequestCard.js +158 -0
  43. package/dist/ui/github/PullRequestCard.js.map +1 -0
  44. package/dist/ui/github/PullRequestCard.mjs +3 -0
  45. package/dist/ui/github/PullRequestCard.mjs.map +22 -0
  46. package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
  47. package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
  48. package/dist/ui/github/WorkflowRunCard.js +124 -0
  49. package/dist/ui/github/WorkflowRunCard.js.map +1 -0
  50. package/dist/ui/github/WorkflowRunCard.mjs +3 -0
  51. package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
  52. package/dist/ui/github/lib/github.d.ts +43 -0
  53. package/dist/ui/github/lib/github.d.ts.map +1 -0
  54. package/dist/ui/github/lib/github.js +151 -0
  55. package/dist/ui/github/lib/github.js.map +1 -0
  56. package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
  57. package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
  58. package/dist/ui/hubspot/ActivityFeed.js +52 -0
  59. package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
  60. package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
  61. package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
  62. package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
  63. package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
  64. package/dist/ui/hubspot/CompanyCard.js +63 -0
  65. package/dist/ui/hubspot/CompanyCard.js.map +1 -0
  66. package/dist/ui/hubspot/CompanyCard.mjs +3 -0
  67. package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
  68. package/dist/ui/hubspot/ContactCard.d.ts +22 -0
  69. package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
  70. package/dist/ui/hubspot/ContactCard.js +62 -0
  71. package/dist/ui/hubspot/ContactCard.js.map +1 -0
  72. package/dist/ui/hubspot/ContactCard.mjs +3 -0
  73. package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
  74. package/dist/ui/hubspot/ContactList.d.ts +21 -0
  75. package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
  76. package/dist/ui/hubspot/ContactList.js +31 -0
  77. package/dist/ui/hubspot/ContactList.js.map +1 -0
  78. package/dist/ui/hubspot/ContactList.mjs +3 -0
  79. package/dist/ui/hubspot/ContactList.mjs.map +11 -0
  80. package/dist/ui/hubspot/DealCard.d.ts +23 -0
  81. package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
  82. package/dist/ui/hubspot/DealCard.js +63 -0
  83. package/dist/ui/hubspot/DealCard.js.map +1 -0
  84. package/dist/ui/hubspot/DealCard.mjs +3 -0
  85. package/dist/ui/hubspot/DealCard.mjs.map +11 -0
  86. package/dist/ui/hubspot/DealList.d.ts +24 -0
  87. package/dist/ui/hubspot/DealList.d.ts.map +1 -0
  88. package/dist/ui/hubspot/DealList.js +35 -0
  89. package/dist/ui/hubspot/DealList.js.map +1 -0
  90. package/dist/ui/hubspot/DealList.mjs +3 -0
  91. package/dist/ui/hubspot/DealList.mjs.map +11 -0
  92. package/dist/ui/hubspot/EmailCard.d.ts +25 -0
  93. package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
  94. package/dist/ui/hubspot/EmailCard.js +62 -0
  95. package/dist/ui/hubspot/EmailCard.js.map +1 -0
  96. package/dist/ui/hubspot/EmailCard.mjs +5 -0
  97. package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
  98. package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
  99. package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
  100. package/dist/ui/hubspot/InboxStrip.js +36 -0
  101. package/dist/ui/hubspot/InboxStrip.js.map +1 -0
  102. package/dist/ui/hubspot/InboxStrip.mjs +3 -0
  103. package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
  104. package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
  105. package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
  106. package/dist/ui/hubspot/PipelineStrip.js +54 -0
  107. package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
  108. package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
  109. package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
  110. package/dist/ui/hubspot/TicketCard.d.ts +25 -0
  111. package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
  112. package/dist/ui/hubspot/TicketCard.js +53 -0
  113. package/dist/ui/hubspot/TicketCard.js.map +1 -0
  114. package/dist/ui/hubspot/TicketCard.mjs +3 -0
  115. package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
  116. package/dist/ui/hubspot/TicketList.d.ts +21 -0
  117. package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
  118. package/dist/ui/hubspot/TicketList.js +33 -0
  119. package/dist/ui/hubspot/TicketList.js.map +1 -0
  120. package/dist/ui/hubspot/TicketList.mjs +3 -0
  121. package/dist/ui/hubspot/TicketList.mjs.map +11 -0
  122. package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
  123. package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
  124. package/dist/ui/hubspot/lib/hubspot.js +176 -0
  125. package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
  126. package/dist/ui/notion/DatabaseCard.d.ts +24 -0
  127. package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
  128. package/dist/ui/notion/DatabaseCard.js +86 -0
  129. package/dist/ui/notion/DatabaseCard.js.map +1 -0
  130. package/dist/ui/notion/DatabaseCard.mjs +3 -0
  131. package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
  132. package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
  133. package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
  134. package/dist/ui/notion/DatabaseRowList.js +87 -0
  135. package/dist/ui/notion/DatabaseRowList.js.map +1 -0
  136. package/dist/ui/notion/DatabaseRowList.mjs +3 -0
  137. package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
  138. package/dist/ui/notion/PageCard.d.ts +27 -0
  139. package/dist/ui/notion/PageCard.d.ts.map +1 -0
  140. package/dist/ui/notion/PageCard.js +80 -0
  141. package/dist/ui/notion/PageCard.js.map +1 -0
  142. package/dist/ui/notion/PageCard.mjs +3 -0
  143. package/dist/ui/notion/PageCard.mjs.map +11 -0
  144. package/dist/ui/notion/PageList.d.ts +24 -0
  145. package/dist/ui/notion/PageList.d.ts.map +1 -0
  146. package/dist/ui/notion/PageList.js +51 -0
  147. package/dist/ui/notion/PageList.js.map +1 -0
  148. package/dist/ui/notion/PageList.mjs +3 -0
  149. package/dist/ui/notion/PageList.mjs.map +11 -0
  150. package/dist/ui/notion/lib/notion.d.ts +35 -0
  151. package/dist/ui/notion/lib/notion.d.ts.map +1 -0
  152. package/dist/ui/notion/lib/notion.js +119 -0
  153. package/dist/ui/notion/lib/notion.js.map +1 -0
  154. package/dist/xml-to-json.d.ts +20 -0
  155. package/dist/xml-to-json.d.ts.map +1 -0
  156. package/dist/xml-to-json.js +256 -0
  157. package/dist/xml-to-json.js.map +1 -0
  158. package/package.json +13 -1
  159. package/src/apps/adroll.json +254 -0
  160. package/src/apps/ahrefs.json +156 -0
  161. package/src/apps/airtable.json +4 -13
  162. package/src/apps/algolia.json +115 -0
  163. package/src/apps/alibaba-cloud.json +211 -0
  164. package/src/apps/aliexpress.json +369 -0
  165. package/src/apps/alpaca-market-data.json +699 -0
  166. package/src/apps/alpaca-trading.json +214 -989
  167. package/src/apps/amazon-ads.json +249 -0
  168. package/src/apps/amazon-associates.json +102 -0
  169. package/src/apps/amplitude.json +86 -0
  170. package/src/apps/anchor-browser.json +173 -0
  171. package/src/apps/anthropic-api.json +9 -4
  172. package/src/apps/api-sports.json +180 -0
  173. package/src/apps/apple-search-ads.json +266 -0
  174. package/src/apps/auth0.json +126 -0
  175. package/src/apps/awin.json +111 -0
  176. package/src/apps/aws-codebuild.json +139 -0
  177. package/src/apps/aws-mediaconvert.json +196 -0
  178. package/src/apps/aws-s3.json +108 -192
  179. package/src/apps/aws-ses.json +666 -303
  180. package/src/apps/aws-sns.json +128 -106
  181. package/src/apps/azure-container-apps.json +116 -0
  182. package/src/apps/backblaze-b2.json +175 -0
  183. package/src/apps/bamboohr.json +303 -0
  184. package/src/apps/basiq.json +308 -0
  185. package/src/apps/bigcommerce.json +366 -0
  186. package/src/apps/bigquery.json +121 -0
  187. package/src/apps/binance-trading.json +7 -4
  188. package/src/apps/bing-webmaster-tools.json +158 -0
  189. package/src/apps/bitbucket.json +163 -0
  190. package/src/apps/blacksmith.json +81 -0
  191. package/src/apps/bls.json +104 -0
  192. package/src/apps/bluesky.json +74 -0
  193. package/src/apps/braze.json +103 -0
  194. package/src/apps/brevo.json +4 -1
  195. package/src/apps/brightdata.json +94 -0
  196. package/src/apps/browserbase.json +237 -0
  197. package/src/apps/bscscan.json +150 -0
  198. package/src/apps/buffer.json +121 -0
  199. package/src/apps/buildjet.json +80 -0
  200. package/src/apps/builtwith.json +101 -0
  201. package/src/apps/bunny-cdn.json +104 -0
  202. package/src/apps/bunny-stream.json +205 -3
  203. package/src/apps/byrd.json +585 -0
  204. package/src/apps/calendly.json +10 -7
  205. package/src/apps/campaign-manager-360.json +264 -0
  206. package/src/apps/capturekit.json +51 -0
  207. package/src/apps/circleci.json +212 -0
  208. package/src/apps/cirrus-runners.json +75 -0
  209. package/src/apps/cj-affiliate.json +101 -0
  210. package/src/apps/cjdropshipping.json +278 -0
  211. package/src/apps/clerk.json +153 -0
  212. package/src/apps/cloudflare-containers.json +98 -0
  213. package/src/apps/cloudflare-r2.json +180 -0
  214. package/src/apps/cloudflare.json +474 -157
  215. package/src/apps/cloudinary.json +119 -97
  216. package/src/apps/coconut.json +94 -0
  217. package/src/apps/contentful.json +157 -0
  218. package/src/apps/criteo.json +222 -0
  219. package/src/apps/crunchbase.json +104 -0
  220. package/src/apps/customer-io.json +106 -0
  221. package/src/apps/databricks.json +94 -0
  222. package/src/apps/deepgram.json +3 -0
  223. package/src/apps/deepl.json +113 -0
  224. package/src/apps/deepseek.json +5 -2
  225. package/src/apps/depot.json +102 -0
  226. package/src/apps/digitalocean-spaces.json +121 -0
  227. package/src/apps/digitalocean.json +115 -0
  228. package/src/apps/discord.json +90 -1
  229. package/src/apps/docker-build-cloud.json +68 -0
  230. package/src/apps/duffel.json +193 -77
  231. package/src/apps/dux-soup.json +4 -1
  232. package/src/apps/dv360.json +287 -0
  233. package/src/apps/earthly-cloud.json +84 -0
  234. package/src/apps/eia.json +121 -0
  235. package/src/apps/elasticsearch.json +282 -0
  236. package/src/apps/elevenlabs.json +336 -192
  237. package/src/apps/etherscan.json +162 -0
  238. package/src/apps/etsy.json +484 -0
  239. package/src/apps/eventbrite-events.json +5 -2
  240. package/src/apps/exa.json +101 -0
  241. package/src/apps/facebook-ads.json +3 -3
  242. package/src/apps/facebook-api.json +1484 -37
  243. package/src/apps/finnhub.json +232 -0
  244. package/src/apps/flightapi.json +248 -0
  245. package/src/apps/fly-io.json +134 -0
  246. package/src/apps/fred.json +156 -0
  247. package/src/apps/gdelt.json +96 -0
  248. package/src/apps/gelato.json +123 -0
  249. package/src/apps/gemini.json +143 -49
  250. package/src/apps/getscreenshot.json +52 -0
  251. package/src/apps/github.json +355 -39
  252. package/src/apps/gmail.json +151 -2
  253. package/src/apps/gnews.json +71 -0
  254. package/src/apps/google-analytics.json +311 -0
  255. package/src/apps/google-cloud-storage.json +484 -0
  256. package/src/apps/google-docs.json +2 -2
  257. package/src/apps/google-drive.json +2 -2
  258. package/src/apps/google-places.json +127 -0
  259. package/src/apps/google-search-console.json +126 -0
  260. package/src/apps/google-sheets.json +2 -2
  261. package/src/apps/grafana-cloud.json +98 -0
  262. package/src/apps/groq.json +119 -0
  263. package/src/apps/hetzner-object-storage.json +177 -0
  264. package/src/apps/hetzner.json +255 -367
  265. package/src/apps/heygen.json +828 -141
  266. package/src/apps/hive-fulfillment.json +559 -0
  267. package/src/apps/hotjar.json +91 -0
  268. package/src/apps/huawei-cloud.json +189 -0
  269. package/src/apps/huboo.json +286 -0
  270. package/src/apps/hubspot.json +253 -637
  271. package/src/apps/huggingface.json +5 -2
  272. package/src/apps/hunter.json +5 -2
  273. package/src/apps/hyperbrowser.json +205 -0
  274. package/src/apps/idrive-e2.json +128 -0
  275. package/src/apps/impact.json +106 -0
  276. package/src/apps/instagram-api.json +185 -11
  277. package/src/apps/instantly.json +169 -0
  278. package/src/apps/ionos.json +250 -0
  279. package/src/apps/{learning-platform.json → kalio.json} +162 -3
  280. package/src/apps/kalshi.json +144 -0
  281. package/src/apps/keywords-everywhere.json +86 -0
  282. package/src/apps/kickbox.json +71 -0
  283. package/src/apps/launchdarkly.json +111 -0
  284. package/src/apps/leadbyte.json +600 -0
  285. package/src/apps/leadfeeder.json +89 -0
  286. package/src/apps/lemlist.json +109 -0
  287. package/src/apps/linkedin-ads.json +279 -0
  288. package/src/apps/linkedin.json +96 -2
  289. package/src/apps/linode-object-storage.json +183 -0
  290. package/src/apps/linode.json +160 -0
  291. package/src/apps/lnk-bio.json +5 -2
  292. package/src/apps/loom.json +5 -2
  293. package/src/apps/lusha.json +104 -0
  294. package/src/apps/magalu-cloud.json +187 -0
  295. package/src/apps/majestic.json +117 -0
  296. package/src/apps/manifold-markets.json +144 -0
  297. package/src/apps/mapbox.json +118 -0
  298. package/src/apps/microsoft-ads.json +246 -0
  299. package/src/apps/microsoft-onedrive.json +380 -0
  300. package/src/apps/microsoft-teams.json +315 -96
  301. package/src/apps/millionverifier.json +85 -0
  302. package/src/apps/mindee.json +246 -0
  303. package/src/apps/miro.json +138 -0
  304. package/src/apps/mistral.json +129 -0
  305. package/src/apps/mixpanel.json +95 -0
  306. package/src/apps/moz.json +127 -0
  307. package/src/apps/mux.json +201 -0
  308. package/src/apps/namecheap.json +321 -123
  309. package/src/apps/namespace-cloud.json +84 -0
  310. package/src/apps/naver-cloud.json +184 -0
  311. package/src/apps/neon.json +122 -0
  312. package/src/apps/netlify.json +124 -0
  313. package/src/apps/neverbounce.json +92 -0
  314. package/src/apps/newrelic.json +80 -0
  315. package/src/apps/newsapi.json +86 -0
  316. package/src/apps/ngrok.json +29 -0
  317. package/src/apps/nixbuild.json +116 -0
  318. package/src/apps/northflank.json +161 -0
  319. package/src/apps/notion.json +3 -0
  320. package/src/apps/okta.json +131 -0
  321. package/src/apps/omnikit-analytics.json +73 -1
  322. package/src/apps/omnikit-api-gateway.json +74 -2
  323. package/src/apps/omnikit-billing.json +73 -1
  324. package/src/apps/omnikit-cms.json +73 -1
  325. package/src/apps/omnikit-code-ops.json +76 -4
  326. package/src/apps/omnikit-functions.json +74 -2
  327. package/src/apps/omnikit-intelligence.json +176 -33
  328. package/src/apps/omnikit-management.json +73 -1
  329. package/src/apps/omnikit-media.json +73 -1
  330. package/src/apps/omnikit-messaging.json +72 -0
  331. package/src/apps/omnikit-redirects.json +73 -1
  332. package/src/apps/omnikit-sites.json +325 -66
  333. package/src/apps/omnikit-storage.json +104 -7
  334. package/src/apps/omnikit-webhooks.json +73 -1
  335. package/src/apps/omnikit-workflows.json +73 -1
  336. package/src/apps/onesignal.json +108 -0
  337. package/src/apps/openai-api.json +176 -30
  338. package/src/apps/openai-codex.json +187 -0
  339. package/src/apps/opencode-go.json +113 -0
  340. package/src/apps/optinmonster.json +7 -4
  341. package/src/apps/outlook-calendar.json +350 -0
  342. package/src/apps/outlook-mail.json +337 -0
  343. package/src/apps/outscraper.json +118 -0
  344. package/src/apps/ovhcloud.json +209 -0
  345. package/src/apps/paddle.json +170 -0
  346. package/src/apps/pagerduty.json +151 -0
  347. package/src/apps/partnerstack.json +118 -0
  348. package/src/apps/perplexity.json +37 -0
  349. package/src/apps/phantombuster.json +85 -0
  350. package/src/apps/pinecone.json +129 -0
  351. package/src/apps/pinterest-ads.json +261 -0
  352. package/src/apps/pinterest.json +217 -0
  353. package/src/apps/planetscale.json +139 -0
  354. package/src/apps/polygonscan.json +157 -0
  355. package/src/apps/polymarket-clob.json +184 -0
  356. package/src/apps/polymarket-data.json +153 -0
  357. package/src/apps/porkbun.json +609 -145
  358. package/src/apps/posthog.json +107 -0
  359. package/src/apps/pushover.json +28 -0
  360. package/src/apps/quora-ads.json +251 -0
  361. package/src/apps/railway.json +57 -0
  362. package/src/apps/reddit-ads.json +238 -0
  363. package/src/apps/reddit.json +274 -0
  364. package/src/apps/render.json +124 -0
  365. package/src/apps/replicate.json +5 -2
  366. package/src/apps/reply-io.json +111 -0
  367. package/src/apps/resend.json +110 -0
  368. package/src/apps/ringover.json +1144 -0
  369. package/src/apps/rocketreach.json +158 -0
  370. package/src/apps/rollbar.json +88 -0
  371. package/src/apps/runs-on.json +70 -0
  372. package/src/apps/sanity.json +89 -0
  373. package/src/apps/scaleway-object-storage.json +175 -0
  374. package/src/apps/scrapingbee.json +75 -0
  375. package/src/apps/screenshotlayer.json +49 -0
  376. package/src/apps/screenshotmachine.json +49 -0
  377. package/src/apps/se-ranking.json +239 -0
  378. package/src/apps/seamless-ai.json +91 -0
  379. package/src/apps/sec-edgar.json +107 -0
  380. package/src/apps/segment.json +104 -0
  381. package/src/apps/semrush.json +153 -0
  382. package/src/apps/sentry.json +109 -0
  383. package/src/apps/serpapi.json +95 -0
  384. package/src/apps/serper.json +139 -0
  385. package/src/apps/shareasale.json +130 -0
  386. package/src/apps/skimlinks.json +48 -0
  387. package/src/apps/slack.json +101 -0
  388. package/src/apps/smartlead.json +146 -0
  389. package/src/apps/snapchat-ads.json +238 -0
  390. package/src/apps/snaprender.json +64 -0
  391. package/src/apps/snowflake.json +70 -0
  392. package/src/apps/snyk.json +108 -0
  393. package/src/apps/socialcast.json +74 -8
  394. package/src/apps/sovrn.json +125 -0
  395. package/src/apps/spotify-ads.json +231 -0
  396. package/src/apps/steel.json +239 -0
  397. package/src/apps/stocktwits.json +120 -0
  398. package/src/apps/stripe.json +153 -0
  399. package/src/apps/target-circle.json +348 -0
  400. package/src/apps/tavily.json +104 -0
  401. package/src/apps/tavus.json +403 -0
  402. package/src/apps/telegram.json +5 -2
  403. package/src/apps/teller.json +187 -0
  404. package/src/apps/tencent-cloud.json +214 -0
  405. package/src/apps/tennis-abstract.json +108 -0
  406. package/src/apps/the-odds-api.json +132 -0
  407. package/src/apps/the-sports-db.json +163 -0
  408. package/src/apps/tiktok-ads.json +295 -0
  409. package/src/apps/tiktok-api.json +181 -7
  410. package/src/apps/together.json +5 -2
  411. package/src/apps/trade-desk.json +237 -0
  412. package/src/apps/trading212.json +26 -29
  413. package/src/apps/transloadit.json +138 -0
  414. package/src/apps/truelayer.json +318 -0
  415. package/src/apps/twilio.json +313 -42
  416. package/src/apps/twitter-api.json +216 -33
  417. package/src/apps/ubicloud.json +82 -0
  418. package/src/apps/uplead.json +105 -0
  419. package/src/apps/upstash.json +90 -0
  420. package/src/apps/valueserp.json +63 -0
  421. package/src/apps/venice-ai.json +685 -0
  422. package/src/apps/vercel.json +137 -0
  423. package/src/apps/wappalyzer.json +65 -0
  424. package/src/apps/wasabi.json +175 -0
  425. package/src/apps/whale-alert.json +74 -0
  426. package/src/apps/whatsapp-business.json +131 -0
  427. package/src/apps/wikipedia.json +112 -0
  428. package/src/apps/workos.json +123 -0
  429. package/src/apps/yahoo-dsp.json +265 -0
  430. package/src/apps/yahoo-finance.json +60 -0
  431. package/src/apps/youtube-api.json +520 -142
  432. package/src/apps/zenrows.json +47 -0
  433. package/src/apps/zenserp.json +99 -0
  434. package/src/apps/zerobounce.json +80 -0
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "slug": "cloudflare",
3
3
  "name": "Cloudflare",
4
- "description": "Cloudflare domain management, DNS records, and registrar settings",
5
- "logo": "https://www.cloudflare.com/favicon.ico",
4
+ "description": "Cloudflare API v4 DNS records, zones, registrar domains, and cache management. Authenticate with a scoped API token (Zone:Read + DNS:Edit for DNS, plus Domain:Edit for Registrar).",
5
+ "logo": "https://www.google.com/s2/favicons?domain=cloudflare.com&sz=128",
6
6
  "categories": [
7
7
  "dns",
8
8
  "domains",
9
9
  "registrar",
10
+ "cdn",
10
11
  "cloudflare",
11
- "cdn"
12
+ "infrastructure"
12
13
  ],
13
14
  "base_url": "https://api.cloudflare.com/client/v4",
14
15
  "auth": {
@@ -16,147 +17,95 @@
16
17
  "bearer"
17
18
  ],
18
19
  "headers": {
19
- "Authorization": "Bearer {{token}}"
20
+ "Authorization": "Bearer {{token}}",
21
+ "Content-Type": "application/json"
20
22
  },
21
23
  "credential_fields": [
22
24
  {
23
- "name": "apiToken",
24
- "label": "Api Token",
25
- "description": "Cloudflare API token (create at dash.cloudflare.com/profile/api-tokens)"
25
+ "name": "token",
26
+ "label": "API Token",
27
+ "description": "Cloudflare API token (create at dash.cloudflare.com/profile/api-tokens). Recommended template: 'Edit zone DNS' for DNS work; add 'Domain:Edit' permissions for Registrar tools."
26
28
  },
27
29
  {
28
- "name": "accountId",
29
- "label": "Account Id",
30
- "description": "Cloudflare Account ID (found on your dashboard overview page)"
30
+ "name": "account_id",
31
+ "label": "Account ID",
32
+ "description": "Cloudflare account ID (32-char hex string from the dashboard sidebar). The runner substitutes this into account-scoped paths ({{account_id}}) at execution time, so leaving it blank breaks every Tunnel and Registrar call.",
33
+ "required": true
31
34
  }
32
35
  ]
33
36
  },
34
37
  "tools": [
35
38
  {
36
- "name": "list_domains",
37
- "description": "List all domains registered with Cloudflare Registrar for a given account. Returns domain names, expiration dates, auto-renew status, and registration details.",
38
- "method": "GET",
39
- "path": "/list-domains",
40
- "input_schema": {
41
- "type": "object",
42
- "properties": {
43
- "accountId": {
44
- "type": "string",
45
- "description": "Cloudflare account ID"
46
- }
47
- },
48
- "required": [
49
- "accountId"
50
- ]
51
- }
52
- },
53
- {
54
- "name": "get_domain",
55
- "description": "Get detailed information about a specific domain registered with Cloudflare Registrar, including registration status, expiration, name servers, privacy, and lock settings.",
39
+ "name": "list_zones",
40
+ "description": "List Cloudflare zones (sites) accessible to the API token. Use this to find the zone_id needed for DNS-record and cache operations.",
56
41
  "method": "GET",
57
- "path": "/get-domain",
42
+ "path": "/zones",
58
43
  "input_schema": {
59
44
  "type": "object",
60
45
  "properties": {
61
- "accountId": {
46
+ "name": {
62
47
  "type": "string",
63
- "description": "Cloudflare account ID"
48
+ "description": "Filter by exact domain name (e.g. 'example.com')."
64
49
  },
65
- "domainName": {
66
- "type": "string",
67
- "description": "Domain name to look up (e.g. 'example.com')"
68
- }
69
- },
70
- "required": [
71
- "accountId",
72
- "domainName"
73
- ]
74
- }
75
- },
76
- {
77
- "name": "update_domain",
78
- "description": "Update registrar settings for a domain, including auto-renew, WHOIS privacy, registrar lock, and name servers.",
79
- "method": "PUT",
80
- "path": "/update-domain",
81
- "input_schema": {
82
- "type": "object",
83
- "properties": {
84
- "accountId": {
50
+ "status": {
85
51
  "type": "string",
86
- "description": "Cloudflare account ID"
52
+ "description": "Zone status filter.",
53
+ "enum": [
54
+ "active",
55
+ "pending",
56
+ "initializing",
57
+ "moved",
58
+ "deleted",
59
+ "deactivated"
60
+ ]
87
61
  },
88
- "domainName": {
62
+ "account.id": {
89
63
  "type": "string",
90
- "description": "Domain name to update (e.g. 'example.com')"
64
+ "description": "Filter zones by account ID."
91
65
  },
92
- "auto_renew": {
93
- "type": "boolean",
94
- "description": "Whether the domain should auto-renew"
95
- },
96
- "privacy": {
97
- "type": "boolean",
98
- "description": "Whether WHOIS privacy is enabled"
99
- },
100
- "locked": {
101
- "type": "boolean",
102
- "description": "Whether the domain registrar lock is enabled"
66
+ "page": {
67
+ "type": "integer"
103
68
  },
104
- "name_servers": {
105
- "type": "array",
106
- "description": "Custom name servers for the domain",
107
- "items": {
108
- "type": "string"
109
- }
69
+ "per_page": {
70
+ "type": "integer",
71
+ "description": "Results per page (max 50)."
110
72
  }
111
- },
112
- "required": [
113
- "accountId",
114
- "domainName"
115
- ]
73
+ }
116
74
  }
117
75
  },
118
76
  {
119
- "name": "list_zones",
120
- "description": "List Cloudflare zones (sites) with optional filtering by name and status. Use this to find the zone_id needed for DNS record operations.",
77
+ "name": "get_zone",
78
+ "description": "Get a single zone's details name servers, plan, status, paused state, owner, original registrar.",
121
79
  "method": "GET",
122
- "path": "/list-zones",
80
+ "path": "/zones/{zone_id}",
123
81
  "input_schema": {
124
82
  "type": "object",
125
83
  "properties": {
126
- "name": {
84
+ "zone_id": {
127
85
  "type": "string",
128
- "description": "Domain name to filter by (e.g. 'example.com')"
129
- },
130
- "status": {
131
- "type": "string",
132
- "description": "Zone status filter",
133
- "enum": [
134
- "active",
135
- "pending",
136
- "initializing",
137
- "moved",
138
- "deleted",
139
- "deactivated"
140
- ]
86
+ "description": "Zone ID."
141
87
  }
142
- }
88
+ },
89
+ "required": [
90
+ "zone_id"
91
+ ]
143
92
  }
144
93
  },
145
94
  {
146
95
  "name": "list_dns_records",
147
- "description": "List DNS records for a zone with optional filtering by record type and name. Returns record IDs, types, names, content, TTL, and proxy status.",
96
+ "description": "List DNS records in a zone with optional filtering by type, name, content, and proxy status. Returns record IDs needed for update/delete.",
148
97
  "method": "GET",
149
- "path": "/list-dns-records",
98
+ "path": "/zones/{zone_id}/dns_records",
150
99
  "input_schema": {
151
100
  "type": "object",
152
101
  "properties": {
153
- "zoneId": {
102
+ "zone_id": {
154
103
  "type": "string",
155
- "description": "Cloudflare zone ID (get from list-zones)"
104
+ "description": "Zone ID (from list_zones)."
156
105
  },
157
106
  "type": {
158
107
  "type": "string",
159
- "description": "DNS record type filter",
108
+ "description": "Filter by record type.",
160
109
  "enum": [
161
110
  "A",
162
111
  "AAAA",
@@ -167,7 +116,6 @@
167
116
  "SRV",
168
117
  "CAA",
169
118
  "PTR",
170
- "SPF",
171
119
  "LOC",
172
120
  "NAPTR",
173
121
  "CERT",
@@ -175,34 +123,72 @@
175
123
  "DS",
176
124
  "SSHFP",
177
125
  "TLSA",
178
- "URI"
126
+ "URI",
127
+ "HTTPS",
128
+ "SVCB"
179
129
  ]
180
130
  },
181
131
  "name": {
182
132
  "type": "string",
183
- "description": "DNS record name filter (e.g. 'sub.example.com')"
133
+ "description": "Filter by record name (exact match, e.g. 'sub.example.com')."
134
+ },
135
+ "content": {
136
+ "type": "string",
137
+ "description": "Filter by record content."
138
+ },
139
+ "proxied": {
140
+ "type": "boolean",
141
+ "description": "Filter by proxy status."
142
+ },
143
+ "page": {
144
+ "type": "integer"
145
+ },
146
+ "per_page": {
147
+ "type": "integer",
148
+ "description": "Results per page (max 50000; default 100)."
184
149
  }
185
150
  },
186
151
  "required": [
187
- "zoneId"
152
+ "zone_id"
153
+ ]
154
+ }
155
+ },
156
+ {
157
+ "name": "get_dns_record",
158
+ "description": "Get a single DNS record by ID.",
159
+ "method": "GET",
160
+ "path": "/zones/{zone_id}/dns_records/{record_id}",
161
+ "input_schema": {
162
+ "type": "object",
163
+ "properties": {
164
+ "zone_id": {
165
+ "type": "string"
166
+ },
167
+ "record_id": {
168
+ "type": "string",
169
+ "description": "DNS record ID (from list_dns_records)."
170
+ }
171
+ },
172
+ "required": [
173
+ "zone_id",
174
+ "record_id"
188
175
  ]
189
176
  }
190
177
  },
191
178
  {
192
179
  "name": "create_dns_record",
193
- "description": "Create a new DNS record in a Cloudflare zone. Supports A, AAAA, CNAME, MX, TXT, and other record types with optional Cloudflare proxy and TTL settings.",
180
+ "description": "Create a new DNS record. For MX records also supply 'priority'; for SRV records use the 'data' object instead of 'content' (target/port/priority/weight).",
194
181
  "method": "POST",
195
- "path": "/create-dns-record",
182
+ "path": "/zones/{zone_id}/dns_records",
196
183
  "input_schema": {
197
184
  "type": "object",
198
185
  "properties": {
199
- "zoneId": {
200
- "type": "string",
201
- "description": "Cloudflare zone ID (get from list-zones)"
186
+ "zone_id": {
187
+ "type": "string"
202
188
  },
203
189
  "type": {
204
190
  "type": "string",
205
- "description": "DNS record type",
191
+ "description": "DNS record type.",
206
192
  "enum": [
207
193
  "A",
208
194
  "AAAA",
@@ -211,59 +197,81 @@
211
197
  "TXT",
212
198
  "NS",
213
199
  "SRV",
214
- "CAA"
200
+ "CAA",
201
+ "PTR",
202
+ "LOC",
203
+ "DNSKEY",
204
+ "DS",
205
+ "HTTPS",
206
+ "SVCB",
207
+ "URI",
208
+ "TLSA",
209
+ "SSHFP",
210
+ "CERT",
211
+ "NAPTR"
215
212
  ]
216
213
  },
217
214
  "name": {
218
215
  "type": "string",
219
- "description": "DNS record name (e.g. 'sub.example.com' or '@' for root)"
216
+ "description": "Record name (e.g. 'sub.example.com', or '@' / the apex name for root)."
220
217
  },
221
218
  "content": {
222
219
  "type": "string",
223
- "description": "DNS record content (e.g. IP address for A records, hostname for CNAME)"
220
+ "description": "Record content (e.g. IPv4 address for A, hostname for CNAME, target for MX). Omit for record types that use 'data' instead."
221
+ },
222
+ "data": {
223
+ "type": "object",
224
+ "description": "Structured data for record types that need it (SRV, CAA, LOC, etc.). E.g. SRV: { service, proto, name, priority, weight, port, target }."
224
225
  },
225
226
  "ttl": {
226
227
  "type": "integer",
227
- "description": "Time to live in seconds. Use 1 for automatic TTL.",
228
+ "description": "TTL in seconds (60–86400). Use 1 for automatic.",
228
229
  "default": 1
229
230
  },
230
231
  "proxied": {
231
232
  "type": "boolean",
232
- "description": "Whether the record is proxied through Cloudflare (orange cloud). Only applies to A, AAAA, and CNAME records.",
233
+ "description": "Proxy through Cloudflare (orange cloud). Only for A, AAAA, CNAME.",
233
234
  "default": false
234
235
  },
235
236
  "priority": {
236
237
  "type": "integer",
237
- "description": "Priority for MX and SRV records (lower = higher priority)"
238
+ "description": "Priority for MX/URI records (lower = higher priority)."
239
+ },
240
+ "comment": {
241
+ "type": "string",
242
+ "description": "Optional human-readable comment (max 100 chars)."
243
+ },
244
+ "tags": {
245
+ "type": "array",
246
+ "items": {
247
+ "type": "string"
248
+ },
249
+ "description": "Custom tags for grouping records."
238
250
  }
239
251
  },
240
252
  "required": [
241
- "zoneId",
253
+ "zone_id",
242
254
  "type",
243
- "name",
244
- "content"
255
+ "name"
245
256
  ]
246
257
  }
247
258
  },
248
259
  {
249
260
  "name": "update_dns_record",
250
- "description": "Update an existing DNS record in a Cloudflare zone. Replaces the entire record - all fields (type, name, content) must be provided.",
251
- "method": "PUT",
252
- "path": "/update-dns-record",
261
+ "description": "Partially update an existing DNS record (PATCH semantics unspecified fields are preserved). Use this for routine edits. For full-replace semantics, batch_dns_records supports PUT operations.",
262
+ "method": "PATCH",
263
+ "path": "/zones/{zone_id}/dns_records/{record_id}",
253
264
  "input_schema": {
254
265
  "type": "object",
255
266
  "properties": {
256
- "zoneId": {
257
- "type": "string",
258
- "description": "Cloudflare zone ID (get from list-zones)"
267
+ "zone_id": {
268
+ "type": "string"
259
269
  },
260
- "recordId": {
261
- "type": "string",
262
- "description": "DNS record ID to update (get from list-dns-records)"
270
+ "record_id": {
271
+ "type": "string"
263
272
  },
264
273
  "type": {
265
274
  "type": "string",
266
- "description": "DNS record type",
267
275
  "enum": [
268
276
  "A",
269
277
  "AAAA",
@@ -272,63 +280,372 @@
272
280
  "TXT",
273
281
  "NS",
274
282
  "SRV",
275
- "CAA"
283
+ "CAA",
284
+ "PTR",
285
+ "LOC",
286
+ "DNSKEY",
287
+ "DS",
288
+ "HTTPS",
289
+ "SVCB",
290
+ "URI",
291
+ "TLSA",
292
+ "SSHFP",
293
+ "CERT",
294
+ "NAPTR"
276
295
  ]
277
296
  },
278
297
  "name": {
279
- "type": "string",
280
- "description": "DNS record name (e.g. 'sub.example.com' or '@' for root)"
298
+ "type": "string"
281
299
  },
282
300
  "content": {
283
- "type": "string",
284
- "description": "DNS record content (e.g. IP address for A records, hostname for CNAME)"
301
+ "type": "string"
302
+ },
303
+ "data": {
304
+ "type": "object"
285
305
  },
286
306
  "ttl": {
287
- "type": "integer",
288
- "description": "Time to live in seconds. Use 1 for automatic TTL.",
289
- "default": 1
307
+ "type": "integer"
290
308
  },
291
309
  "proxied": {
292
- "type": "boolean",
293
- "description": "Whether the record is proxied through Cloudflare (orange cloud)",
294
- "default": false
310
+ "type": "boolean"
295
311
  },
296
312
  "priority": {
297
- "type": "integer",
298
- "description": "Priority for MX and SRV records (lower = higher priority)"
313
+ "type": "integer"
314
+ },
315
+ "comment": {
316
+ "type": "string"
317
+ },
318
+ "tags": {
319
+ "type": "array",
320
+ "items": {
321
+ "type": "string"
322
+ }
299
323
  }
300
324
  },
301
325
  "required": [
302
- "zoneId",
303
- "recordId",
304
- "type",
305
- "name",
306
- "content"
326
+ "zone_id",
327
+ "record_id"
307
328
  ]
308
329
  }
309
330
  },
310
331
  {
311
332
  "name": "delete_dns_record",
312
- "description": "Delete a DNS record from a Cloudflare zone. This action is permanent and cannot be undone.",
333
+ "description": "Delete a DNS record. Permanent.",
313
334
  "method": "DELETE",
314
- "path": "/delete-dns-record",
335
+ "path": "/zones/{zone_id}/dns_records/{record_id}",
336
+ "input_schema": {
337
+ "type": "object",
338
+ "properties": {
339
+ "zone_id": {
340
+ "type": "string"
341
+ },
342
+ "record_id": {
343
+ "type": "string"
344
+ }
345
+ },
346
+ "required": [
347
+ "zone_id",
348
+ "record_id"
349
+ ]
350
+ }
351
+ },
352
+ {
353
+ "name": "batch_dns_records",
354
+ "description": "Apply many DNS-record changes in a single transactional API call. Operations are executed in order: deletes → patches → puts → posts. Use for migrations, bulk renames, or any change set you want to roll back atomically on failure.",
355
+ "method": "POST",
356
+ "path": "/zones/{zone_id}/dns_records/batch",
357
+ "input_schema": {
358
+ "type": "object",
359
+ "properties": {
360
+ "zone_id": {
361
+ "type": "string"
362
+ },
363
+ "deletes": {
364
+ "type": "array",
365
+ "items": {
366
+ "type": "object",
367
+ "properties": {
368
+ "id": {
369
+ "type": "string"
370
+ }
371
+ },
372
+ "required": [
373
+ "id"
374
+ ]
375
+ },
376
+ "description": "Records to delete (each item: { id })."
377
+ },
378
+ "patches": {
379
+ "type": "array",
380
+ "items": {
381
+ "type": "object"
382
+ },
383
+ "description": "Partial updates (each item must include 'id' plus the fields to change)."
384
+ },
385
+ "puts": {
386
+ "type": "array",
387
+ "items": {
388
+ "type": "object"
389
+ },
390
+ "description": "Full overwrites (each item must include id + type + name + content; unspecified fields revert to defaults)."
391
+ },
392
+ "posts": {
393
+ "type": "array",
394
+ "items": {
395
+ "type": "object"
396
+ },
397
+ "description": "New records to create (id not required; same shape as create_dns_record body)."
398
+ }
399
+ },
400
+ "required": [
401
+ "zone_id"
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "name": "purge_cache",
407
+ "description": "Purge cached files from Cloudflare's edge for a zone. Pass purge_everything=true to flush the entire zone, or supply specific URLs / tags / hosts / prefixes to do a targeted purge.",
408
+ "method": "POST",
409
+ "path": "/zones/{zone_id}/purge_cache",
315
410
  "input_schema": {
316
411
  "type": "object",
317
412
  "properties": {
318
- "zoneId": {
413
+ "zone_id": {
414
+ "type": "string"
415
+ },
416
+ "purge_everything": {
417
+ "type": "boolean",
418
+ "description": "Flush the entire zone cache. Cannot be combined with the targeted fields below."
419
+ },
420
+ "files": {
421
+ "type": "array",
422
+ "items": {
423
+ "description": "Either a URL string or { url, headers } object for header-aware purging.",
424
+ "oneOf": [
425
+ {
426
+ "type": "string"
427
+ },
428
+ {
429
+ "type": "object"
430
+ }
431
+ ]
432
+ },
433
+ "description": "Specific URLs to purge (max 30 per call on Free/Pro)."
434
+ },
435
+ "tags": {
436
+ "type": "array",
437
+ "items": {
438
+ "type": "string"
439
+ },
440
+ "description": "Cache-Tag values to purge (Enterprise only)."
441
+ },
442
+ "hosts": {
443
+ "type": "array",
444
+ "items": {
445
+ "type": "string"
446
+ },
447
+ "description": "Hostnames to purge (Enterprise only)."
448
+ },
449
+ "prefixes": {
450
+ "type": "array",
451
+ "items": {
452
+ "type": "string"
453
+ },
454
+ "description": "URL prefixes to purge (Enterprise only)."
455
+ }
456
+ },
457
+ "required": [
458
+ "zone_id"
459
+ ]
460
+ }
461
+ },
462
+ {
463
+ "name": "list_domains",
464
+ "description": "List domains registered with Cloudflare Registrar for the configured account. Returns names, expiration dates, auto-renew, transfer-lock and privacy status.",
465
+ "method": "GET",
466
+ "path": "/accounts/{{account_id}}/registrar/domains",
467
+ "input_schema": {
468
+ "type": "object",
469
+ "properties": {
470
+ "page": {
471
+ "type": "integer"
472
+ },
473
+ "per_page": {
474
+ "type": "integer"
475
+ }
476
+ }
477
+ }
478
+ },
479
+ {
480
+ "name": "get_domain",
481
+ "description": "Get registrar details for a specific domain — registration status, expiry, name servers, locked / privacy state, transfer status.",
482
+ "method": "GET",
483
+ "path": "/accounts/{{account_id}}/registrar/domains/{domain_name}",
484
+ "input_schema": {
485
+ "type": "object",
486
+ "properties": {
487
+ "domain_name": {
319
488
  "type": "string",
320
- "description": "Cloudflare zone ID (get from list-zones)"
489
+ "description": "Domain name (e.g. 'example.com')."
490
+ }
491
+ },
492
+ "required": [
493
+ "domain_name"
494
+ ]
495
+ }
496
+ },
497
+ {
498
+ "name": "update_domain",
499
+ "description": "Update registrar settings for a domain — auto-renew, WHOIS privacy, registrar lock, name servers. PUT semantics: include only the fields you want to change; unspecified fields are left as-is.",
500
+ "method": "PUT",
501
+ "path": "/accounts/{{account_id}}/registrar/domains/{domain_name}",
502
+ "input_schema": {
503
+ "type": "object",
504
+ "properties": {
505
+ "domain_name": {
506
+ "type": "string",
507
+ "description": "Domain name to update."
321
508
  },
322
- "recordId": {
509
+ "auto_renew": {
510
+ "type": "boolean"
511
+ },
512
+ "privacy": {
513
+ "type": "boolean"
514
+ },
515
+ "locked": {
516
+ "type": "boolean",
517
+ "description": "Registrar transfer lock."
518
+ },
519
+ "name_servers": {
520
+ "type": "array",
521
+ "items": {
522
+ "type": "string"
523
+ },
524
+ "description": "Custom name servers."
525
+ }
526
+ },
527
+ "required": [
528
+ "domain_name"
529
+ ]
530
+ }
531
+ },
532
+ {
533
+ "name": "list_tunnels",
534
+ "description": "List Cloudflare Tunnels (cfd_tunnel) in an account. Use this to find an existing tunnel by name before creating a duplicate. Filter is_deleted=false to skip soft-deleted tunnels.",
535
+ "method": "GET",
536
+ "path": "/accounts/{{account_id}}/cfd_tunnel",
537
+ "input_schema": {
538
+ "type": "object",
539
+ "properties": {
540
+ "name": {
541
+ "type": "string",
542
+ "description": "Filter by exact tunnel name."
543
+ },
544
+ "is_deleted": {
545
+ "type": "boolean",
546
+ "description": "Include soft-deleted tunnels.",
547
+ "default": false
548
+ },
549
+ "page": {
550
+ "type": "integer"
551
+ },
552
+ "per_page": {
553
+ "type": "integer"
554
+ }
555
+ }
556
+ }
557
+ },
558
+ {
559
+ "name": "create_tunnel",
560
+ "description": "Create a Cloudflare Tunnel. Returns the tunnel id and a connector token (used by 'cloudflared tunnel run --token <token>'). Set config_src=cloudflare to manage ingress through the API (update_tunnel_configuration); use config_src=local if the connector reads ingress from a local config.yml instead.",
561
+ "method": "POST",
562
+ "path": "/accounts/{{account_id}}/cfd_tunnel",
563
+ "input_schema": {
564
+ "type": "object",
565
+ "properties": {
566
+ "name": {
567
+ "type": "string",
568
+ "description": "Tunnel name. Must be unique within the account; surfaces in the dashboard and the runs log."
569
+ },
570
+ "config_src": {
571
+ "type": "string",
572
+ "description": "Where ingress config lives. 'cloudflare' = managed via this API; 'local' = managed via cloudflared's local config.yml.",
573
+ "enum": [
574
+ "cloudflare",
575
+ "local"
576
+ ],
577
+ "default": "cloudflare"
578
+ },
579
+ "tunnel_secret": {
323
580
  "type": "string",
324
- "description": "DNS record ID to delete (get from list-dns-records)"
581
+ "description": "Optional 32-byte base64 secret for legacy named-tunnel credential JSON. Omit for token-based connectors (the modern path)."
582
+ }
583
+ },
584
+ "required": [
585
+ "name"
586
+ ]
587
+ }
588
+ },
589
+ {
590
+ "name": "get_tunnel_token",
591
+ "description": "Fetch the connector token for an existing tunnel — needed when adopting a tunnel created earlier (the create_tunnel response only returns the token once). The token is what 'cloudflared tunnel run --token <token>' consumes.",
592
+ "method": "GET",
593
+ "path": "/accounts/{{account_id}}/cfd_tunnel/{tunnel_id}/token",
594
+ "input_schema": {
595
+ "type": "object",
596
+ "properties": {
597
+ "tunnel_id": {
598
+ "type": "string"
599
+ }
600
+ },
601
+ "required": [
602
+ "tunnel_id"
603
+ ]
604
+ }
605
+ },
606
+ {
607
+ "name": "update_tunnel_configuration",
608
+ "description": "Replace the tunnel's ingress configuration. Body must include a 'config' object with an 'ingress' array; the last entry must be a catch-all (e.g. {\"service\": \"http_status:404\"}). This is a full replace, not a merge — include every rule you want to keep.",
609
+ "method": "PUT",
610
+ "path": "/accounts/{{account_id}}/cfd_tunnel/{tunnel_id}/configurations",
611
+ "input_schema": {
612
+ "type": "object",
613
+ "properties": {
614
+ "tunnel_id": {
615
+ "type": "string"
616
+ },
617
+ "config": {
618
+ "type": "object",
619
+ "description": "Ingress + warp-routing config. Shape: { ingress: [{hostname?, service, path?, originRequest?}, …], warp-routing?: {enabled: bool} }. Always end ingress with a catch-all {service: 'http_status:404'} rule."
620
+ }
621
+ },
622
+ "required": [
623
+ "tunnel_id",
624
+ "config"
625
+ ]
626
+ }
627
+ },
628
+ {
629
+ "name": "delete_tunnel",
630
+ "description": "Delete a Cloudflare Tunnel. The tunnel must have no active connections; stop the connector first. Soft-deleted by default — pass cascade=true to also delete dependent connections.",
631
+ "method": "DELETE",
632
+ "path": "/accounts/{{account_id}}/cfd_tunnel/{tunnel_id}",
633
+ "input_schema": {
634
+ "type": "object",
635
+ "properties": {
636
+ "tunnel_id": {
637
+ "type": "string"
638
+ },
639
+ "cascade": {
640
+ "type": "boolean",
641
+ "description": "Also delete dependent connections.",
642
+ "default": false
325
643
  }
326
644
  },
327
645
  "required": [
328
- "zoneId",
329
- "recordId"
646
+ "tunnel_id"
330
647
  ]
331
648
  }
332
649
  }
333
650
  ]
334
- }
651
+ }