@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
package/src/apps/cloudinary.json
CHANGED
|
@@ -1,163 +1,185 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slug": "cloudinary",
|
|
3
3
|
"name": "Cloudinary",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Cloud media management — upload images and video, apply transformations (resize, transcode, trim, crop, extract frame, audio extract, concat), and deliver via CDN. Account-scoped: every account has its own cloud_name that becomes part of the URL path.",
|
|
5
5
|
"logo": "https://www.google.com/s2/favicons?domain=cloudinary.com&sz=128",
|
|
6
|
-
"categories": [
|
|
7
|
-
|
|
8
|
-
"images",
|
|
9
|
-
"videos",
|
|
10
|
-
"cdn"
|
|
11
|
-
],
|
|
12
|
-
"base_url": "https://api.cloudinary.com/v1_1",
|
|
6
|
+
"categories": ["media", "images", "videos", "cdn", "transcoding"],
|
|
7
|
+
"base_url": "https://api.cloudinary.com",
|
|
13
8
|
"auth": {
|
|
14
|
-
"types": [
|
|
15
|
-
"bearer"
|
|
16
|
-
],
|
|
9
|
+
"types": ["basic"],
|
|
17
10
|
"headers": {
|
|
18
|
-
"Authorization": "
|
|
11
|
+
"Authorization": "Basic {{basic_auth}}"
|
|
19
12
|
},
|
|
20
13
|
"credential_fields": [
|
|
21
14
|
{
|
|
22
|
-
"name": "
|
|
23
|
-
"label": "
|
|
15
|
+
"name": "cloud_name",
|
|
16
|
+
"label": "Cloud Name",
|
|
17
|
+
"description": "Your Cloudinary account's cloud name — visible at the top of https://console.cloudinary.com. Used as a URL path segment, not a credential.",
|
|
18
|
+
"required": true,
|
|
19
|
+
"type": "text"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "api_key",
|
|
23
|
+
"label": "API Key",
|
|
24
|
+
"description": "Found at https://console.cloudinary.com/settings/api-keys.",
|
|
25
|
+
"required": true,
|
|
26
|
+
"type": "text"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "api_secret",
|
|
30
|
+
"label": "API Secret",
|
|
31
|
+
"description": "Paired with API Key for HTTP Basic auth.",
|
|
32
|
+
"required": true,
|
|
33
|
+
"type": "password"
|
|
24
34
|
}
|
|
25
35
|
]
|
|
26
36
|
},
|
|
27
37
|
"tools": [
|
|
28
38
|
{
|
|
29
|
-
"name": "
|
|
30
|
-
"description": "Upload
|
|
39
|
+
"name": "upload",
|
|
40
|
+
"description": "Upload bytes or a URL to Cloudinary. Accepts a remote URL, a data URI, or an S3/GCS-style path. Returns the asset's public_id, secure_url, format, dimensions. Use this for ingesting source media before applying transformations via `explicit`.",
|
|
31
41
|
"method": "POST",
|
|
32
|
-
"path": "/upload
|
|
42
|
+
"path": "/v1_1/{{cloud_name}}/{resource_type}/upload",
|
|
33
43
|
"input_schema": {
|
|
34
44
|
"type": "object",
|
|
35
45
|
"properties": {
|
|
46
|
+
"resource_type": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"enum": ["image", "video", "raw", "auto"],
|
|
49
|
+
"default": "auto",
|
|
50
|
+
"description": "Path segment. `auto` lets Cloudinary detect from the file. Required because the path interpolates this value."
|
|
51
|
+
},
|
|
36
52
|
"file": {
|
|
37
53
|
"type": "string",
|
|
38
|
-
"description": "
|
|
54
|
+
"description": "Source: HTTPS URL, data: URI, or S3 URL (s3://bucket/key) when account has S3 fetch enabled."
|
|
39
55
|
},
|
|
40
56
|
"public_id": {
|
|
41
|
-
"type": "string"
|
|
57
|
+
"type": "string",
|
|
58
|
+
"description": "Stable identifier the asset will be addressable by. Optional; auto-generated when omitted."
|
|
42
59
|
},
|
|
43
60
|
"folder": {
|
|
44
|
-
"type": "string"
|
|
61
|
+
"type": "string",
|
|
62
|
+
"description": "Asset folder (e.g. \"agents/inbox\"). Distinct from public_id; the folder is metadata, the public_id is the address."
|
|
45
63
|
},
|
|
46
64
|
"tags": {
|
|
47
|
-
"type": "
|
|
48
|
-
"
|
|
49
|
-
"type": "string"
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"required": [
|
|
54
|
-
"file"
|
|
55
|
-
]
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "generate_delivery_url",
|
|
60
|
-
"description": "Generate a delivery URL with transformations",
|
|
61
|
-
"method": "GET",
|
|
62
|
-
"path": "/generate-delivery-url",
|
|
63
|
-
"input_schema": {
|
|
64
|
-
"type": "object",
|
|
65
|
-
"properties": {
|
|
66
|
-
"public_id": {
|
|
67
|
-
"type": "string"
|
|
65
|
+
"type": "string",
|
|
66
|
+
"description": "Comma-separated tags."
|
|
68
67
|
},
|
|
69
|
-
"
|
|
70
|
-
"type": "
|
|
68
|
+
"eager": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"description": "Pipe-separated transformation chain to apply eagerly (e.g. \"c_fill,w_300,h_200\"). Useful for pre-baking thumbnails."
|
|
71
71
|
},
|
|
72
|
-
"
|
|
73
|
-
"type": "string"
|
|
72
|
+
"context": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"description": "Pipe-separated key=value pairs for contextual metadata."
|
|
75
|
+
},
|
|
76
|
+
"upload_preset": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"description": "Pre-configured preset name. With Basic auth + API secret you can omit this; required only for unsigned uploads."
|
|
74
79
|
}
|
|
75
80
|
},
|
|
76
|
-
"required": [
|
|
77
|
-
"public_id"
|
|
78
|
-
]
|
|
81
|
+
"required": ["file", "resource_type"]
|
|
79
82
|
}
|
|
80
83
|
},
|
|
81
84
|
{
|
|
82
|
-
"name": "
|
|
83
|
-
"description": "
|
|
84
|
-
"method": "
|
|
85
|
-
"path": "/
|
|
85
|
+
"name": "explicit",
|
|
86
|
+
"description": "Apply transformations to an already-uploaded asset and (optionally) eagerly produce derived versions. Use this for post-upload trim/resize/transcode/crop/concat. The `eager` parameter is the heavy hitter: pass an array of transformation strings and Cloudinary produces each derivative + returns the URLs in the response.",
|
|
87
|
+
"method": "POST",
|
|
88
|
+
"path": "/v1_1/{{cloud_name}}/{resource_type}/explicit",
|
|
86
89
|
"input_schema": {
|
|
87
90
|
"type": "object",
|
|
88
91
|
"properties": {
|
|
92
|
+
"resource_type": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"enum": ["image", "video", "raw"],
|
|
95
|
+
"description": "Path segment. Use `image` for stills, `video` for clips/audio."
|
|
96
|
+
},
|
|
89
97
|
"public_id": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"description": "Identifier of the asset to transform."
|
|
100
|
+
},
|
|
101
|
+
"type": {
|
|
102
|
+
"type": "string",
|
|
103
|
+
"enum": ["upload", "private", "authenticated", "fetch"],
|
|
104
|
+
"default": "upload"
|
|
105
|
+
},
|
|
106
|
+
"eager": {
|
|
107
|
+
"type": "string",
|
|
108
|
+
"description": "Pipe-separated list of transformation strings, each one is `<param>,<param>,...`. Cheat-sheet for the 7 ffmpeg-equivalents:\n - trim: so_<startSec>,du_<durationSec>\n - resize: c_scale,w_<W>,h_<H> (or c_limit / c_fill)\n - transcode: f_<format> (e.g. f_mp4, f_webm)\n - crop: c_crop,w_<W>,h_<H>,x_<X>,y_<Y>\n - extract_frame: so_<sec>,f_jpg (image:explicit on a video)\n - audio_extract: af_<format> (e.g. af_mp3) + f_<format>\n - concat: fl_splice,l_video:<other_id> (overlay-style splice)\nMultiple transformation chains: pipe-separate them."
|
|
109
|
+
},
|
|
110
|
+
"eager_async": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"description": "When true, derivatives are produced async and you'll be notified via eager_notification_url. Default false (sync, response includes finished URLs)."
|
|
113
|
+
},
|
|
114
|
+
"eager_notification_url": {
|
|
90
115
|
"type": "string"
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
"required": [
|
|
94
|
-
"public_id"
|
|
95
|
-
]
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "ai_background_removal",
|
|
100
|
-
"description": "Remove image background using AI",
|
|
101
|
-
"method": "GET",
|
|
102
|
-
"path": "/ai-background-removal",
|
|
103
|
-
"input_schema": {
|
|
104
|
-
"type": "object",
|
|
105
|
-
"properties": {
|
|
106
|
-
"public_id": {
|
|
116
|
+
},
|
|
117
|
+
"tags": {
|
|
107
118
|
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
"invalidate": {
|
|
121
|
+
"type": "boolean",
|
|
122
|
+
"description": "Invalidate CDN cache for the asset + its derivatives."
|
|
108
123
|
}
|
|
109
124
|
},
|
|
110
|
-
"required": [
|
|
111
|
-
"public_id"
|
|
112
|
-
]
|
|
125
|
+
"required": ["resource_type", "public_id", "type"]
|
|
113
126
|
}
|
|
114
127
|
},
|
|
115
128
|
{
|
|
116
|
-
"name": "
|
|
117
|
-
"description": "
|
|
118
|
-
"method": "
|
|
119
|
-
"path": "/
|
|
129
|
+
"name": "destroy",
|
|
130
|
+
"description": "Delete an uploaded asset and its CDN cache. Permanent.",
|
|
131
|
+
"method": "POST",
|
|
132
|
+
"path": "/v1_1/{{cloud_name}}/{resource_type}/destroy",
|
|
120
133
|
"input_schema": {
|
|
121
134
|
"type": "object",
|
|
122
135
|
"properties": {
|
|
123
|
-
"
|
|
124
|
-
"type": "string"
|
|
136
|
+
"resource_type": {
|
|
137
|
+
"type": "string",
|
|
138
|
+
"enum": ["image", "video", "raw"]
|
|
125
139
|
},
|
|
126
|
-
"
|
|
140
|
+
"public_id": {
|
|
127
141
|
"type": "string"
|
|
128
142
|
},
|
|
129
|
-
"
|
|
130
|
-
"type": "
|
|
143
|
+
"invalidate": {
|
|
144
|
+
"type": "boolean",
|
|
145
|
+
"description": "Invalidate CDN cache. Recommended when re-uploading under the same public_id."
|
|
131
146
|
}
|
|
132
147
|
},
|
|
133
|
-
"required": [
|
|
134
|
-
"public_id"
|
|
135
|
-
]
|
|
148
|
+
"required": ["resource_type", "public_id"]
|
|
136
149
|
}
|
|
137
150
|
},
|
|
138
151
|
{
|
|
139
|
-
"name": "
|
|
140
|
-
"description": "
|
|
152
|
+
"name": "list_resources",
|
|
153
|
+
"description": "Admin API: list assets in this account, optionally filtered by prefix / tag / context. Returns metadata (no bytes) for browsing or sync.",
|
|
141
154
|
"method": "GET",
|
|
142
|
-
"path": "/
|
|
155
|
+
"path": "/v1_1/{{cloud_name}}/resources/{resource_type}",
|
|
143
156
|
"input_schema": {
|
|
144
157
|
"type": "object",
|
|
145
158
|
"properties": {
|
|
146
|
-
"public_id": {
|
|
147
|
-
"type": "string"
|
|
148
|
-
},
|
|
149
159
|
"resource_type": {
|
|
150
160
|
"type": "string",
|
|
151
|
-
"enum": [
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
161
|
+
"enum": ["image", "video", "raw"]
|
|
162
|
+
},
|
|
163
|
+
"prefix": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"description": "Filter to public_ids starting with this prefix. Cheap way to scope to a folder."
|
|
166
|
+
},
|
|
167
|
+
"tags": {
|
|
168
|
+
"type": "boolean",
|
|
169
|
+
"description": "Include tags in the response. Default false."
|
|
170
|
+
},
|
|
171
|
+
"context": {
|
|
172
|
+
"type": "boolean"
|
|
173
|
+
},
|
|
174
|
+
"max_results": {
|
|
175
|
+
"type": "integer",
|
|
176
|
+
"default": 50
|
|
177
|
+
},
|
|
178
|
+
"next_cursor": {
|
|
179
|
+
"type": "string"
|
|
156
180
|
}
|
|
157
181
|
},
|
|
158
|
-
"required": [
|
|
159
|
-
"public_id"
|
|
160
|
-
]
|
|
182
|
+
"required": ["resource_type"]
|
|
161
183
|
}
|
|
162
184
|
}
|
|
163
185
|
]
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "coconut",
|
|
3
|
+
"name": "Coconut",
|
|
4
|
+
"description": "Coconut.co — managed video transcoding API. One POST creates a job that fetches a source URL, encodes to multiple output specs, and pushes results to your storage (S3, GCS, DigitalOcean Spaces, FTP, or HTTP webhook). Simpler scope than MediaConvert/Mux: no live streaming, no playback infrastructure — just transcode + delivery. Good fit as a lightweight render executor.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=coconut.co&sz=128",
|
|
6
|
+
"categories": ["video", "transcoding", "media", "encoding"],
|
|
7
|
+
"base_url": "https://api.coconut.co",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["basic"],
|
|
10
|
+
"headers": {
|
|
11
|
+
"Authorization": "Basic {{basic_auth}}"
|
|
12
|
+
},
|
|
13
|
+
"credential_fields": [
|
|
14
|
+
{
|
|
15
|
+
"name": "username",
|
|
16
|
+
"label": "API Key",
|
|
17
|
+
"description": "API key from https://app.coconut.co/api-keys. Sent as the username in HTTP Basic auth (with an empty password).",
|
|
18
|
+
"required": true,
|
|
19
|
+
"type": "password"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "password",
|
|
23
|
+
"label": "Empty",
|
|
24
|
+
"description": "Coconut uses Basic auth with an empty password. Leave this blank — the runtime will still build a valid Basic header (api_key:'').",
|
|
25
|
+
"required": false,
|
|
26
|
+
"type": "password"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"tools": [
|
|
31
|
+
{
|
|
32
|
+
"name": "create_job",
|
|
33
|
+
"description": "Submit a transcoding job. The body declares one input source, one storage destination, an optional notification webhook, and one or more outputs (each output is a key like \"mp4:720p\" or \"jpg:200x\" mapped to an object with `path` + per-format options). Returns 201 with the job id; status starts at job.queued and progresses to job.completed | job.failed. Either poll get_job or rely on the notification webhook.",
|
|
34
|
+
"method": "POST",
|
|
35
|
+
"path": "/v2/jobs",
|
|
36
|
+
"timeout_ms": 60000,
|
|
37
|
+
"input_schema": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": {
|
|
40
|
+
"input": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"description": "Source descriptor. {url: \"https://...\"} for HTTPS, or a service+credentials object for S3/etc. Must be reachable by Coconut.",
|
|
43
|
+
"properties": {
|
|
44
|
+
"url": { "type": "string" }
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"storage": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"description": "Where outputs land. Common shapes:\n {service: \"s3\", region, bucket, credentials: {access_key_id, secret_access_key}}\n {service: \"gcs\", bucket, credentials: {...}}\n {service: \"do\" | \"backblaze\" | \"rackspace\" | \"linode\" | \"upcloud\" | \"wasabi\" | ...}\n {service: \"ftp\", host, user, password}\nBy default Coconut uploads to your own storage; without a storage block, files stay in Coconut for ~24h."
|
|
50
|
+
},
|
|
51
|
+
"notification": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"description": "Optional webhook callback. {type: \"http\", url: \"https://your-app/coconut-webhook\", events: true | [\"job.completed\", \"output.completed\"], metadata: {render_id: ...}}. The metadata round-trips back so you can match the callback to the originating render."
|
|
54
|
+
},
|
|
55
|
+
"outputs": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"description": "Map of <format-key>: <output-spec>. Format keys: `mp4`, `mp4:hls`, `jpg`, `jpg:gif`, `webp`, `webm`, `ogg`, `mp3`, etc — optionally suffixed with a preset like `:720p` or dimensions like `:1280x720`. Each value is at minimum {path: \"/output/file.mp4\"} relative to the storage root, plus per-format tuning fields (video_bitrate, audio_bitrate, fps, watermark, etc). For our 7 ops:\n - trim → output spec with `start: \"00:00:01.500\"` + `end: \"00:00:03.500\"`\n - resize → `width` + `height`\n - transcode → switch the format key\n - extract_frame → `jpg:200x` with `offset: \"00:00:02.500\"`\n - audio_extract → `mp3` (no width/height)\n - crop → `vfilter: \"crop=W:H:X:Y\"`\n - concat → multi-input via `input.urls: [...]` + `vfilter: \"concat\"`."
|
|
58
|
+
},
|
|
59
|
+
"metadata": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"description": "Free-form key/values echoed back in the job + notification."
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"required": ["input", "outputs"]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "get_job",
|
|
69
|
+
"description": "Fetch one job's status + per-output progress. Status enum: job.queued, job.starting, job.transcoding, job.completed, job.failed. Each output also has its own progress percent; the overall job's `progress` is the rolled-up min.",
|
|
70
|
+
"method": "GET",
|
|
71
|
+
"path": "/v2/jobs/{JOB_ID}",
|
|
72
|
+
"input_schema": {
|
|
73
|
+
"type": "object",
|
|
74
|
+
"properties": {
|
|
75
|
+
"JOB_ID": { "type": "string" }
|
|
76
|
+
},
|
|
77
|
+
"required": ["JOB_ID"]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "get_job_metadata",
|
|
82
|
+
"description": "Fetch source-file probe data Coconut collects on ingest — duration, dimensions, codecs, bitrate. Useful before deciding output specs (e.g. don't upscale).",
|
|
83
|
+
"method": "GET",
|
|
84
|
+
"path": "/v2/metadata/jobs/{JOB_ID}",
|
|
85
|
+
"input_schema": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"JOB_ID": { "type": "string" }
|
|
89
|
+
},
|
|
90
|
+
"required": ["JOB_ID"]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "contentful",
|
|
3
|
+
"name": "Contentful",
|
|
4
|
+
"description": "MCP server for Contentful - headless CMS entries, assets, content types, environments",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=contentful.com&sz=128",
|
|
6
|
+
"categories": ["cms", "headless", "content", "publishing"],
|
|
7
|
+
"base_url": "https://api.contentful.com",
|
|
8
|
+
"auth": {
|
|
9
|
+
"types": ["bearer"],
|
|
10
|
+
"headers": { "Authorization": "Bearer {{token}}" },
|
|
11
|
+
"credential_fields": [
|
|
12
|
+
{ "name": "token", "label": "Management API Token" },
|
|
13
|
+
{ "name": "spaceId", "label": "Space ID" },
|
|
14
|
+
{ "name": "environmentId", "label": "Environment", "description": "Default: master" },
|
|
15
|
+
{ "name": "deliveryToken", "label": "Content Delivery API Token" }
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"tools": [
|
|
19
|
+
{
|
|
20
|
+
"name": "list_entries",
|
|
21
|
+
"description": "List entries in an environment",
|
|
22
|
+
"method": "GET",
|
|
23
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/entries",
|
|
24
|
+
"input_schema": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"space_id": { "type": "string" },
|
|
28
|
+
"environment_id": { "type": "string" },
|
|
29
|
+
"content_type": { "type": "string" },
|
|
30
|
+
"limit": { "type": "number" },
|
|
31
|
+
"skip": { "type": "number" }
|
|
32
|
+
},
|
|
33
|
+
"required": ["space_id", "environment_id"]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "get_entry",
|
|
38
|
+
"description": "Get an entry",
|
|
39
|
+
"method": "GET",
|
|
40
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/entries/{entry_id}",
|
|
41
|
+
"input_schema": {
|
|
42
|
+
"type": "object",
|
|
43
|
+
"properties": {
|
|
44
|
+
"space_id": { "type": "string" },
|
|
45
|
+
"environment_id": { "type": "string" },
|
|
46
|
+
"entry_id": { "type": "string" }
|
|
47
|
+
},
|
|
48
|
+
"required": ["space_id", "environment_id", "entry_id"]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "create_entry",
|
|
53
|
+
"description": "Create an entry of a content type",
|
|
54
|
+
"method": "POST",
|
|
55
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/entries",
|
|
56
|
+
"input_schema": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"space_id": { "type": "string" },
|
|
60
|
+
"environment_id": { "type": "string" },
|
|
61
|
+
"content_type": { "type": "string" },
|
|
62
|
+
"fields": { "type": "object" }
|
|
63
|
+
},
|
|
64
|
+
"required": ["space_id", "environment_id", "content_type", "fields"]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "update_entry",
|
|
69
|
+
"description": "Update an entry (requires X-Contentful-Version header)",
|
|
70
|
+
"method": "PUT",
|
|
71
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/entries/{entry_id}",
|
|
72
|
+
"input_schema": {
|
|
73
|
+
"type": "object",
|
|
74
|
+
"properties": {
|
|
75
|
+
"space_id": { "type": "string" },
|
|
76
|
+
"environment_id": { "type": "string" },
|
|
77
|
+
"entry_id": { "type": "string" },
|
|
78
|
+
"fields": { "type": "object" }
|
|
79
|
+
},
|
|
80
|
+
"required": ["space_id", "environment_id", "entry_id", "fields"]
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "publish_entry",
|
|
85
|
+
"description": "Publish an entry",
|
|
86
|
+
"method": "PUT",
|
|
87
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/entries/{entry_id}/published",
|
|
88
|
+
"input_schema": {
|
|
89
|
+
"type": "object",
|
|
90
|
+
"properties": {
|
|
91
|
+
"space_id": { "type": "string" },
|
|
92
|
+
"environment_id": { "type": "string" },
|
|
93
|
+
"entry_id": { "type": "string" }
|
|
94
|
+
},
|
|
95
|
+
"required": ["space_id", "environment_id", "entry_id"]
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "unpublish_entry",
|
|
100
|
+
"description": "Unpublish an entry",
|
|
101
|
+
"method": "DELETE",
|
|
102
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/entries/{entry_id}/published",
|
|
103
|
+
"input_schema": {
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"space_id": { "type": "string" },
|
|
107
|
+
"environment_id": { "type": "string" },
|
|
108
|
+
"entry_id": { "type": "string" }
|
|
109
|
+
},
|
|
110
|
+
"required": ["space_id", "environment_id", "entry_id"]
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "delete_entry",
|
|
115
|
+
"description": "Delete an entry",
|
|
116
|
+
"method": "DELETE",
|
|
117
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/entries/{entry_id}",
|
|
118
|
+
"input_schema": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"properties": {
|
|
121
|
+
"space_id": { "type": "string" },
|
|
122
|
+
"environment_id": { "type": "string" },
|
|
123
|
+
"entry_id": { "type": "string" }
|
|
124
|
+
},
|
|
125
|
+
"required": ["space_id", "environment_id", "entry_id"]
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "list_assets",
|
|
130
|
+
"description": "List assets",
|
|
131
|
+
"method": "GET",
|
|
132
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/assets",
|
|
133
|
+
"input_schema": {
|
|
134
|
+
"type": "object",
|
|
135
|
+
"properties": {
|
|
136
|
+
"space_id": { "type": "string" },
|
|
137
|
+
"environment_id": { "type": "string" }
|
|
138
|
+
},
|
|
139
|
+
"required": ["space_id", "environment_id"]
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "list_content_types",
|
|
144
|
+
"description": "List content types",
|
|
145
|
+
"method": "GET",
|
|
146
|
+
"path": "/spaces/{space_id}/environments/{environment_id}/content_types",
|
|
147
|
+
"input_schema": {
|
|
148
|
+
"type": "object",
|
|
149
|
+
"properties": {
|
|
150
|
+
"space_id": { "type": "string" },
|
|
151
|
+
"environment_id": { "type": "string" }
|
|
152
|
+
},
|
|
153
|
+
"required": ["space_id", "environment_id"]
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
}
|