@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
@@ -137,7 +137,7 @@
137
137
  },
138
138
  {
139
139
  "name": "generate_image",
140
- "description": "Generate or edit images with AI. Provider is auto-detected from the model name (gemini-* google, dall-e-*/gpt-image-* openai), so you can just pass a model. For image editing or reference images, use a Gemini model (e.g. gemini-3-pro-image-preview) and pass the 'images' array.",
140
+ "description": "Generate or edit images with AI. Provider is auto-detected from the model name (gemini-* \u2192 google, dall-e-*/gpt-image-* \u2192 openai), so you can just pass a model. For image editing or reference images, pass the 'images' array \u2014 supported by Google Gemini (gemini-2.5-flash-image, gemini-3-pro-image-preview) AND OpenAI gpt-image-1 / gpt-image-1.5 / gpt-image-2 (up to 16 reference images, optional 'mask' for inpainting). DALL-E 3 does NOT support reference images \u2014 use gpt-image-2 for OpenAI editing.",
141
141
  "method": "POST",
142
142
  "path": "/ai/generate/image",
143
143
  "input_schema": {
@@ -153,15 +153,15 @@
153
153
  "openai",
154
154
  "google"
155
155
  ],
156
- "description": "Optional. AI provider. Auto-detected from the model name if omitted (gemini-* google, dall-e-*/gpt-image-* openai). Defaults to openai if neither provider nor model is set."
156
+ "description": "Optional. AI provider. Auto-detected from the model name if omitted (gemini-* \u2192 google, dall-e-*/gpt-image-* \u2192 openai). Defaults to openai if neither provider nor model is set."
157
157
  },
158
158
  "model": {
159
159
  "type": "string",
160
- "description": "Optional model ID. Options: 'dall-e-3' (OpenAI), 'gpt-image-1' (OpenAI), 'gemini-2.5-flash-image' (Google, fast default), 'gemini-3-pro-image-preview' (Google, supports reference images + editing, best quality). If omitted, a default model for the provider is auto-selected from the catalog."
160
+ "description": "Optional model ID. Options: 'dall-e-3' (OpenAI, text-only), 'gpt-image-1' / 'gpt-image-1.5' / 'gpt-image-2' (OpenAI, supports reference images + editing + masks; gpt-image-2 is the highest quality), 'gemini-2.5-flash-image' (Google, fast), 'gemini-3-pro-image-preview' (Google, supports reference images + editing). If omitted, a default model for the provider is auto-selected from the catalog."
161
161
  },
162
162
  "images": {
163
163
  "type": "array",
164
- "description": "Reference images for generation OR images to edit. Use for: (1) character/style consistency - pass a reference photo to maintain appearance, (2) image editing - pass an image to modify based on prompt. Requires a Gemini model (e.g. gemini-3-pro-image-preview). Google only will error on OpenAI providers.",
164
+ "description": "Reference images for generation OR images to edit. Use for: (1) character/style consistency - pass a reference photo to maintain appearance, (2) image editing - pass an image to modify based on prompt. Works with: Gemini (gemini-2.5-flash-image, gemini-3-pro-image-preview, max 14) and OpenAI gpt-image-* (up to 16). Will error on dall-e-3.",
165
165
  "items": {
166
166
  "type": "object",
167
167
  "properties": {
@@ -171,7 +171,7 @@
171
171
  },
172
172
  "data": {
173
173
  "type": "string",
174
- "description": "Base64-encoded image data. Alternative to url provide one or the other."
174
+ "description": "Base64-encoded image data. Alternative to url \u2014 provide one or the other."
175
175
  },
176
176
  "mimeType": {
177
177
  "type": "string",
@@ -180,10 +180,24 @@
180
180
  }
181
181
  }
182
182
  },
183
+ "mask": {
184
+ "type": "object",
185
+ "description": "Optional PNG mask for inpainting (OpenAI gpt-image-* only). Same dimensions as the first input image. Transparent regions = areas to be edited.",
186
+ "properties": {
187
+ "url": {
188
+ "type": "string",
189
+ "description": "HTTPS URL of the mask PNG."
190
+ },
191
+ "data": {
192
+ "type": "string",
193
+ "description": "Base64-encoded mask PNG."
194
+ }
195
+ }
196
+ },
183
197
  "size": {
184
198
  "type": "string",
185
199
  "default": "1024x1024",
186
- "description": "Image dimensions - ONLY for dall-e-3 (OpenAI). Values: 1024x1024, 1024x1792, 1792x1024. Ignored for Google models."
200
+ "description": "Image dimensions. dall-e-3: 1024x1024, 1024x1792, 1792x1024. gpt-image-* (incl. gpt-image-2): 1024x1024, 1024x1536, 1536x1024, auto. Ignored for Google models."
187
201
  },
188
202
  "aspectRatio": {
189
203
  "type": "string",
@@ -197,7 +211,7 @@
197
211
  "quality": {
198
212
  "type": "string",
199
213
  "default": "standard",
200
- "description": "Quality tier. For image editing with 'images' param, use 'high'. OpenAI: standard, hd. Google: low, medium, high."
214
+ "description": "Quality tier. dall-e-3: standard | hd. gpt-image-*: low | medium | high | auto. Google: low | medium | high. For reference-image editing, prefer 'high'."
201
215
  },
202
216
  "style": {
203
217
  "type": "string",
@@ -409,7 +423,7 @@
409
423
  },
410
424
  {
411
425
  "name": "generate_speech",
412
- "description": "Generate speech/voiceover from text using ElevenLabs. Select a voice from list-voices (sync-voices first if empty).\n\nResponse includes: audio.url, audio.durationMs (milliseconds divide by 1000 for seconds), audio.sizeBytes, audio.format, and voice info. Ignore the cost field it is not accurate.",
426
+ "description": "Generate speech/voiceover from text using ElevenLabs. Select a voice from list-voices (sync-voices first if empty).\n\nResponse includes: audio.url, audio.durationMs (milliseconds \u2014 divide by 1000 for seconds), audio.sizeBytes, audio.format, and voice info. Ignore the cost field \u2014 it is not accurate.",
413
427
  "method": "POST",
414
428
  "path": "/ai/generate/speech",
415
429
  "input_schema": {
@@ -664,7 +678,7 @@
664
678
  },
665
679
  {
666
680
  "name": "create_script",
667
- "description": "Create a new script for audio/speech generation. Write text content, assign a voice, and configure output settings. Use generate-script to produce the audio.",
681
+ "description": "Create a new script for audio/speech generation. Write text content and (optionally) assign a voice. Call generate_script afterwards to render audio. The project is taken from the API key's scope.",
668
682
  "method": "POST",
669
683
  "path": "/ai/scripts",
670
684
  "input_schema": {
@@ -672,19 +686,30 @@
672
686
  "properties": {
673
687
  "title": {
674
688
  "type": "string",
675
- "description": "Script title"
689
+ "description": "Script title (used in lists / search)"
676
690
  },
677
691
  "content": {
678
692
  "type": "string",
679
- "description": "The text content to be converted to speech"
693
+ "description": "The text the voice will read"
680
694
  },
681
695
  "voiceId": {
682
- "type": "string",
683
- "description": "Voice ID from list-voices (optional, can set later)"
696
+ "type": "number",
697
+ "description": "Voice ID from list_voices. Optional \u2014 can be assigned later via update_script."
684
698
  },
685
699
  "voiceSettings": {
686
700
  "type": "object",
687
- "description": "Voice settings: stability, similarity_boost, etc. (optional)"
701
+ "description": "Optional ElevenLabs voice tweaks: stability (0-1), similarityBoost (0-1), style (0-1).",
702
+ "properties": {
703
+ "stability": {
704
+ "type": "number"
705
+ },
706
+ "similarityBoost": {
707
+ "type": "number"
708
+ },
709
+ "style": {
710
+ "type": "number"
711
+ }
712
+ }
688
713
  },
689
714
  "outputType": {
690
715
  "type": "string",
@@ -704,12 +729,26 @@
704
729
  },
705
730
  {
706
731
  "name": "list_scripts",
707
- "description": "List all scripts with optional filtering by status. Returns title, content preview, voice assignment, and generation status.",
732
+ "description": "List scripts in the current project (auto-scoped by the API key). Returns id, title, content preview, voice_id, status (draft|generating|completed|failed), output_url (when audio is rendered), and metadata (word_count, audio_duration_ms, etc.).",
708
733
  "method": "GET",
709
734
  "path": "/ai/scripts",
710
735
  "input_schema": {
711
736
  "type": "object",
712
737
  "properties": {
738
+ "status": {
739
+ "type": "string",
740
+ "enum": [
741
+ "draft",
742
+ "generating",
743
+ "completed",
744
+ "failed"
745
+ ],
746
+ "description": "Optional status filter."
747
+ },
748
+ "search": {
749
+ "type": "string",
750
+ "description": "Optional title/content substring filter."
751
+ },
713
752
  "limit": {
714
753
  "type": "integer",
715
754
  "default": 50,
@@ -725,14 +764,14 @@
725
764
  },
726
765
  {
727
766
  "name": "get_script",
728
- "description": "Get a script by ID with full content, voice settings, and generation history.",
767
+ "description": "Get a script by ID with full content, voice_id, voice_settings, status, output_url (audio URL when generated), and metadata (word_count, char_count, audio_duration_ms, last_generated, generation_latency_ms).",
729
768
  "method": "GET",
730
769
  "path": "/ai/scripts/{id}",
731
770
  "input_schema": {
732
771
  "type": "object",
733
772
  "properties": {
734
773
  "id": {
735
- "type": "string",
774
+ "type": "number",
736
775
  "description": "Script ID"
737
776
  }
738
777
  },
@@ -743,14 +782,14 @@
743
782
  },
744
783
  {
745
784
  "name": "update_script",
746
- "description": "Update a script's title, content, voice, or settings. Only provided fields are changed.",
785
+ "description": "Update a script's title, content, voice, or settings. Only provided fields are changed. Pass voiceId: null to clear the voice assignment.",
747
786
  "method": "PUT",
748
787
  "path": "/ai/scripts/{id}",
749
788
  "input_schema": {
750
789
  "type": "object",
751
790
  "properties": {
752
791
  "id": {
753
- "type": "string",
792
+ "type": "number",
754
793
  "description": "Script ID"
755
794
  },
756
795
  "title": {
@@ -762,12 +801,26 @@
762
801
  "description": "New text content"
763
802
  },
764
803
  "voiceId": {
765
- "type": "string",
766
- "description": "New voice ID"
804
+ "type": [
805
+ "number",
806
+ "null"
807
+ ],
808
+ "description": "New voice ID. Pass null to unassign."
767
809
  },
768
810
  "voiceSettings": {
769
811
  "type": "object",
770
- "description": "New voice settings"
812
+ "description": "New ElevenLabs voice tweaks: stability (0-1), similarityBoost (0-1), style (0-1).",
813
+ "properties": {
814
+ "stability": {
815
+ "type": "number"
816
+ },
817
+ "similarityBoost": {
818
+ "type": "number"
819
+ },
820
+ "style": {
821
+ "type": "number"
822
+ }
823
+ }
771
824
  }
772
825
  },
773
826
  "required": [
@@ -777,14 +830,14 @@
777
830
  },
778
831
  {
779
832
  "name": "delete_script",
780
- "description": "Delete a script and its generated audio.",
833
+ "description": "Delete a script and its generated audio file (if any).",
781
834
  "method": "DELETE",
782
835
  "path": "/ai/scripts/{id}",
783
836
  "input_schema": {
784
837
  "type": "object",
785
838
  "properties": {
786
839
  "id": {
787
- "type": "string",
840
+ "type": "number",
788
841
  "description": "Script ID"
789
842
  }
790
843
  },
@@ -795,23 +848,38 @@
795
848
  },
796
849
  {
797
850
  "name": "generate_script",
798
- "description": "Generate audio from a script using text-to-speech. Uses the script's assigned voice or an override.\n\nResponse includes: audio.url, audio.durationMs (milliseconds divide by 1000 for seconds), audio.sizeBytes, audio.format, and voice info. Ignore the cost field it is not accurate.",
851
+ "description": "Render a script to audio (ElevenLabs TTS). Uses the script's saved voice + voiceSettings unless overridden. Updates the script row in place: status \u2192 'generating' then 'completed' (or 'failed'), and sets output_url + file_id when done.\n\nResponse includes: audio.url, audio.durationMs (ms \u2014 divide by 1000 for seconds), audio.sizeBytes, audio.format, and voice info. Ignore the cost field \u2014 it's not accurate.",
799
852
  "method": "POST",
800
853
  "path": "/ai/scripts/{id}/generate",
801
854
  "input_schema": {
802
855
  "type": "object",
803
856
  "properties": {
804
857
  "id": {
805
- "type": "string",
806
- "description": "Script ID to generate audio for"
858
+ "type": "number",
859
+ "description": "Script ID to render"
807
860
  },
808
861
  "voiceId": {
809
- "type": "string",
810
- "description": "Override voice ID (optional, uses script's voice if not set)"
862
+ "type": "number",
863
+ "description": "Override the script's saved voice for this render only."
864
+ },
865
+ "voiceSettings": {
866
+ "type": "object",
867
+ "description": "Override the saved voice settings for this render only.",
868
+ "properties": {
869
+ "stability": {
870
+ "type": "number"
871
+ },
872
+ "similarityBoost": {
873
+ "type": "number"
874
+ },
875
+ "style": {
876
+ "type": "number"
877
+ }
878
+ }
811
879
  },
812
880
  "model": {
813
881
  "type": "string",
814
- "description": "TTS model (optional)"
882
+ "description": "TTS model. eleven_multilingual_v2 (best, default), eleven_turbo_v2_5 (fast), eleven_flash_v2_5 (fastest)."
815
883
  },
816
884
  "outputFormat": {
817
885
  "type": "string",
@@ -831,7 +899,7 @@
831
899
  },
832
900
  {
833
901
  "name": "sync_voices",
834
- "description": "Sync premade voices from ElevenLabs into the local voice library. Run this first before listing voices it populates the library with all available ElevenLabs voices. Only needs to be done once (or periodically to pick up new voices).",
902
+ "description": "Sync premade voices from ElevenLabs into the local voice library. Run this first before listing voices \u2014 it populates the library with all available ElevenLabs voices. Only needs to be done once (or periodically to pick up new voices).",
835
903
  "method": "POST",
836
904
  "path": "/ai/voices/sync",
837
905
  "input_schema": {
@@ -896,5 +964,80 @@
896
964
  ]
897
965
  }
898
966
  }
899
- ]
900
- }
967
+ ],
968
+ "credential_group": {
969
+ "id": "omnikit",
970
+ "name": "OmniKit",
971
+ "logo": "https://cdn.omnikit.co/cdn/project-10/public/10_1770556267491_eecb0n/603050903_10162713420734412_6016628635295692734_n.jpg",
972
+ "description": "One key unlocks the whole OmniKit suite. Account keys can manage many projects; project keys are scoped to one.",
973
+ "discovery": {
974
+ "list_projects": {
975
+ "method": "GET",
976
+ "path": "/projects",
977
+ "response_path": "data",
978
+ "id_field": "id",
979
+ "label_field": "name"
980
+ },
981
+ "api_lookup": {
982
+ "method": "GET",
983
+ "path": "/apis",
984
+ "response_path": "data",
985
+ "match_field": "base_path",
986
+ "match_value": "omnikit",
987
+ "id_field": "id"
988
+ },
989
+ "provision_project_key": {
990
+ "method": "POST",
991
+ "path": "/api-keys",
992
+ "body": {
993
+ "name": "Apteva \u00b7 {{label}}",
994
+ "api_id": "{{api_lookup_id}}",
995
+ "target_project_id": "{{external_project_id}}",
996
+ "scopes": [
997
+ "read",
998
+ "write"
999
+ ]
1000
+ },
1001
+ "response_key_path": "data.key",
1002
+ "id_response_path": "data.id",
1003
+ "credential_field": "api_key"
1004
+ }
1005
+ }
1006
+ },
1007
+ "scopes": {
1008
+ "account": {
1009
+ "credential_fields": [
1010
+ {
1011
+ "name": "api_key",
1012
+ "label": "Account API Key",
1013
+ "description": "Starts with okt_acc_ \u2014 operates across every project in the account.",
1014
+ "type": "password"
1015
+ }
1016
+ ],
1017
+ "auth_headers": {
1018
+ "X-API-Key": "{{api_key}}"
1019
+ },
1020
+ "project_binding": {
1021
+ "type": "header",
1022
+ "name": "X-Project-Id",
1023
+ "value": "{{project_id}}"
1024
+ }
1025
+ },
1026
+ "project": {
1027
+ "credential_fields": [
1028
+ {
1029
+ "name": "api_key",
1030
+ "label": "Project API Key",
1031
+ "description": "Starts with okt_ \u2014 already scoped to a single project.",
1032
+ "type": "password"
1033
+ }
1034
+ ],
1035
+ "auth_headers": {
1036
+ "X-API-Key": "{{api_key}}"
1037
+ }
1038
+ }
1039
+ },
1040
+ "health_check": {
1041
+ "tool": "list_models"
1042
+ }
1043
+ }
@@ -194,5 +194,77 @@
194
194
  }
195
195
  }
196
196
  }
197
- ]
197
+ ],
198
+ "credential_group": {
199
+ "id": "omnikit",
200
+ "name": "OmniKit",
201
+ "logo": "https://cdn.omnikit.co/cdn/project-10/public/10_1770556267491_eecb0n/603050903_10162713420734412_6016628635295692734_n.jpg",
202
+ "description": "One key unlocks the whole OmniKit suite. Account keys can manage many projects; project keys are scoped to one.",
203
+ "discovery": {
204
+ "list_projects": {
205
+ "method": "GET",
206
+ "path": "/projects",
207
+ "response_path": "data",
208
+ "id_field": "id",
209
+ "label_field": "name"
210
+ },
211
+ "api_lookup": {
212
+ "method": "GET",
213
+ "path": "/apis",
214
+ "response_path": "data",
215
+ "match_field": "base_path",
216
+ "match_value": "omnikit",
217
+ "id_field": "id"
218
+ },
219
+ "provision_project_key": {
220
+ "method": "POST",
221
+ "path": "/api-keys",
222
+ "body": {
223
+ "name": "Apteva \u00b7 {{label}}",
224
+ "api_id": "{{api_lookup_id}}",
225
+ "target_project_id": "{{external_project_id}}",
226
+ "scopes": [
227
+ "read",
228
+ "write"
229
+ ]
230
+ },
231
+ "response_key_path": "data.key",
232
+ "id_response_path": "data.id",
233
+ "credential_field": "api_key"
234
+ }
235
+ }
236
+ },
237
+ "scopes": {
238
+ "account": {
239
+ "credential_fields": [
240
+ {
241
+ "name": "api_key",
242
+ "label": "Account API Key",
243
+ "description": "Starts with okt_acc_ \u2014 operates across every project in the account.",
244
+ "type": "password"
245
+ }
246
+ ],
247
+ "auth_headers": {
248
+ "X-API-Key": "{{api_key}}"
249
+ },
250
+ "project_binding": {
251
+ "type": "header",
252
+ "name": "X-Project-Id",
253
+ "value": "{{project_id}}"
254
+ }
255
+ },
256
+ "project": {
257
+ "credential_fields": [
258
+ {
259
+ "name": "api_key",
260
+ "label": "Project API Key",
261
+ "description": "Starts with okt_ \u2014 already scoped to a single project.",
262
+ "type": "password"
263
+ }
264
+ ],
265
+ "auth_headers": {
266
+ "X-API-Key": "{{api_key}}"
267
+ }
268
+ }
269
+ }
198
270
  }
@@ -643,5 +643,77 @@
643
643
  ]
644
644
  }
645
645
  }
646
- ]
646
+ ],
647
+ "credential_group": {
648
+ "id": "omnikit",
649
+ "name": "OmniKit",
650
+ "logo": "https://cdn.omnikit.co/cdn/project-10/public/10_1770556267491_eecb0n/603050903_10162713420734412_6016628635295692734_n.jpg",
651
+ "description": "One key unlocks the whole OmniKit suite. Account keys can manage many projects; project keys are scoped to one.",
652
+ "discovery": {
653
+ "list_projects": {
654
+ "method": "GET",
655
+ "path": "/projects",
656
+ "response_path": "data",
657
+ "id_field": "id",
658
+ "label_field": "name"
659
+ },
660
+ "api_lookup": {
661
+ "method": "GET",
662
+ "path": "/apis",
663
+ "response_path": "data",
664
+ "match_field": "base_path",
665
+ "match_value": "omnikit",
666
+ "id_field": "id"
667
+ },
668
+ "provision_project_key": {
669
+ "method": "POST",
670
+ "path": "/api-keys",
671
+ "body": {
672
+ "name": "Apteva \u00b7 {{label}}",
673
+ "api_id": "{{api_lookup_id}}",
674
+ "target_project_id": "{{external_project_id}}",
675
+ "scopes": [
676
+ "read",
677
+ "write"
678
+ ]
679
+ },
680
+ "response_key_path": "data.key",
681
+ "id_response_path": "data.id",
682
+ "credential_field": "api_key"
683
+ }
684
+ }
685
+ },
686
+ "scopes": {
687
+ "account": {
688
+ "credential_fields": [
689
+ {
690
+ "name": "api_key",
691
+ "label": "Account API Key",
692
+ "description": "Starts with okt_acc_ \u2014 operates across every project in the account.",
693
+ "type": "password"
694
+ }
695
+ ],
696
+ "auth_headers": {
697
+ "X-API-Key": "{{api_key}}"
698
+ },
699
+ "project_binding": {
700
+ "type": "header",
701
+ "name": "X-Project-Id",
702
+ "value": "{{project_id}}"
703
+ }
704
+ },
705
+ "project": {
706
+ "credential_fields": [
707
+ {
708
+ "name": "api_key",
709
+ "label": "Project API Key",
710
+ "description": "Starts with okt_ \u2014 already scoped to a single project.",
711
+ "type": "password"
712
+ }
713
+ ],
714
+ "auth_headers": {
715
+ "X-API-Key": "{{api_key}}"
716
+ }
717
+ }
718
+ }
647
719
  }
@@ -1910,5 +1910,77 @@
1910
1910
  "description": "Campaign failed to send"
1911
1911
  }
1912
1912
  ]
1913
+ },
1914
+ "credential_group": {
1915
+ "id": "omnikit",
1916
+ "name": "OmniKit",
1917
+ "logo": "https://cdn.omnikit.co/cdn/project-10/public/10_1770556267491_eecb0n/603050903_10162713420734412_6016628635295692734_n.jpg",
1918
+ "description": "One key unlocks the whole OmniKit suite. Account keys can manage many projects; project keys are scoped to one.",
1919
+ "discovery": {
1920
+ "list_projects": {
1921
+ "method": "GET",
1922
+ "path": "/projects",
1923
+ "response_path": "data",
1924
+ "id_field": "id",
1925
+ "label_field": "name"
1926
+ },
1927
+ "api_lookup": {
1928
+ "method": "GET",
1929
+ "path": "/apis",
1930
+ "response_path": "data",
1931
+ "match_field": "base_path",
1932
+ "match_value": "omnikit",
1933
+ "id_field": "id"
1934
+ },
1935
+ "provision_project_key": {
1936
+ "method": "POST",
1937
+ "path": "/api-keys",
1938
+ "body": {
1939
+ "name": "Apteva \u00b7 {{label}}",
1940
+ "api_id": "{{api_lookup_id}}",
1941
+ "target_project_id": "{{external_project_id}}",
1942
+ "scopes": [
1943
+ "read",
1944
+ "write"
1945
+ ]
1946
+ },
1947
+ "response_key_path": "data.key",
1948
+ "id_response_path": "data.id",
1949
+ "credential_field": "api_key"
1950
+ }
1951
+ }
1952
+ },
1953
+ "scopes": {
1954
+ "account": {
1955
+ "credential_fields": [
1956
+ {
1957
+ "name": "api_key",
1958
+ "label": "Account API Key",
1959
+ "description": "Starts with okt_acc_ \u2014 operates across every project in the account.",
1960
+ "type": "password"
1961
+ }
1962
+ ],
1963
+ "auth_headers": {
1964
+ "X-API-Key": "{{api_key}}"
1965
+ },
1966
+ "project_binding": {
1967
+ "type": "header",
1968
+ "name": "X-Project-Id",
1969
+ "value": "{{project_id}}"
1970
+ }
1971
+ },
1972
+ "project": {
1973
+ "credential_fields": [
1974
+ {
1975
+ "name": "api_key",
1976
+ "label": "Project API Key",
1977
+ "description": "Starts with okt_ \u2014 already scoped to a single project.",
1978
+ "type": "password"
1979
+ }
1980
+ ],
1981
+ "auth_headers": {
1982
+ "X-API-Key": "{{api_key}}"
1983
+ }
1984
+ }
1913
1985
  }
1914
1986
  }