@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.
- 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 +180 -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 +13 -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
|
@@ -0,0 +1,403 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "tavus",
|
|
3
|
+
"name": "Tavus",
|
|
4
|
+
"description": "Tavus AI video — generate lifelike talking-head videos from a trained replica + script (or audio), train Phoenix replicas from a short video or headshot, manage personas, and run real-time Conversational Video Interface (CVI) sessions.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=tavus.io&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"ai",
|
|
8
|
+
"video",
|
|
9
|
+
"avatars",
|
|
10
|
+
"generation",
|
|
11
|
+
"conversational"
|
|
12
|
+
],
|
|
13
|
+
"base_url": "https://tavusapi.com",
|
|
14
|
+
"auth": {
|
|
15
|
+
"types": [
|
|
16
|
+
"api_key"
|
|
17
|
+
],
|
|
18
|
+
"headers": {
|
|
19
|
+
"x-api-key": "{{api_key}}"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "api_key",
|
|
24
|
+
"label": "Tavus API Key",
|
|
25
|
+
"description": "Create one at https://platform.tavus.io/api-keys"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"tools": [
|
|
30
|
+
{
|
|
31
|
+
"name": "create_video",
|
|
32
|
+
"description": "Generate a talking-head video from a replica + script (or audio_url). Async — returns {video_id, status:'queued', hosted_url}. Poll get_video or pass a callback_url. status flows queued → generating → ready.",
|
|
33
|
+
"method": "POST",
|
|
34
|
+
"path": "/v2/videos",
|
|
35
|
+
"timeout_ms": 60000,
|
|
36
|
+
"input_schema": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"replica_id": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"description": "Replica to speak the video. From list_replicas."
|
|
42
|
+
},
|
|
43
|
+
"script": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Text the replica speaks. Provide this OR audio_url."
|
|
46
|
+
},
|
|
47
|
+
"audio_url": {
|
|
48
|
+
"type": "string",
|
|
49
|
+
"description": "Direct URL to an audio file the replica lip-syncs to. Alternative to script."
|
|
50
|
+
},
|
|
51
|
+
"video_name": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "Display name for the generated video."
|
|
54
|
+
},
|
|
55
|
+
"background_url": {
|
|
56
|
+
"type": "string",
|
|
57
|
+
"description": "A website URL to record + use as the background."
|
|
58
|
+
},
|
|
59
|
+
"background_source_url": {
|
|
60
|
+
"type": "string",
|
|
61
|
+
"description": "Direct link to a background video file (e.g. S3)."
|
|
62
|
+
},
|
|
63
|
+
"callback_url": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"description": "Webhook called when the video completes/fails."
|
|
66
|
+
},
|
|
67
|
+
"fast": {
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"description": "Faster generation, disables some features."
|
|
70
|
+
},
|
|
71
|
+
"transparent_background": {
|
|
72
|
+
"type": "boolean",
|
|
73
|
+
"description": "Produce a .webm with transparency. Requires fast:true."
|
|
74
|
+
},
|
|
75
|
+
"watermark_image_url": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"description": "Image URL to overlay as a watermark."
|
|
78
|
+
},
|
|
79
|
+
"properties": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"description": "Background scroll + intro options: background_scroll, background_scroll_type, background_scroll_depth, background_scroll_return, start_with_wave."
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"required": [
|
|
85
|
+
"replica_id"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "get_video",
|
|
91
|
+
"description": "Fetch a video's status + URLs. status: queued|generating|ready|deleted|error.",
|
|
92
|
+
"method": "GET",
|
|
93
|
+
"path": "/v2/videos/{video_id}",
|
|
94
|
+
"input_schema": {
|
|
95
|
+
"type": "object",
|
|
96
|
+
"properties": {
|
|
97
|
+
"video_id": { "type": "string" }
|
|
98
|
+
},
|
|
99
|
+
"required": [
|
|
100
|
+
"video_id"
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "list_videos",
|
|
106
|
+
"description": "List generated videos. Args: limit?, page?.",
|
|
107
|
+
"method": "GET",
|
|
108
|
+
"path": "/v2/videos",
|
|
109
|
+
"input_schema": {
|
|
110
|
+
"type": "object",
|
|
111
|
+
"properties": {
|
|
112
|
+
"limit": { "type": "integer" },
|
|
113
|
+
"page": { "type": "integer" }
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "delete_video",
|
|
119
|
+
"description": "Permanently delete a generated video.",
|
|
120
|
+
"method": "DELETE",
|
|
121
|
+
"path": "/v2/videos/{video_id}",
|
|
122
|
+
"input_schema": {
|
|
123
|
+
"type": "object",
|
|
124
|
+
"properties": {
|
|
125
|
+
"video_id": { "type": "string" }
|
|
126
|
+
},
|
|
127
|
+
"required": [
|
|
128
|
+
"video_id"
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "create_replica",
|
|
134
|
+
"description": "Train a Phoenix replica from a short training video (train_video_url) or a headshot (train_image_url + voice_name). Async — returns {replica_id, status:'started'}. Poll get_replica until status=completed.",
|
|
135
|
+
"method": "POST",
|
|
136
|
+
"path": "/v2/replicas",
|
|
137
|
+
"timeout_ms": 60000,
|
|
138
|
+
"input_schema": {
|
|
139
|
+
"type": "object",
|
|
140
|
+
"properties": {
|
|
141
|
+
"replica_name": {
|
|
142
|
+
"type": "string",
|
|
143
|
+
"description": "Display name for the replica."
|
|
144
|
+
},
|
|
145
|
+
"train_video_url": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"description": "Presigned S3 or publicly fetchable training video. Provide this OR train_image_url."
|
|
148
|
+
},
|
|
149
|
+
"train_image_url": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"description": "Public headshot image URL. Requires voice_name. Alternative to train_video_url."
|
|
152
|
+
},
|
|
153
|
+
"voice_name": {
|
|
154
|
+
"type": "string",
|
|
155
|
+
"description": "Voice slug (case-insensitive, e.g. 'anna'). Required when using train_image_url."
|
|
156
|
+
},
|
|
157
|
+
"consent_video_url": {
|
|
158
|
+
"type": "string",
|
|
159
|
+
"description": "Separate video containing the consent statement."
|
|
160
|
+
},
|
|
161
|
+
"callback_url": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"description": "Webhook called on training completion/error."
|
|
164
|
+
},
|
|
165
|
+
"auto_fix_training_image": {
|
|
166
|
+
"type": "boolean",
|
|
167
|
+
"description": "Auto-correct the training image to meet requirements."
|
|
168
|
+
},
|
|
169
|
+
"model_name": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"description": "Replica model. Default phoenix-4; phoenix-3 for the older model.",
|
|
172
|
+
"default": "phoenix-4"
|
|
173
|
+
},
|
|
174
|
+
"properties": {
|
|
175
|
+
"type": "object",
|
|
176
|
+
"description": "Replica options, e.g. { background_green_screen: true }."
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"required": [
|
|
180
|
+
"replica_name"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "get_replica",
|
|
186
|
+
"description": "Fetch a replica's training status + details. status: started|completed|error.",
|
|
187
|
+
"method": "GET",
|
|
188
|
+
"path": "/v2/replicas/{replica_id}",
|
|
189
|
+
"input_schema": {
|
|
190
|
+
"type": "object",
|
|
191
|
+
"properties": {
|
|
192
|
+
"replica_id": { "type": "string" }
|
|
193
|
+
},
|
|
194
|
+
"required": [
|
|
195
|
+
"replica_id"
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "list_replicas",
|
|
201
|
+
"description": "List replicas. Args: limit?, page?, replica_type? ('user'|'system'), verbose?.",
|
|
202
|
+
"method": "GET",
|
|
203
|
+
"path": "/v2/replicas",
|
|
204
|
+
"input_schema": {
|
|
205
|
+
"type": "object",
|
|
206
|
+
"properties": {
|
|
207
|
+
"limit": { "type": "integer" },
|
|
208
|
+
"page": { "type": "integer" },
|
|
209
|
+
"replica_type": { "type": "string", "enum": ["user", "system"] },
|
|
210
|
+
"verbose": { "type": "boolean" }
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "delete_replica",
|
|
216
|
+
"description": "Delete a replica.",
|
|
217
|
+
"method": "DELETE",
|
|
218
|
+
"path": "/v2/replicas/{replica_id}",
|
|
219
|
+
"input_schema": {
|
|
220
|
+
"type": "object",
|
|
221
|
+
"properties": {
|
|
222
|
+
"replica_id": { "type": "string" }
|
|
223
|
+
},
|
|
224
|
+
"required": [
|
|
225
|
+
"replica_id"
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "create_persona",
|
|
231
|
+
"description": "Create a persona — defines the agent's behavior, tone, system prompt, and which layers (LLM, TTS, perception) the CVI uses. Returns {persona_id}.",
|
|
232
|
+
"method": "POST",
|
|
233
|
+
"path": "/v2/personas",
|
|
234
|
+
"input_schema": {
|
|
235
|
+
"type": "object",
|
|
236
|
+
"properties": {
|
|
237
|
+
"persona_name": { "type": "string" },
|
|
238
|
+
"system_prompt": {
|
|
239
|
+
"type": "string",
|
|
240
|
+
"description": "The persona's behavioral instructions."
|
|
241
|
+
},
|
|
242
|
+
"context": {
|
|
243
|
+
"type": "string",
|
|
244
|
+
"description": "Background knowledge the persona should have."
|
|
245
|
+
},
|
|
246
|
+
"default_replica_id": {
|
|
247
|
+
"type": "string",
|
|
248
|
+
"description": "Replica this persona uses by default in conversations."
|
|
249
|
+
},
|
|
250
|
+
"layers": {
|
|
251
|
+
"type": "object",
|
|
252
|
+
"description": "CVI layer config (llm, tts, perception, stt). See Tavus docs for shape."
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"required": [
|
|
256
|
+
"persona_name"
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "get_persona",
|
|
262
|
+
"description": "Fetch a persona by id.",
|
|
263
|
+
"method": "GET",
|
|
264
|
+
"path": "/v2/personas/{persona_id}",
|
|
265
|
+
"input_schema": {
|
|
266
|
+
"type": "object",
|
|
267
|
+
"properties": {
|
|
268
|
+
"persona_id": { "type": "string" }
|
|
269
|
+
},
|
|
270
|
+
"required": [
|
|
271
|
+
"persona_id"
|
|
272
|
+
]
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "list_personas",
|
|
277
|
+
"description": "List personas. Args: limit?, page?.",
|
|
278
|
+
"method": "GET",
|
|
279
|
+
"path": "/v2/personas",
|
|
280
|
+
"input_schema": {
|
|
281
|
+
"type": "object",
|
|
282
|
+
"properties": {
|
|
283
|
+
"limit": { "type": "integer" },
|
|
284
|
+
"page": { "type": "integer" }
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "delete_persona",
|
|
290
|
+
"description": "Delete a persona.",
|
|
291
|
+
"method": "DELETE",
|
|
292
|
+
"path": "/v2/personas/{persona_id}",
|
|
293
|
+
"input_schema": {
|
|
294
|
+
"type": "object",
|
|
295
|
+
"properties": {
|
|
296
|
+
"persona_id": { "type": "string" }
|
|
297
|
+
},
|
|
298
|
+
"required": [
|
|
299
|
+
"persona_id"
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "create_conversation",
|
|
305
|
+
"description": "Start a real-time Conversational Video Interface (CVI) session with a replica + persona. Returns {conversation_id, conversation_url (Daily room), status}. Open conversation_url to join the live video call.",
|
|
306
|
+
"method": "POST",
|
|
307
|
+
"path": "/v2/conversations",
|
|
308
|
+
"input_schema": {
|
|
309
|
+
"type": "object",
|
|
310
|
+
"properties": {
|
|
311
|
+
"replica_id": {
|
|
312
|
+
"type": "string",
|
|
313
|
+
"description": "Replica that joins the call."
|
|
314
|
+
},
|
|
315
|
+
"persona_id": {
|
|
316
|
+
"type": "string",
|
|
317
|
+
"description": "Persona driving behavior. If it lacks a replica, replica_id is required."
|
|
318
|
+
},
|
|
319
|
+
"conversation_name": { "type": "string" },
|
|
320
|
+
"conversational_context": {
|
|
321
|
+
"type": "string",
|
|
322
|
+
"description": "Extra context injected for this specific conversation."
|
|
323
|
+
},
|
|
324
|
+
"custom_greeting": {
|
|
325
|
+
"type": "string",
|
|
326
|
+
"description": "What the replica says first."
|
|
327
|
+
},
|
|
328
|
+
"callback_url": {
|
|
329
|
+
"type": "string",
|
|
330
|
+
"description": "Webhook for conversation state updates."
|
|
331
|
+
},
|
|
332
|
+
"properties": {
|
|
333
|
+
"type": "object",
|
|
334
|
+
"description": "Session options: max_call_duration, participant_left_timeout, enable_recording, enable_transcription, language, etc."
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"required": []
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "get_conversation",
|
|
342
|
+
"description": "Fetch a conversation's status + details.",
|
|
343
|
+
"method": "GET",
|
|
344
|
+
"path": "/v2/conversations/{conversation_id}",
|
|
345
|
+
"input_schema": {
|
|
346
|
+
"type": "object",
|
|
347
|
+
"properties": {
|
|
348
|
+
"conversation_id": { "type": "string" }
|
|
349
|
+
},
|
|
350
|
+
"required": [
|
|
351
|
+
"conversation_id"
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "list_conversations",
|
|
357
|
+
"description": "List conversations. Args: limit?, page?, status?.",
|
|
358
|
+
"method": "GET",
|
|
359
|
+
"path": "/v2/conversations",
|
|
360
|
+
"input_schema": {
|
|
361
|
+
"type": "object",
|
|
362
|
+
"properties": {
|
|
363
|
+
"limit": { "type": "integer" },
|
|
364
|
+
"page": { "type": "integer" },
|
|
365
|
+
"status": { "type": "string" }
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "end_conversation",
|
|
371
|
+
"description": "End an active conversation (hangs up the live call).",
|
|
372
|
+
"method": "POST",
|
|
373
|
+
"path": "/v2/conversations/{conversation_id}/end",
|
|
374
|
+
"input_schema": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"properties": {
|
|
377
|
+
"conversation_id": { "type": "string" }
|
|
378
|
+
},
|
|
379
|
+
"required": [
|
|
380
|
+
"conversation_id"
|
|
381
|
+
]
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "delete_conversation",
|
|
386
|
+
"description": "Delete a conversation record.",
|
|
387
|
+
"method": "DELETE",
|
|
388
|
+
"path": "/v2/conversations/{conversation_id}",
|
|
389
|
+
"input_schema": {
|
|
390
|
+
"type": "object",
|
|
391
|
+
"properties": {
|
|
392
|
+
"conversation_id": { "type": "string" }
|
|
393
|
+
},
|
|
394
|
+
"required": [
|
|
395
|
+
"conversation_id"
|
|
396
|
+
]
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"health_check": {
|
|
401
|
+
"tool": "list_replicas"
|
|
402
|
+
}
|
|
403
|
+
}
|
package/src/apps/telegram.json
CHANGED
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "teller",
|
|
3
|
+
"name": "Teller",
|
|
4
|
+
"description": "MCP server for Teller - the API for US bank accounts. Fetch accounts, balances, transactions, account/routing numbers, and identity. Self-serve signup with a free dev tier (100 live connections + unlimited sandbox). NOTE: Teller's development and production environments require a mutual-TLS client certificate, which this REST integration does not send — only the sandbox environment (api.teller.io against sandbox tokens) works without a certificate.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=teller.io&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"banking",
|
|
8
|
+
"open-banking",
|
|
9
|
+
"transactions",
|
|
10
|
+
"accounts",
|
|
11
|
+
"us",
|
|
12
|
+
"teller"
|
|
13
|
+
],
|
|
14
|
+
"base_url": "https://api.teller.io",
|
|
15
|
+
"auth": {
|
|
16
|
+
"types": [
|
|
17
|
+
"basic"
|
|
18
|
+
],
|
|
19
|
+
"headers": {
|
|
20
|
+
"Authorization": "Basic {{basic_auth}}",
|
|
21
|
+
"Accept": "application/json"
|
|
22
|
+
},
|
|
23
|
+
"credential_fields": [
|
|
24
|
+
{
|
|
25
|
+
"name": "username",
|
|
26
|
+
"label": "Access Token",
|
|
27
|
+
"description": "Teller access_token returned by Teller Connect (token_xxx). Sent as the username in HTTP Basic auth.",
|
|
28
|
+
"required": true,
|
|
29
|
+
"type": "password"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "password",
|
|
33
|
+
"label": "Password",
|
|
34
|
+
"description": "Teller uses Basic auth with the access token as the username and ignores the password. Enter the literal value 'x' — the runtime needs a non-empty password to build the Basic header.",
|
|
35
|
+
"required": true,
|
|
36
|
+
"type": "password"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"tools": [
|
|
41
|
+
{
|
|
42
|
+
"name": "list_accounts",
|
|
43
|
+
"description": "List all bank accounts linked to the access token. Returns account id, name, type, subtype, last-four, currency, and institution.",
|
|
44
|
+
"method": "GET",
|
|
45
|
+
"path": "/accounts",
|
|
46
|
+
"input_schema": {
|
|
47
|
+
"type": "object",
|
|
48
|
+
"properties": {}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "get_account",
|
|
53
|
+
"description": "Get a single linked bank account by account id.",
|
|
54
|
+
"method": "GET",
|
|
55
|
+
"path": "/accounts/{account_id}",
|
|
56
|
+
"input_schema": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"account_id": {
|
|
60
|
+
"type": "string",
|
|
61
|
+
"description": "The account id from list_accounts"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"required": [
|
|
65
|
+
"account_id"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "delete_account",
|
|
71
|
+
"description": "Disconnect a linked bank account, revoking access for the access token.",
|
|
72
|
+
"method": "DELETE",
|
|
73
|
+
"path": "/accounts/{account_id}",
|
|
74
|
+
"input_schema": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"properties": {
|
|
77
|
+
"account_id": {
|
|
78
|
+
"type": "string",
|
|
79
|
+
"description": "The account id to disconnect"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"required": [
|
|
83
|
+
"account_id"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "get_account_details",
|
|
89
|
+
"description": "Get the account and routing numbers for a linked account (for ACH transfers).",
|
|
90
|
+
"method": "GET",
|
|
91
|
+
"path": "/accounts/{account_id}/details",
|
|
92
|
+
"input_schema": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"account_id": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "The account id from list_accounts"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"required": [
|
|
101
|
+
"account_id"
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "get_account_balances",
|
|
107
|
+
"description": "Get the ledger and available balances for a linked account.",
|
|
108
|
+
"method": "GET",
|
|
109
|
+
"path": "/accounts/{account_id}/balances",
|
|
110
|
+
"input_schema": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"properties": {
|
|
113
|
+
"account_id": {
|
|
114
|
+
"type": "string",
|
|
115
|
+
"description": "The account id from list_accounts"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"required": [
|
|
119
|
+
"account_id"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "list_transactions",
|
|
125
|
+
"description": "List transactions for a linked account, newest first. Returns amount, date, description, running balance, and enriched merchant/category details. Use from_id for cursor pagination.",
|
|
126
|
+
"method": "GET",
|
|
127
|
+
"path": "/accounts/{account_id}/transactions",
|
|
128
|
+
"query_params": [
|
|
129
|
+
"count",
|
|
130
|
+
"from_id"
|
|
131
|
+
],
|
|
132
|
+
"input_schema": {
|
|
133
|
+
"type": "object",
|
|
134
|
+
"properties": {
|
|
135
|
+
"account_id": {
|
|
136
|
+
"type": "string",
|
|
137
|
+
"description": "The account id from list_accounts"
|
|
138
|
+
},
|
|
139
|
+
"count": {
|
|
140
|
+
"type": "integer",
|
|
141
|
+
"description": "Number of transactions to return"
|
|
142
|
+
},
|
|
143
|
+
"from_id": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"description": "Return transactions older than this transaction id (cursor pagination)"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"required": [
|
|
149
|
+
"account_id"
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "get_transaction",
|
|
155
|
+
"description": "Get a single transaction for a linked account by transaction id.",
|
|
156
|
+
"method": "GET",
|
|
157
|
+
"path": "/accounts/{account_id}/transactions/{transaction_id}",
|
|
158
|
+
"input_schema": {
|
|
159
|
+
"type": "object",
|
|
160
|
+
"properties": {
|
|
161
|
+
"account_id": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"description": "The account id from list_accounts"
|
|
164
|
+
},
|
|
165
|
+
"transaction_id": {
|
|
166
|
+
"type": "string",
|
|
167
|
+
"description": "The transaction id from list_transactions"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"required": [
|
|
171
|
+
"account_id",
|
|
172
|
+
"transaction_id"
|
|
173
|
+
]
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "get_identity",
|
|
178
|
+
"description": "Get account-holder identity information (names, and where available emails, phone numbers, addresses) for all accounts linked to the access token.",
|
|
179
|
+
"method": "GET",
|
|
180
|
+
"path": "/identity",
|
|
181
|
+
"input_schema": {
|
|
182
|
+
"type": "object",
|
|
183
|
+
"properties": {}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
}
|