@apteva/integrations 0.3.62 → 0.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws-sigv4.d.ts +32 -0
- package/dist/aws-sigv4.d.ts.map +1 -0
- package/dist/aws-sigv4.js +126 -0
- package/dist/aws-sigv4.js.map +1 -0
- package/dist/explorer/main.js +21617 -0
- package/dist/explorer/main.js.map +90 -0
- package/dist/explorer/style.css +2 -0
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +145 -12
- package/dist/http-executor.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-generator.d.ts +7 -2
- package/dist/mcp-generator.d.ts.map +1 -1
- package/dist/mcp-generator.js +46 -5
- package/dist/mcp-generator.js.map +1 -1
- package/dist/oauth.js +1 -1
- package/dist/oauth.js.map +1 -1
- package/dist/types.d.ts +251 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/github/ActivityFeed.d.ts +24 -0
- package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/github/ActivityFeed.js +106 -0
- package/dist/ui/github/ActivityFeed.js.map +1 -0
- package/dist/ui/github/ActivityFeed.mjs +3 -0
- package/dist/ui/github/ActivityFeed.mjs.map +29 -0
- package/dist/ui/github/CommitCard.d.ts +24 -0
- package/dist/ui/github/CommitCard.d.ts.map +1 -0
- package/dist/ui/github/CommitCard.js +102 -0
- package/dist/ui/github/CommitCard.js.map +1 -0
- package/dist/ui/github/CommitCard.mjs +5 -0
- package/dist/ui/github/CommitCard.mjs.map +11 -0
- package/dist/ui/github/IssueCard.d.ts +33 -0
- package/dist/ui/github/IssueCard.d.ts.map +1 -0
- package/dist/ui/github/IssueCard.js +131 -0
- package/dist/ui/github/IssueCard.js.map +1 -0
- package/dist/ui/github/IssueCard.mjs +3 -0
- package/dist/ui/github/IssueCard.mjs.map +21 -0
- package/dist/ui/github/PullRequestCard.d.ts +36 -0
- package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
- package/dist/ui/github/PullRequestCard.js +158 -0
- package/dist/ui/github/PullRequestCard.js.map +1 -0
- package/dist/ui/github/PullRequestCard.mjs +3 -0
- package/dist/ui/github/PullRequestCard.mjs.map +22 -0
- package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
- package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
- package/dist/ui/github/WorkflowRunCard.js +124 -0
- package/dist/ui/github/WorkflowRunCard.js.map +1 -0
- package/dist/ui/github/WorkflowRunCard.mjs +3 -0
- package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
- package/dist/ui/github/lib/github.d.ts +43 -0
- package/dist/ui/github/lib/github.d.ts.map +1 -0
- package/dist/ui/github/lib/github.js +151 -0
- package/dist/ui/github/lib/github.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.js +52 -0
- package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
- package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
- package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
- package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
- package/dist/ui/hubspot/CompanyCard.js +63 -0
- package/dist/ui/hubspot/CompanyCard.js.map +1 -0
- package/dist/ui/hubspot/CompanyCard.mjs +3 -0
- package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactCard.d.ts +22 -0
- package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactCard.js +62 -0
- package/dist/ui/hubspot/ContactCard.js.map +1 -0
- package/dist/ui/hubspot/ContactCard.mjs +3 -0
- package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactList.d.ts +21 -0
- package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactList.js +31 -0
- package/dist/ui/hubspot/ContactList.js.map +1 -0
- package/dist/ui/hubspot/ContactList.mjs +3 -0
- package/dist/ui/hubspot/ContactList.mjs.map +11 -0
- package/dist/ui/hubspot/DealCard.d.ts +23 -0
- package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
- package/dist/ui/hubspot/DealCard.js +63 -0
- package/dist/ui/hubspot/DealCard.js.map +1 -0
- package/dist/ui/hubspot/DealCard.mjs +3 -0
- package/dist/ui/hubspot/DealCard.mjs.map +11 -0
- package/dist/ui/hubspot/DealList.d.ts +24 -0
- package/dist/ui/hubspot/DealList.d.ts.map +1 -0
- package/dist/ui/hubspot/DealList.js +35 -0
- package/dist/ui/hubspot/DealList.js.map +1 -0
- package/dist/ui/hubspot/DealList.mjs +3 -0
- package/dist/ui/hubspot/DealList.mjs.map +11 -0
- package/dist/ui/hubspot/EmailCard.d.ts +25 -0
- package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
- package/dist/ui/hubspot/EmailCard.js +62 -0
- package/dist/ui/hubspot/EmailCard.js.map +1 -0
- package/dist/ui/hubspot/EmailCard.mjs +5 -0
- package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
- package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
- package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/InboxStrip.js +36 -0
- package/dist/ui/hubspot/InboxStrip.js.map +1 -0
- package/dist/ui/hubspot/InboxStrip.mjs +3 -0
- package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.js +54 -0
- package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
- package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
- package/dist/ui/hubspot/TicketCard.d.ts +25 -0
- package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketCard.js +53 -0
- package/dist/ui/hubspot/TicketCard.js.map +1 -0
- package/dist/ui/hubspot/TicketCard.mjs +3 -0
- package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
- package/dist/ui/hubspot/TicketList.d.ts +21 -0
- package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketList.js +33 -0
- package/dist/ui/hubspot/TicketList.js.map +1 -0
- package/dist/ui/hubspot/TicketList.mjs +3 -0
- package/dist/ui/hubspot/TicketList.mjs.map +11 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
- package/dist/ui/hubspot/lib/hubspot.js +176 -0
- package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.d.ts +24 -0
- package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseCard.js +86 -0
- package/dist/ui/notion/DatabaseCard.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.mjs +3 -0
- package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
- package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
- package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseRowList.js +87 -0
- package/dist/ui/notion/DatabaseRowList.js.map +1 -0
- package/dist/ui/notion/DatabaseRowList.mjs +3 -0
- package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
- package/dist/ui/notion/PageCard.d.ts +27 -0
- package/dist/ui/notion/PageCard.d.ts.map +1 -0
- package/dist/ui/notion/PageCard.js +80 -0
- package/dist/ui/notion/PageCard.js.map +1 -0
- package/dist/ui/notion/PageCard.mjs +3 -0
- package/dist/ui/notion/PageCard.mjs.map +11 -0
- package/dist/ui/notion/PageList.d.ts +24 -0
- package/dist/ui/notion/PageList.d.ts.map +1 -0
- package/dist/ui/notion/PageList.js +51 -0
- package/dist/ui/notion/PageList.js.map +1 -0
- package/dist/ui/notion/PageList.mjs +3 -0
- package/dist/ui/notion/PageList.mjs.map +11 -0
- package/dist/ui/notion/lib/notion.d.ts +35 -0
- package/dist/ui/notion/lib/notion.d.ts.map +1 -0
- package/dist/ui/notion/lib/notion.js +119 -0
- package/dist/ui/notion/lib/notion.js.map +1 -0
- package/dist/xml-to-json.d.ts +20 -0
- package/dist/xml-to-json.d.ts.map +1 -0
- package/dist/xml-to-json.js +256 -0
- package/dist/xml-to-json.js.map +1 -0
- package/package.json +12 -1
- package/src/apps/adroll.json +254 -0
- package/src/apps/ahrefs.json +156 -0
- package/src/apps/airtable.json +4 -13
- package/src/apps/algolia.json +115 -0
- package/src/apps/alibaba-cloud.json +211 -0
- package/src/apps/aliexpress.json +369 -0
- package/src/apps/alpaca-market-data.json +699 -0
- package/src/apps/alpaca-trading.json +214 -989
- package/src/apps/amazon-ads.json +249 -0
- package/src/apps/amazon-associates.json +102 -0
- package/src/apps/amplitude.json +86 -0
- package/src/apps/anchor-browser.json +173 -0
- package/src/apps/anthropic-api.json +9 -4
- package/src/apps/api-sports.json +180 -0
- package/src/apps/apple-search-ads.json +266 -0
- package/src/apps/auth0.json +126 -0
- package/src/apps/awin.json +111 -0
- package/src/apps/aws-codebuild.json +139 -0
- package/src/apps/aws-mediaconvert.json +196 -0
- package/src/apps/aws-s3.json +108 -192
- package/src/apps/aws-ses.json +666 -303
- package/src/apps/aws-sns.json +128 -106
- package/src/apps/azure-container-apps.json +116 -0
- package/src/apps/backblaze-b2.json +175 -0
- package/src/apps/bamboohr.json +303 -0
- package/src/apps/basiq.json +308 -0
- package/src/apps/bigcommerce.json +366 -0
- package/src/apps/bigquery.json +121 -0
- package/src/apps/binance-trading.json +7 -4
- package/src/apps/bing-webmaster-tools.json +158 -0
- package/src/apps/bitbucket.json +163 -0
- package/src/apps/blacksmith.json +81 -0
- package/src/apps/bls.json +104 -0
- package/src/apps/bluesky.json +74 -0
- package/src/apps/braze.json +103 -0
- package/src/apps/brevo.json +4 -1
- package/src/apps/brightdata.json +94 -0
- package/src/apps/browserbase.json +237 -0
- package/src/apps/bscscan.json +150 -0
- package/src/apps/buffer.json +121 -0
- package/src/apps/buildjet.json +80 -0
- package/src/apps/builtwith.json +101 -0
- package/src/apps/bunny-cdn.json +104 -0
- package/src/apps/bunny-stream.json +205 -3
- package/src/apps/byrd.json +585 -0
- package/src/apps/calendly.json +10 -7
- package/src/apps/campaign-manager-360.json +264 -0
- package/src/apps/capturekit.json +51 -0
- package/src/apps/circleci.json +212 -0
- package/src/apps/cirrus-runners.json +75 -0
- package/src/apps/cj-affiliate.json +101 -0
- package/src/apps/cjdropshipping.json +278 -0
- package/src/apps/clerk.json +153 -0
- package/src/apps/cloudflare-containers.json +98 -0
- package/src/apps/cloudflare-r2.json +180 -0
- package/src/apps/cloudflare.json +474 -157
- package/src/apps/cloudinary.json +119 -97
- package/src/apps/coconut.json +94 -0
- package/src/apps/contentful.json +157 -0
- package/src/apps/criteo.json +222 -0
- package/src/apps/crunchbase.json +104 -0
- package/src/apps/customer-io.json +106 -0
- package/src/apps/databricks.json +94 -0
- package/src/apps/deepgram.json +3 -0
- package/src/apps/deepl.json +113 -0
- package/src/apps/deepseek.json +5 -2
- package/src/apps/depot.json +102 -0
- package/src/apps/digitalocean-spaces.json +121 -0
- package/src/apps/digitalocean.json +115 -0
- package/src/apps/discord.json +90 -1
- package/src/apps/docker-build-cloud.json +68 -0
- package/src/apps/duffel.json +193 -77
- package/src/apps/dux-soup.json +4 -1
- package/src/apps/dv360.json +287 -0
- package/src/apps/earthly-cloud.json +84 -0
- package/src/apps/eia.json +121 -0
- package/src/apps/elasticsearch.json +282 -0
- package/src/apps/elevenlabs.json +336 -192
- package/src/apps/etherscan.json +162 -0
- package/src/apps/etsy.json +484 -0
- package/src/apps/eventbrite-events.json +5 -2
- package/src/apps/exa.json +101 -0
- package/src/apps/facebook-ads.json +3 -3
- package/src/apps/facebook-api.json +1484 -37
- package/src/apps/finnhub.json +232 -0
- package/src/apps/flightapi.json +248 -0
- package/src/apps/fly-io.json +134 -0
- package/src/apps/fred.json +156 -0
- package/src/apps/gdelt.json +96 -0
- package/src/apps/gelato.json +123 -0
- package/src/apps/gemini.json +143 -49
- package/src/apps/getscreenshot.json +52 -0
- package/src/apps/github.json +355 -39
- package/src/apps/gmail.json +151 -2
- package/src/apps/gnews.json +71 -0
- package/src/apps/google-analytics.json +311 -0
- package/src/apps/google-cloud-storage.json +484 -0
- package/src/apps/google-docs.json +2 -2
- package/src/apps/google-drive.json +2 -2
- package/src/apps/google-places.json +127 -0
- package/src/apps/google-search-console.json +126 -0
- package/src/apps/google-sheets.json +2 -2
- package/src/apps/grafana-cloud.json +98 -0
- package/src/apps/groq.json +119 -0
- package/src/apps/hetzner-object-storage.json +177 -0
- package/src/apps/hetzner.json +255 -367
- package/src/apps/heygen.json +828 -141
- package/src/apps/hive-fulfillment.json +559 -0
- package/src/apps/hotjar.json +91 -0
- package/src/apps/huawei-cloud.json +189 -0
- package/src/apps/huboo.json +286 -0
- package/src/apps/hubspot.json +253 -637
- package/src/apps/huggingface.json +5 -2
- package/src/apps/hunter.json +5 -2
- package/src/apps/hyperbrowser.json +205 -0
- package/src/apps/idrive-e2.json +128 -0
- package/src/apps/impact.json +106 -0
- package/src/apps/instagram-api.json +185 -11
- package/src/apps/instantly.json +169 -0
- package/src/apps/ionos.json +250 -0
- package/src/apps/{learning-platform.json → kalio.json} +162 -3
- package/src/apps/kalshi.json +144 -0
- package/src/apps/keywords-everywhere.json +86 -0
- package/src/apps/kickbox.json +71 -0
- package/src/apps/launchdarkly.json +111 -0
- package/src/apps/leadbyte.json +600 -0
- package/src/apps/leadfeeder.json +89 -0
- package/src/apps/lemlist.json +109 -0
- package/src/apps/linkedin-ads.json +279 -0
- package/src/apps/linkedin.json +96 -2
- package/src/apps/linode-object-storage.json +183 -0
- package/src/apps/linode.json +160 -0
- package/src/apps/lnk-bio.json +5 -2
- package/src/apps/loom.json +5 -2
- package/src/apps/lusha.json +104 -0
- package/src/apps/magalu-cloud.json +187 -0
- package/src/apps/majestic.json +117 -0
- package/src/apps/manifold-markets.json +144 -0
- package/src/apps/mapbox.json +118 -0
- package/src/apps/microsoft-ads.json +246 -0
- package/src/apps/microsoft-onedrive.json +380 -0
- package/src/apps/microsoft-teams.json +315 -96
- package/src/apps/millionverifier.json +85 -0
- package/src/apps/mindee.json +246 -0
- package/src/apps/miro.json +138 -0
- package/src/apps/mistral.json +129 -0
- package/src/apps/mixpanel.json +95 -0
- package/src/apps/moz.json +127 -0
- package/src/apps/mux.json +201 -0
- package/src/apps/namecheap.json +321 -123
- package/src/apps/namespace-cloud.json +84 -0
- package/src/apps/naver-cloud.json +184 -0
- package/src/apps/neon.json +122 -0
- package/src/apps/netlify.json +124 -0
- package/src/apps/neverbounce.json +92 -0
- package/src/apps/newrelic.json +80 -0
- package/src/apps/newsapi.json +86 -0
- package/src/apps/ngrok.json +29 -0
- package/src/apps/nixbuild.json +116 -0
- package/src/apps/northflank.json +161 -0
- package/src/apps/notion.json +3 -0
- package/src/apps/okta.json +131 -0
- package/src/apps/omnikit-analytics.json +73 -1
- package/src/apps/omnikit-api-gateway.json +74 -2
- package/src/apps/omnikit-billing.json +73 -1
- package/src/apps/omnikit-cms.json +73 -1
- package/src/apps/omnikit-code-ops.json +76 -4
- package/src/apps/omnikit-functions.json +74 -2
- package/src/apps/omnikit-intelligence.json +176 -33
- package/src/apps/omnikit-management.json +73 -1
- package/src/apps/omnikit-media.json +73 -1
- package/src/apps/omnikit-messaging.json +72 -0
- package/src/apps/omnikit-redirects.json +73 -1
- package/src/apps/omnikit-sites.json +325 -66
- package/src/apps/omnikit-storage.json +104 -7
- package/src/apps/omnikit-webhooks.json +73 -1
- package/src/apps/omnikit-workflows.json +73 -1
- package/src/apps/onesignal.json +108 -0
- package/src/apps/openai-api.json +176 -30
- package/src/apps/openai-codex.json +187 -0
- package/src/apps/opencode-go.json +113 -0
- package/src/apps/optinmonster.json +7 -4
- package/src/apps/outlook-calendar.json +350 -0
- package/src/apps/outlook-mail.json +337 -0
- package/src/apps/outscraper.json +118 -0
- package/src/apps/ovhcloud.json +209 -0
- package/src/apps/paddle.json +170 -0
- package/src/apps/pagerduty.json +151 -0
- package/src/apps/partnerstack.json +118 -0
- package/src/apps/perplexity.json +37 -0
- package/src/apps/phantombuster.json +85 -0
- package/src/apps/pinecone.json +129 -0
- package/src/apps/pinterest-ads.json +261 -0
- package/src/apps/pinterest.json +217 -0
- package/src/apps/planetscale.json +139 -0
- package/src/apps/polygonscan.json +157 -0
- package/src/apps/polymarket-clob.json +184 -0
- package/src/apps/polymarket-data.json +153 -0
- package/src/apps/porkbun.json +609 -145
- package/src/apps/posthog.json +107 -0
- package/src/apps/pushover.json +28 -0
- package/src/apps/quora-ads.json +251 -0
- package/src/apps/railway.json +57 -0
- package/src/apps/reddit-ads.json +238 -0
- package/src/apps/reddit.json +274 -0
- package/src/apps/render.json +124 -0
- package/src/apps/replicate.json +5 -2
- package/src/apps/reply-io.json +111 -0
- package/src/apps/resend.json +110 -0
- package/src/apps/ringover.json +1144 -0
- package/src/apps/rocketreach.json +158 -0
- package/src/apps/rollbar.json +88 -0
- package/src/apps/runs-on.json +70 -0
- package/src/apps/sanity.json +89 -0
- package/src/apps/scaleway-object-storage.json +175 -0
- package/src/apps/scrapingbee.json +75 -0
- package/src/apps/screenshotlayer.json +49 -0
- package/src/apps/screenshotmachine.json +49 -0
- package/src/apps/se-ranking.json +239 -0
- package/src/apps/seamless-ai.json +91 -0
- package/src/apps/sec-edgar.json +107 -0
- package/src/apps/segment.json +104 -0
- package/src/apps/semrush.json +153 -0
- package/src/apps/sentry.json +109 -0
- package/src/apps/serpapi.json +95 -0
- package/src/apps/serper.json +139 -0
- package/src/apps/shareasale.json +130 -0
- package/src/apps/skimlinks.json +48 -0
- package/src/apps/slack.json +101 -0
- package/src/apps/smartlead.json +146 -0
- package/src/apps/snapchat-ads.json +238 -0
- package/src/apps/snaprender.json +64 -0
- package/src/apps/snowflake.json +70 -0
- package/src/apps/snyk.json +108 -0
- package/src/apps/socialcast.json +74 -8
- package/src/apps/sovrn.json +125 -0
- package/src/apps/spotify-ads.json +231 -0
- package/src/apps/steel.json +239 -0
- package/src/apps/stocktwits.json +120 -0
- package/src/apps/stripe.json +153 -0
- package/src/apps/target-circle.json +348 -0
- package/src/apps/tavily.json +104 -0
- package/src/apps/tavus.json +403 -0
- package/src/apps/telegram.json +5 -2
- package/src/apps/teller.json +187 -0
- package/src/apps/tencent-cloud.json +214 -0
- package/src/apps/tennis-abstract.json +108 -0
- package/src/apps/the-odds-api.json +132 -0
- package/src/apps/the-sports-db.json +163 -0
- package/src/apps/tiktok-ads.json +295 -0
- package/src/apps/tiktok-api.json +181 -7
- package/src/apps/together.json +5 -2
- package/src/apps/trade-desk.json +237 -0
- package/src/apps/trading212.json +26 -29
- package/src/apps/transloadit.json +138 -0
- package/src/apps/truelayer.json +318 -0
- package/src/apps/twilio.json +313 -42
- package/src/apps/twitter-api.json +216 -33
- package/src/apps/ubicloud.json +82 -0
- package/src/apps/uplead.json +105 -0
- package/src/apps/upstash.json +90 -0
- package/src/apps/valueserp.json +63 -0
- package/src/apps/venice-ai.json +685 -0
- package/src/apps/vercel.json +137 -0
- package/src/apps/wappalyzer.json +65 -0
- package/src/apps/wasabi.json +175 -0
- package/src/apps/whale-alert.json +74 -0
- package/src/apps/whatsapp-business.json +131 -0
- package/src/apps/wikipedia.json +112 -0
- package/src/apps/workos.json +123 -0
- package/src/apps/yahoo-dsp.json +265 -0
- package/src/apps/yahoo-finance.json +60 -0
- package/src/apps/youtube-api.json +520 -142
- package/src/apps/zenrows.json +47 -0
- package/src/apps/zenserp.json +99 -0
- package/src/apps/zerobounce.json +80 -0
package/src/apps/stripe.json
CHANGED
|
@@ -794,6 +794,159 @@
|
|
|
794
794
|
}
|
|
795
795
|
}
|
|
796
796
|
},
|
|
797
|
+
{
|
|
798
|
+
"name": "finalize_invoice",
|
|
799
|
+
"description": "Finalize a draft invoice. Mints an invoice number, generates the hosted_invoice_url, and (unless auto_advance is false) starts the collection process. Use when create_invoice was called with auto_advance=false.",
|
|
800
|
+
"method": "POST",
|
|
801
|
+
"path": "/invoices/{invoice_id}/finalize",
|
|
802
|
+
"input_schema": {
|
|
803
|
+
"type": "object",
|
|
804
|
+
"properties": {
|
|
805
|
+
"invoice_id": {
|
|
806
|
+
"type": "string",
|
|
807
|
+
"description": "Invoice ID (in_xxx)"
|
|
808
|
+
},
|
|
809
|
+
"auto_advance": {
|
|
810
|
+
"type": "boolean",
|
|
811
|
+
"description": "Whether Stripe should advance the collection (email, charge) automatically after finalization. Set false to get the hosted_invoice_url without Stripe sending the email."
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"required": [
|
|
815
|
+
"invoice_id"
|
|
816
|
+
]
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "void_invoice",
|
|
821
|
+
"description": "Void an open invoice. Marks it permanently uncollectible from the customer's perspective. Use when our billing voids an invoice that was already mirrored to Stripe.",
|
|
822
|
+
"method": "POST",
|
|
823
|
+
"path": "/invoices/{invoice_id}/void",
|
|
824
|
+
"input_schema": {
|
|
825
|
+
"type": "object",
|
|
826
|
+
"properties": {
|
|
827
|
+
"invoice_id": {
|
|
828
|
+
"type": "string",
|
|
829
|
+
"description": "Invoice ID (in_xxx)"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"required": [
|
|
833
|
+
"invoice_id"
|
|
834
|
+
]
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "send_invoice",
|
|
839
|
+
"description": "Trigger Stripe to send the invoice email to the customer. Only works on invoices with collection_method=send_invoice. Returns the invoice with status_transitions.email_sent_at populated.",
|
|
840
|
+
"method": "POST",
|
|
841
|
+
"path": "/invoices/{invoice_id}/send",
|
|
842
|
+
"input_schema": {
|
|
843
|
+
"type": "object",
|
|
844
|
+
"properties": {
|
|
845
|
+
"invoice_id": {
|
|
846
|
+
"type": "string",
|
|
847
|
+
"description": "Invoice ID (in_xxx)"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"required": [
|
|
851
|
+
"invoice_id"
|
|
852
|
+
]
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "create_checkout_session",
|
|
857
|
+
"description": "Create a Stripe Checkout Session — a hosted payment page. Returns { id, url } where url is the Stripe-hosted page the customer is redirected to. mode=payment for one-time; mode=subscription for recurring (uses price IDs from create_price). Webhook event checkout.session.completed fires on payment success.",
|
|
858
|
+
"method": "POST",
|
|
859
|
+
"path": "/checkout/sessions",
|
|
860
|
+
"input_schema": {
|
|
861
|
+
"type": "object",
|
|
862
|
+
"properties": {
|
|
863
|
+
"mode": {
|
|
864
|
+
"type": "string",
|
|
865
|
+
"description": "Checkout mode",
|
|
866
|
+
"enum": [
|
|
867
|
+
"payment",
|
|
868
|
+
"subscription",
|
|
869
|
+
"setup"
|
|
870
|
+
],
|
|
871
|
+
"default": "payment"
|
|
872
|
+
},
|
|
873
|
+
"line_items": {
|
|
874
|
+
"type": "array",
|
|
875
|
+
"description": "Array of {price: 'price_xxx', quantity: N} for catalog prices, or {price_data: {...}, quantity: N} for ad-hoc lines."
|
|
876
|
+
},
|
|
877
|
+
"customer": {
|
|
878
|
+
"type": "string",
|
|
879
|
+
"description": "Existing Stripe customer ID (cus_xxx). Omit to let Stripe create or match by email."
|
|
880
|
+
},
|
|
881
|
+
"customer_email": {
|
|
882
|
+
"type": "string",
|
|
883
|
+
"description": "Pre-fill the buyer's email on the Stripe-hosted page."
|
|
884
|
+
},
|
|
885
|
+
"success_url": {
|
|
886
|
+
"type": "string",
|
|
887
|
+
"description": "URL Stripe redirects to after successful payment. May include {CHECKOUT_SESSION_ID} placeholder."
|
|
888
|
+
},
|
|
889
|
+
"cancel_url": {
|
|
890
|
+
"type": "string",
|
|
891
|
+
"description": "URL Stripe redirects to if the customer abandons the page."
|
|
892
|
+
},
|
|
893
|
+
"client_reference_id": {
|
|
894
|
+
"type": "string",
|
|
895
|
+
"description": "Free-form string returned in the webhook payload. Useful for tying back to your own session/cart id."
|
|
896
|
+
},
|
|
897
|
+
"metadata": {
|
|
898
|
+
"type": "object",
|
|
899
|
+
"description": "Arbitrary key-value pairs returned in webhook events."
|
|
900
|
+
},
|
|
901
|
+
"payment_intent_data": {
|
|
902
|
+
"type": "object",
|
|
903
|
+
"description": "Optional config applied to the underlying PaymentIntent (description, statement_descriptor, etc.)."
|
|
904
|
+
},
|
|
905
|
+
"subscription_data": {
|
|
906
|
+
"type": "object",
|
|
907
|
+
"description": "Only when mode=subscription — config for the resulting subscription (trial_period_days, metadata, etc.)."
|
|
908
|
+
},
|
|
909
|
+
"expires_at": {
|
|
910
|
+
"type": "integer",
|
|
911
|
+
"description": "Unix timestamp at which the session expires. Min 30 min from creation, max 24h."
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"required": [
|
|
915
|
+
"line_items",
|
|
916
|
+
"success_url"
|
|
917
|
+
]
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "create_payment_link",
|
|
922
|
+
"description": "Create a Stripe Payment Link — a reusable shareable URL that takes a customer to a hosted payment page. Unlike Checkout Sessions, Payment Links don't expire and can be shared multiple times. Useful for invoice 'pay this' links.",
|
|
923
|
+
"method": "POST",
|
|
924
|
+
"path": "/payment_links",
|
|
925
|
+
"input_schema": {
|
|
926
|
+
"type": "object",
|
|
927
|
+
"properties": {
|
|
928
|
+
"line_items": {
|
|
929
|
+
"type": "array",
|
|
930
|
+
"description": "Array of {price: 'price_xxx', quantity: N}. Price IDs must already exist in Stripe (use create_price)."
|
|
931
|
+
},
|
|
932
|
+
"after_completion": {
|
|
933
|
+
"type": "object",
|
|
934
|
+
"description": "What to do after payment completes (e.g. {type: 'redirect', redirect: {url: '…'}}). Defaults to Stripe's success page."
|
|
935
|
+
},
|
|
936
|
+
"metadata": {
|
|
937
|
+
"type": "object",
|
|
938
|
+
"description": "Arbitrary key-value pairs returned in webhook events."
|
|
939
|
+
},
|
|
940
|
+
"payment_intent_data": {
|
|
941
|
+
"type": "object",
|
|
942
|
+
"description": "Optional config applied to the underlying PaymentIntents created for each customer."
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"required": [
|
|
946
|
+
"line_items"
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
},
|
|
797
950
|
{
|
|
798
951
|
"name": "list_charges",
|
|
799
952
|
"description": "List charges with optional customer filter and pagination",
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "target-circle",
|
|
3
|
+
"name": "Target Circle (Circlewise)",
|
|
4
|
+
"description": "Target Circle Publisher API used by Circlewise publishers. Search available offers, fetch offer details and ads, generate tracking codes/deeplinks, and retrieve publisher performance reports.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=targetcircle.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"affiliate",
|
|
8
|
+
"publisher",
|
|
9
|
+
"offers",
|
|
10
|
+
"links",
|
|
11
|
+
"marketing",
|
|
12
|
+
"circlewise"
|
|
13
|
+
],
|
|
14
|
+
"base_url": "https://api.targetcircle.com",
|
|
15
|
+
"auth": {
|
|
16
|
+
"types": [
|
|
17
|
+
"api_key"
|
|
18
|
+
],
|
|
19
|
+
"headers": {
|
|
20
|
+
"X-Api-Token": "{{api_token}}"
|
|
21
|
+
},
|
|
22
|
+
"credential_fields": [
|
|
23
|
+
{
|
|
24
|
+
"name": "api_token",
|
|
25
|
+
"label": "Publisher API token",
|
|
26
|
+
"description": "Target Circle / Circlewise publisher API token.",
|
|
27
|
+
"type": "password"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"health_check": {
|
|
32
|
+
"tool": "offers_list",
|
|
33
|
+
"input": {
|
|
34
|
+
"limit": 1
|
|
35
|
+
},
|
|
36
|
+
"expect_status": [
|
|
37
|
+
200
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"tools": [
|
|
41
|
+
{
|
|
42
|
+
"name": "offers_list",
|
|
43
|
+
"description": "List available publisher offers/trades from Target Circle. The live v1 endpoint returns offers grouped by ad inventory. Supports filtering by offer, advertiser, status, ad inventory, provider, category, vertical, country, currency, start/end dates, and pagination.",
|
|
44
|
+
"method": "GET",
|
|
45
|
+
"path": "/api/v1/offers",
|
|
46
|
+
"input_schema": {
|
|
47
|
+
"type": "object",
|
|
48
|
+
"properties": {
|
|
49
|
+
"limit": {
|
|
50
|
+
"type": "integer",
|
|
51
|
+
"default": 50,
|
|
52
|
+
"description": "Maximum number of offer groups to return. Target Circle rejects values above 50.",
|
|
53
|
+
"maximum": 50
|
|
54
|
+
},
|
|
55
|
+
"offset": {
|
|
56
|
+
"type": "integer",
|
|
57
|
+
"default": 0,
|
|
58
|
+
"description": "Pagination offset."
|
|
59
|
+
},
|
|
60
|
+
"offerSid": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"description": "Offer slug/SID filter from the Target Circle tester."
|
|
63
|
+
},
|
|
64
|
+
"offerId": {
|
|
65
|
+
"type": "string",
|
|
66
|
+
"description": "Offer ID filter from the Publisher API docs."
|
|
67
|
+
},
|
|
68
|
+
"offerName": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"description": "Offer name filter. Comma-separated values mean OR."
|
|
71
|
+
},
|
|
72
|
+
"device": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"description": "Offer device filter."
|
|
75
|
+
},
|
|
76
|
+
"status": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"description": "Offer status filter, for example accepted."
|
|
79
|
+
},
|
|
80
|
+
"adInventoryName": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"description": "Ad inventory name filter."
|
|
83
|
+
},
|
|
84
|
+
"adInventorySid": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"description": "Ad inventory slug/SID filter."
|
|
87
|
+
},
|
|
88
|
+
"adInventory": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"description": "Ad inventory filter from the Publisher API docs."
|
|
91
|
+
},
|
|
92
|
+
"advertiser": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"description": "Advertiser filter. Comma-separated values mean OR."
|
|
95
|
+
},
|
|
96
|
+
"country": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"description": "Country filter. Comma-separated values mean OR."
|
|
99
|
+
},
|
|
100
|
+
"currency": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Currency code, for example EUR or USD."
|
|
103
|
+
},
|
|
104
|
+
"provider": {
|
|
105
|
+
"type": "string",
|
|
106
|
+
"description": "Provider filter. Comma-separated values mean OR."
|
|
107
|
+
},
|
|
108
|
+
"category": {
|
|
109
|
+
"type": "string",
|
|
110
|
+
"description": "Category filter. Comma-separated values mean OR."
|
|
111
|
+
},
|
|
112
|
+
"vertical": {
|
|
113
|
+
"type": "string",
|
|
114
|
+
"description": "Vertical filter. Comma-separated values mean OR."
|
|
115
|
+
},
|
|
116
|
+
"startDateFrom": {
|
|
117
|
+
"type": "string",
|
|
118
|
+
"description": "Start date lower bound."
|
|
119
|
+
},
|
|
120
|
+
"startDateTo": {
|
|
121
|
+
"type": "string",
|
|
122
|
+
"description": "Start date upper bound."
|
|
123
|
+
},
|
|
124
|
+
"endDateFrom": {
|
|
125
|
+
"type": "string",
|
|
126
|
+
"description": "End date lower bound."
|
|
127
|
+
},
|
|
128
|
+
"endDateTo": {
|
|
129
|
+
"type": "string",
|
|
130
|
+
"description": "End date upper bound."
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "offer_get",
|
|
137
|
+
"description": "Fetch one offer by slug/SID, including provider, advertiser, ad inventories, tracking/deeplinking settings, policies, target countries, and target URL.",
|
|
138
|
+
"method": "GET",
|
|
139
|
+
"path": "/api/v1/offers/{slug}",
|
|
140
|
+
"input_schema": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"slug": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"description": "Offer slug/SID."
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"required": [
|
|
149
|
+
"slug"
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "offer_ads_list",
|
|
155
|
+
"description": "List text and banner ads for an offer. Use together with codes_list type filters when you need specific ad assets.",
|
|
156
|
+
"method": "GET",
|
|
157
|
+
"path": "/api/v1/offers/{slug}/ads",
|
|
158
|
+
"input_schema": {
|
|
159
|
+
"type": "object",
|
|
160
|
+
"properties": {
|
|
161
|
+
"slug": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"description": "Offer slug/SID."
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"required": [
|
|
167
|
+
"slug"
|
|
168
|
+
]
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "codes_list",
|
|
173
|
+
"description": "Generate/list tracking codes and click URLs for an offer/ad inventory, optionally with a deeplink and tracking parameters. The live API requires at least one parameters[...] query value, such as parameters[ref1] or parameters[source_id].",
|
|
174
|
+
"method": "GET",
|
|
175
|
+
"path": "/api/v1/codes",
|
|
176
|
+
"input_schema": {
|
|
177
|
+
"type": "object",
|
|
178
|
+
"properties": {
|
|
179
|
+
"limit": {
|
|
180
|
+
"type": "integer",
|
|
181
|
+
"default": 50,
|
|
182
|
+
"description": "Maximum number of codes to return."
|
|
183
|
+
},
|
|
184
|
+
"offerSid": {
|
|
185
|
+
"type": "string",
|
|
186
|
+
"description": "Offer slug/SID from the official tester."
|
|
187
|
+
},
|
|
188
|
+
"offerId": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"description": "Offer ID from the Publisher API docs."
|
|
191
|
+
},
|
|
192
|
+
"adInventorySid": {
|
|
193
|
+
"type": "string",
|
|
194
|
+
"description": "Ad inventory slug/SID from the official tester."
|
|
195
|
+
},
|
|
196
|
+
"adInventory": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"description": "Ad inventory identifier from the Publisher API docs."
|
|
199
|
+
},
|
|
200
|
+
"deeplink": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"description": "Optional destination URL to deep-link to when the offer permits deeplinking."
|
|
203
|
+
},
|
|
204
|
+
"parameters[idfa]": {
|
|
205
|
+
"type": "string",
|
|
206
|
+
"description": "iOS advertising identifier tracking parameter."
|
|
207
|
+
},
|
|
208
|
+
"parameters[gaid]": {
|
|
209
|
+
"type": "string",
|
|
210
|
+
"description": "Google advertising identifier tracking parameter."
|
|
211
|
+
},
|
|
212
|
+
"parameters[waid]": {
|
|
213
|
+
"type": "string",
|
|
214
|
+
"description": "Windows advertising identifier tracking parameter."
|
|
215
|
+
},
|
|
216
|
+
"parameters[click_id]": {
|
|
217
|
+
"type": "string",
|
|
218
|
+
"description": "External click ID tracking parameter."
|
|
219
|
+
},
|
|
220
|
+
"parameters[source_id]": {
|
|
221
|
+
"type": "string",
|
|
222
|
+
"description": "External source ID tracking parameter."
|
|
223
|
+
},
|
|
224
|
+
"parameters[ref1]": {
|
|
225
|
+
"type": "string",
|
|
226
|
+
"description": "Publisher reference/sub ID 1. Include at least one parameters[...] value; the live API returns 500 when the parameters object is omitted."
|
|
227
|
+
},
|
|
228
|
+
"parameters[ref2]": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"description": "Publisher reference/sub ID 2."
|
|
231
|
+
},
|
|
232
|
+
"parameters[ref3]": {
|
|
233
|
+
"type": "string",
|
|
234
|
+
"description": "Publisher reference/sub ID 3."
|
|
235
|
+
},
|
|
236
|
+
"parameters[ref4]": {
|
|
237
|
+
"type": "string",
|
|
238
|
+
"description": "Publisher reference/sub ID 4."
|
|
239
|
+
},
|
|
240
|
+
"parameters[ref5]": {
|
|
241
|
+
"type": "string",
|
|
242
|
+
"description": "Publisher reference/sub ID 5."
|
|
243
|
+
},
|
|
244
|
+
"type": {
|
|
245
|
+
"type": "string",
|
|
246
|
+
"description": "Ad/code type, for example text or banner."
|
|
247
|
+
},
|
|
248
|
+
"maxHeight": {
|
|
249
|
+
"type": "integer",
|
|
250
|
+
"description": "Maximum banner height."
|
|
251
|
+
},
|
|
252
|
+
"minHeight": {
|
|
253
|
+
"type": "integer",
|
|
254
|
+
"description": "Minimum banner height."
|
|
255
|
+
},
|
|
256
|
+
"maxWidth": {
|
|
257
|
+
"type": "integer",
|
|
258
|
+
"description": "Maximum banner width."
|
|
259
|
+
},
|
|
260
|
+
"minWidth": {
|
|
261
|
+
"type": "integer",
|
|
262
|
+
"description": "Minimum banner width."
|
|
263
|
+
},
|
|
264
|
+
"maxSize": {
|
|
265
|
+
"type": "integer",
|
|
266
|
+
"description": "Maximum banner file size."
|
|
267
|
+
},
|
|
268
|
+
"minSize": {
|
|
269
|
+
"type": "integer",
|
|
270
|
+
"description": "Minimum banner file size."
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "transactions_list",
|
|
277
|
+
"description": "List transactions from the live Target Circle publisher tester endpoint. Filter by currency, saved date range, offer/ad inventory, country, transaction type, conversion status, reference, and sort options.",
|
|
278
|
+
"method": "GET",
|
|
279
|
+
"path": "/api/v1/transactions",
|
|
280
|
+
"input_schema": {
|
|
281
|
+
"type": "object",
|
|
282
|
+
"properties": {
|
|
283
|
+
"limit": {
|
|
284
|
+
"type": "integer",
|
|
285
|
+
"default": 25,
|
|
286
|
+
"description": "Maximum number of transactions to return. The live publisher endpoint is documented/tested with a maximum of 25.",
|
|
287
|
+
"maximum": 25
|
|
288
|
+
},
|
|
289
|
+
"offset": {
|
|
290
|
+
"type": "integer",
|
|
291
|
+
"default": 0,
|
|
292
|
+
"description": "Pagination offset."
|
|
293
|
+
},
|
|
294
|
+
"currency": {
|
|
295
|
+
"type": "string",
|
|
296
|
+
"description": "Currency code, for example EUR."
|
|
297
|
+
},
|
|
298
|
+
"savedFrom": {
|
|
299
|
+
"type": "string",
|
|
300
|
+
"description": "Saved date lower bound, for example 2026-05-01."
|
|
301
|
+
},
|
|
302
|
+
"savedTo": {
|
|
303
|
+
"type": "string",
|
|
304
|
+
"description": "Saved date upper bound, for example 2026-05-25."
|
|
305
|
+
},
|
|
306
|
+
"offerSid": {
|
|
307
|
+
"type": "string",
|
|
308
|
+
"description": "Offer slug/SID."
|
|
309
|
+
},
|
|
310
|
+
"adInventorySid": {
|
|
311
|
+
"type": "string",
|
|
312
|
+
"description": "Ad inventory slug/SID."
|
|
313
|
+
},
|
|
314
|
+
"country": {
|
|
315
|
+
"type": "string",
|
|
316
|
+
"description": "Country filter. Comma-separated values mean OR."
|
|
317
|
+
},
|
|
318
|
+
"type": {
|
|
319
|
+
"type": "string",
|
|
320
|
+
"description": "Transaction type IDs. The official tester describes 1 sale, 2 lead, 3 install, 4 click, 5 impression."
|
|
321
|
+
},
|
|
322
|
+
"status": {
|
|
323
|
+
"type": "string",
|
|
324
|
+
"description": "Conversion status IDs. The official tester describes 1 pending, 2 failed, 3 approved, 4 declined, 5 approved/invoiced, 6 approved/paid in, 7 approved/paid out."
|
|
325
|
+
},
|
|
326
|
+
"reference": {
|
|
327
|
+
"type": "string",
|
|
328
|
+
"description": "Reference filter over ref1-ref5."
|
|
329
|
+
},
|
|
330
|
+
"sort": {
|
|
331
|
+
"type": "string",
|
|
332
|
+
"description": "Sort field."
|
|
333
|
+
},
|
|
334
|
+
"sortDir": {
|
|
335
|
+
"type": "string",
|
|
336
|
+
"enum": [
|
|
337
|
+
"ASC",
|
|
338
|
+
"DESC",
|
|
339
|
+
"asc",
|
|
340
|
+
"desc"
|
|
341
|
+
],
|
|
342
|
+
"description": "Sort direction."
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "tavily",
|
|
3
|
+
"name": "Tavily",
|
|
4
|
+
"description": "AI-native web search and content-extraction API designed for LLM agents. Returns ranked results with summaries; can fetch and clean full page content. Great for open-ended prospection ('find SaaS companies that mention switching from manual workflows').",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=tavily.com&sz=128",
|
|
6
|
+
"categories": ["search", "web", "ai", "research", "extraction", "prospecting"],
|
|
7
|
+
"base_url": "https://api.tavily.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": {
|
|
11
|
+
"Authorization": "Bearer {{api_key}}"
|
|
12
|
+
},
|
|
13
|
+
"credential_fields": [
|
|
14
|
+
{
|
|
15
|
+
"name": "api_key",
|
|
16
|
+
"label": "API key (starts with tvly-)",
|
|
17
|
+
"description": "Tavily API key from app.tavily.com → API Keys"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"tools": [
|
|
22
|
+
{
|
|
23
|
+
"name": "search",
|
|
24
|
+
"description": "Run an AI-optimised web search. Returns ranked results with title, URL, content snippet, and an LLM-generated answer if requested. Use for ICP discovery, competitive scans, and intent research.",
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"path": "/search",
|
|
27
|
+
"input_schema": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"query": { "type": "string", "description": "Search query (max ~400 chars)" },
|
|
31
|
+
"search_depth": { "type": "string", "enum": ["basic", "advanced"], "default": "basic", "description": "'advanced' costs more credits but does deeper crawling" },
|
|
32
|
+
"topic": { "type": "string", "enum": ["general", "news", "finance"], "default": "general" },
|
|
33
|
+
"max_results": { "type": "integer", "default": 5, "minimum": 1, "maximum": 20 },
|
|
34
|
+
"time_range": { "type": "string", "enum": ["day", "week", "month", "year"], "description": "Restrict to recently-indexed results" },
|
|
35
|
+
"days": { "type": "integer", "description": "For topic='news': only results from last N days" },
|
|
36
|
+
"include_answer": { "type": "boolean", "default": false, "description": "Include an LLM-generated answer summarizing the results" },
|
|
37
|
+
"include_raw_content": { "type": "boolean", "default": false, "description": "Include full cleaned text of each result page" },
|
|
38
|
+
"include_images": { "type": "boolean", "default": false },
|
|
39
|
+
"include_domains": { "type": "array", "items": { "type": "string" }, "description": "Only return results from these domains" },
|
|
40
|
+
"exclude_domains": { "type": "array", "items": { "type": "string" } },
|
|
41
|
+
"country": { "type": "string", "description": "ISO country code to bias localized results" }
|
|
42
|
+
},
|
|
43
|
+
"required": ["query"]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "extract",
|
|
48
|
+
"description": "Fetch one or more URLs and return cleaned page content optimized for LLM consumption. Use after a search to pull deeper context from selected pages.",
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"path": "/extract",
|
|
51
|
+
"input_schema": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"properties": {
|
|
54
|
+
"urls": { "type": "array", "items": { "type": "string" }, "description": "URLs to fetch (1–20 per call)" },
|
|
55
|
+
"extract_depth": { "type": "string", "enum": ["basic", "advanced"], "default": "basic" },
|
|
56
|
+
"include_images": { "type": "boolean", "default": false },
|
|
57
|
+
"format": { "type": "string", "enum": ["markdown", "text"], "default": "markdown" }
|
|
58
|
+
},
|
|
59
|
+
"required": ["urls"]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "crawl",
|
|
64
|
+
"description": "Crawl a website starting from a seed URL and return cleaned content for matching pages. Use for site-wide research ('what does this company say about AI').",
|
|
65
|
+
"method": "POST",
|
|
66
|
+
"path": "/crawl",
|
|
67
|
+
"input_schema": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"properties": {
|
|
70
|
+
"url": { "type": "string", "description": "Seed URL" },
|
|
71
|
+
"max_depth": { "type": "integer", "default": 1 },
|
|
72
|
+
"max_breadth": { "type": "integer", "default": 20 },
|
|
73
|
+
"limit": { "type": "integer", "default": 50, "description": "Max pages total" },
|
|
74
|
+
"instructions": { "type": "string", "description": "Natural-language hints for what to keep/skip" },
|
|
75
|
+
"select_paths": { "type": "array", "items": { "type": "string" }, "description": "Regex of pathnames to include" },
|
|
76
|
+
"exclude_paths": { "type": "array", "items": { "type": "string" } },
|
|
77
|
+
"allow_external": { "type": "boolean", "default": false },
|
|
78
|
+
"format": { "type": "string", "enum": ["markdown", "text"], "default": "markdown" }
|
|
79
|
+
},
|
|
80
|
+
"required": ["url"]
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "map",
|
|
85
|
+
"description": "Discover the URL graph of a site without fetching content. Returns the list of reachable URLs from a seed.",
|
|
86
|
+
"method": "POST",
|
|
87
|
+
"path": "/map",
|
|
88
|
+
"input_schema": {
|
|
89
|
+
"type": "object",
|
|
90
|
+
"properties": {
|
|
91
|
+
"url": { "type": "string" },
|
|
92
|
+
"max_depth": { "type": "integer", "default": 1 },
|
|
93
|
+
"max_breadth": { "type": "integer", "default": 20 },
|
|
94
|
+
"limit": { "type": "integer", "default": 50 },
|
|
95
|
+
"instructions": { "type": "string" },
|
|
96
|
+
"select_paths": { "type": "array", "items": { "type": "string" } },
|
|
97
|
+
"exclude_paths": { "type": "array", "items": { "type": "string" } },
|
|
98
|
+
"allow_external": { "type": "boolean", "default": false }
|
|
99
|
+
},
|
|
100
|
+
"required": ["url"]
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|