@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/hetzner.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slug": "hetzner",
|
|
3
3
|
"name": "Hetzner Cloud",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Hetzner Cloud API — servers, server actions, server types, images, locations, SSH keys, volumes. v0.2 rewrite against the real Hetzner Cloud API (https://docs.hetzner.cloud); replaces the placeholder catalog that always 404'd against /server-create-style paths.",
|
|
5
5
|
"logo": "https://www.google.com/s2/favicons?domain=hetzner.com&sz=128",
|
|
6
6
|
"categories": [
|
|
7
7
|
"cloud",
|
|
@@ -20,638 +20,526 @@
|
|
|
20
20
|
"credential_fields": [
|
|
21
21
|
{
|
|
22
22
|
"name": "token",
|
|
23
|
-
"label": "API
|
|
23
|
+
"label": "API Token",
|
|
24
|
+
"description": "Create at Hetzner Cloud Console → Security → API Tokens. Needs Read+Write to provision/destroy."
|
|
24
25
|
}
|
|
25
26
|
]
|
|
26
27
|
},
|
|
27
28
|
"tools": [
|
|
28
29
|
{
|
|
29
30
|
"name": "server_list",
|
|
30
|
-
"description": "List
|
|
31
|
+
"description": "List servers in the project. Optional filters: name (exact match), label_selector, status, sort.",
|
|
31
32
|
"method": "GET",
|
|
32
|
-
"path": "/
|
|
33
|
+
"path": "/servers",
|
|
33
34
|
"input_schema": {
|
|
34
35
|
"type": "object",
|
|
35
36
|
"properties": {
|
|
36
|
-
"name":
|
|
37
|
-
|
|
38
|
-
},
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
}
|
|
37
|
+
"name": { "type": "string", "description": "Filter to servers with this exact name" },
|
|
38
|
+
"label_selector": { "type": "string", "description": "Hetzner label selector, e.g. env=prod,role=web" },
|
|
39
|
+
"status": { "type": "string", "description": "Filter by status (initializing|starting|running|stopping|off|deleting|rebuilding|migrating|unknown)" },
|
|
40
|
+
"sort": { "type": "string", "description": "id|id:asc|id:desc|name|name:asc|name:desc|created|created:asc|created:desc" },
|
|
41
|
+
"page": { "type": "integer", "description": "1-based page number; default 1" },
|
|
42
|
+
"per_page": { "type": "integer", "description": "Items per page; default 25, max 50" }
|
|
42
43
|
}
|
|
43
44
|
}
|
|
44
45
|
},
|
|
45
46
|
{
|
|
46
47
|
"name": "server_get",
|
|
47
|
-
"description": "
|
|
48
|
+
"description": "Fetch full details for one server by numeric id.",
|
|
48
49
|
"method": "GET",
|
|
49
|
-
"path": "/
|
|
50
|
+
"path": "/servers/{id}",
|
|
50
51
|
"input_schema": {
|
|
51
52
|
"type": "object",
|
|
52
53
|
"properties": {
|
|
53
|
-
"id": {
|
|
54
|
-
"type": "number"
|
|
55
|
-
}
|
|
54
|
+
"id": { "type": "integer", "description": "Hetzner server id" }
|
|
56
55
|
},
|
|
57
|
-
"required": [
|
|
58
|
-
"id"
|
|
59
|
-
]
|
|
56
|
+
"required": ["id"]
|
|
60
57
|
}
|
|
61
58
|
},
|
|
62
59
|
{
|
|
63
60
|
"name": "server_create",
|
|
64
|
-
"description": "Create a new server",
|
|
65
|
-
"method": "
|
|
66
|
-
"path": "/
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
},
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
},
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
},
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
},
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
}
|
|
61
|
+
"description": "Create a new server (provisions a real VPS — billed). Required: name, server_type, image. Use `location` or `datacenter` to pick a region; `user_data` injects a cloud-init script so consumers can seed SSH keys without pre-registering them with Hetzner. Returns {server, action, root_password, next_actions}.",
|
|
62
|
+
"method": "POST",
|
|
63
|
+
"path": "/servers",
|
|
64
|
+
"timeout_ms": 120000,
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"name": { "type": "string", "description": "Unique name within the project (also becomes the hostname)" },
|
|
69
|
+
"server_type": { "type": "string", "description": "Current types (the cpx* line is deprecated): cx22/cx32/cx42/cx52 (Intel shared), cax11/cax21/cax31/cax41 (Ampere ARM, best €/vCPU), ccx13+ (dedicated AMD). Call server_types_list for the live catalog." },
|
|
70
|
+
"image": { "type": "string", "description": "OS image name (ubuntu-24.04, debian-12, …) or numeric image id" },
|
|
71
|
+
"location": { "type": "string", "description": "Region: fsn1 (Falkenstein), nbg1 (Nuremberg), hel1 (Helsinki), ash (Ashburn), hil (Hillsboro), sin (Singapore). Mutually exclusive with datacenter." },
|
|
72
|
+
"datacenter": { "type": "string", "description": "Specific datacenter; only set when you need finer control than location" },
|
|
73
|
+
"ssh_keys": { "type": "array", "description": "Hetzner-registered SSH key ids/names to seed at first boot. Prefer user_data + cloud-init if you don't want to pre-register keys.", "items": { "type": ["string", "integer"] } },
|
|
74
|
+
"firewalls": { "type": "array", "description": "Firewalls to attach at create time; array of {firewall: id}", "items": { "type": "object" } },
|
|
75
|
+
"networks": { "type": "array", "description": "Private networks to attach; array of network ids", "items": { "type": "integer" } },
|
|
76
|
+
"volumes": { "type": "array", "description": "Existing volume ids to attach at create time", "items": { "type": "integer" } },
|
|
77
|
+
"user_data": { "type": "string", "description": "Cloud-init userdata script (e.g. #cloud-config YAML). The instances app uses this to seed authorized_keys." },
|
|
78
|
+
"labels": { "type": "object", "description": "Free-form key/value labels" },
|
|
79
|
+
"start_after_create": { "type": "boolean", "description": "Default true; set false to leave the server powered off after provisioning" },
|
|
80
|
+
"automount": { "type": "boolean", "description": "If volumes are attached, mount them automatically. Default false." },
|
|
81
|
+
"placement_group": { "type": "integer", "description": "Placement group id for anti-affinity" }
|
|
85
82
|
},
|
|
86
|
-
"required": [
|
|
87
|
-
"name",
|
|
88
|
-
"server_type",
|
|
89
|
-
"image"
|
|
90
|
-
]
|
|
83
|
+
"required": ["name", "server_type", "image"]
|
|
91
84
|
}
|
|
92
85
|
},
|
|
93
86
|
{
|
|
94
|
-
"name": "
|
|
95
|
-
"description": "
|
|
96
|
-
"method": "
|
|
97
|
-
"path": "/
|
|
87
|
+
"name": "server_update",
|
|
88
|
+
"description": "Update mutable server properties: name + labels. Doesn't trigger reboot.",
|
|
89
|
+
"method": "PUT",
|
|
90
|
+
"path": "/servers/{id}",
|
|
98
91
|
"input_schema": {
|
|
99
92
|
"type": "object",
|
|
100
93
|
"properties": {
|
|
101
|
-
"id":
|
|
102
|
-
|
|
103
|
-
}
|
|
94
|
+
"id": { "type": "integer", "description": "Hetzner server id" },
|
|
95
|
+
"name": { "type": "string" },
|
|
96
|
+
"labels": { "type": "object" }
|
|
104
97
|
},
|
|
105
|
-
"required": [
|
|
106
|
-
"id"
|
|
107
|
-
]
|
|
98
|
+
"required": ["id"]
|
|
108
99
|
}
|
|
109
100
|
},
|
|
110
101
|
{
|
|
111
|
-
"name": "
|
|
112
|
-
"description": "
|
|
113
|
-
"method": "
|
|
114
|
-
"path": "/
|
|
102
|
+
"name": "server_delete",
|
|
103
|
+
"description": "Permanently delete the server. Stops billing. Idempotent: deleting an already-deleted server returns 404 (callers may treat as success).",
|
|
104
|
+
"method": "DELETE",
|
|
105
|
+
"path": "/servers/{id}",
|
|
115
106
|
"input_schema": {
|
|
116
107
|
"type": "object",
|
|
117
108
|
"properties": {
|
|
118
|
-
"id": {
|
|
119
|
-
"type": "number"
|
|
120
|
-
},
|
|
121
|
-
"name": {
|
|
122
|
-
"type": "string"
|
|
123
|
-
},
|
|
124
|
-
"labels": {
|
|
125
|
-
"type": "object"
|
|
126
|
-
}
|
|
109
|
+
"id": { "type": "integer", "description": "Hetzner server id" }
|
|
127
110
|
},
|
|
128
|
-
"required": [
|
|
129
|
-
"id"
|
|
130
|
-
]
|
|
111
|
+
"required": ["id"]
|
|
131
112
|
}
|
|
132
113
|
},
|
|
133
114
|
{
|
|
134
115
|
"name": "server_poweron",
|
|
135
|
-
"description": "Power on a server",
|
|
136
|
-
"method": "
|
|
137
|
-
"path": "/
|
|
116
|
+
"description": "Power on a stopped server. Returns the action; poll action_get to wait for completion.",
|
|
117
|
+
"method": "POST",
|
|
118
|
+
"path": "/servers/{id}/actions/poweron",
|
|
138
119
|
"input_schema": {
|
|
139
120
|
"type": "object",
|
|
140
121
|
"properties": {
|
|
141
|
-
"id": {
|
|
142
|
-
"type": "number"
|
|
143
|
-
}
|
|
122
|
+
"id": { "type": "integer" }
|
|
144
123
|
},
|
|
145
|
-
"required": [
|
|
146
|
-
"id"
|
|
147
|
-
]
|
|
124
|
+
"required": ["id"]
|
|
148
125
|
}
|
|
149
126
|
},
|
|
150
127
|
{
|
|
151
128
|
"name": "server_poweroff",
|
|
152
|
-
"description": "
|
|
153
|
-
"method": "
|
|
154
|
-
"path": "/
|
|
129
|
+
"description": "Hard-stop the server (equivalent to yanking the plug; prefer server_shutdown for graceful).",
|
|
130
|
+
"method": "POST",
|
|
131
|
+
"path": "/servers/{id}/actions/poweroff",
|
|
155
132
|
"input_schema": {
|
|
156
133
|
"type": "object",
|
|
157
134
|
"properties": {
|
|
158
|
-
"id": {
|
|
159
|
-
"type": "number"
|
|
160
|
-
}
|
|
135
|
+
"id": { "type": "integer" }
|
|
161
136
|
},
|
|
162
|
-
"required": [
|
|
163
|
-
"id"
|
|
164
|
-
]
|
|
137
|
+
"required": ["id"]
|
|
165
138
|
}
|
|
166
139
|
},
|
|
167
140
|
{
|
|
168
141
|
"name": "server_reboot",
|
|
169
|
-
"description": "
|
|
170
|
-
"method": "
|
|
171
|
-
"path": "/
|
|
142
|
+
"description": "Soft-reboot via ACPI signal.",
|
|
143
|
+
"method": "POST",
|
|
144
|
+
"path": "/servers/{id}/actions/reboot",
|
|
172
145
|
"input_schema": {
|
|
173
146
|
"type": "object",
|
|
174
147
|
"properties": {
|
|
175
|
-
"id": {
|
|
176
|
-
"type": "number"
|
|
177
|
-
}
|
|
148
|
+
"id": { "type": "integer" }
|
|
178
149
|
},
|
|
179
|
-
"required": [
|
|
180
|
-
"id"
|
|
181
|
-
]
|
|
150
|
+
"required": ["id"]
|
|
182
151
|
}
|
|
183
152
|
},
|
|
184
153
|
{
|
|
185
154
|
"name": "server_shutdown",
|
|
186
|
-
"description": "
|
|
187
|
-
"method": "
|
|
188
|
-
"path": "/
|
|
155
|
+
"description": "Graceful ACPI shutdown. Use this before server_poweroff in normal workflows.",
|
|
156
|
+
"method": "POST",
|
|
157
|
+
"path": "/servers/{id}/actions/shutdown",
|
|
189
158
|
"input_schema": {
|
|
190
159
|
"type": "object",
|
|
191
160
|
"properties": {
|
|
192
|
-
"id": {
|
|
193
|
-
"type": "number"
|
|
194
|
-
}
|
|
161
|
+
"id": { "type": "integer" }
|
|
195
162
|
},
|
|
196
|
-
"required": [
|
|
197
|
-
"id"
|
|
198
|
-
]
|
|
163
|
+
"required": ["id"]
|
|
199
164
|
}
|
|
200
165
|
},
|
|
201
166
|
{
|
|
202
167
|
"name": "server_reset",
|
|
203
|
-
"description": "Hard reset
|
|
204
|
-
"method": "
|
|
205
|
-
"path": "/
|
|
168
|
+
"description": "Hard-reset via reset button (equivalent to power cycle).",
|
|
169
|
+
"method": "POST",
|
|
170
|
+
"path": "/servers/{id}/actions/reset",
|
|
206
171
|
"input_schema": {
|
|
207
172
|
"type": "object",
|
|
208
173
|
"properties": {
|
|
209
|
-
"id": {
|
|
210
|
-
"type": "number"
|
|
211
|
-
}
|
|
174
|
+
"id": { "type": "integer" }
|
|
212
175
|
},
|
|
213
|
-
"required": [
|
|
214
|
-
"id"
|
|
215
|
-
]
|
|
176
|
+
"required": ["id"]
|
|
216
177
|
}
|
|
217
178
|
},
|
|
218
179
|
{
|
|
219
180
|
"name": "server_rebuild",
|
|
220
|
-
"description": "
|
|
221
|
-
"method": "
|
|
222
|
-
"path": "/
|
|
181
|
+
"description": "Wipe the server and re-provision from `image`. Data on the boot disk is lost; attached volumes survive.",
|
|
182
|
+
"method": "POST",
|
|
183
|
+
"path": "/servers/{id}/actions/rebuild",
|
|
184
|
+
"timeout_ms": 120000,
|
|
223
185
|
"input_schema": {
|
|
224
186
|
"type": "object",
|
|
225
187
|
"properties": {
|
|
226
|
-
"id":
|
|
227
|
-
|
|
228
|
-
},
|
|
229
|
-
"image": {
|
|
230
|
-
"type": "string"
|
|
231
|
-
}
|
|
188
|
+
"id": { "type": "integer" },
|
|
189
|
+
"image": { "type": "string", "description": "Image name or id to rebuild from" }
|
|
232
190
|
},
|
|
233
|
-
"required": [
|
|
234
|
-
"id",
|
|
235
|
-
"image"
|
|
236
|
-
]
|
|
191
|
+
"required": ["id", "image"]
|
|
237
192
|
}
|
|
238
193
|
},
|
|
239
194
|
{
|
|
240
195
|
"name": "server_change_type",
|
|
241
|
-
"description": "
|
|
242
|
-
"method": "
|
|
243
|
-
"path": "/
|
|
196
|
+
"description": "Upgrade or downgrade the server to a different server_type. Requires the server to be powered off. Pass upgrade_disk=true to grow the disk (destructive: cannot downgrade afterwards).",
|
|
197
|
+
"method": "POST",
|
|
198
|
+
"path": "/servers/{id}/actions/change_type",
|
|
199
|
+
"timeout_ms": 120000,
|
|
244
200
|
"input_schema": {
|
|
245
201
|
"type": "object",
|
|
246
202
|
"properties": {
|
|
247
|
-
"id":
|
|
248
|
-
|
|
249
|
-
}
|
|
250
|
-
"server_type": {
|
|
251
|
-
"type": "string"
|
|
252
|
-
},
|
|
253
|
-
"upgrade_disk": {
|
|
254
|
-
"type": "boolean"
|
|
255
|
-
}
|
|
203
|
+
"id": { "type": "integer" },
|
|
204
|
+
"server_type": { "type": "string" },
|
|
205
|
+
"upgrade_disk": { "type": "boolean", "description": "If true, grow the boot disk to match the new type. Irreversible." }
|
|
256
206
|
},
|
|
257
|
-
"required": [
|
|
258
|
-
"id",
|
|
259
|
-
"server_type"
|
|
260
|
-
]
|
|
207
|
+
"required": ["id", "server_type", "upgrade_disk"]
|
|
261
208
|
}
|
|
262
209
|
},
|
|
263
210
|
{
|
|
264
211
|
"name": "server_change_protection",
|
|
265
|
-
"description": "
|
|
266
|
-
"method": "
|
|
267
|
-
"path": "/
|
|
212
|
+
"description": "Toggle delete/rebuild protection. Hetzner refuses destructive actions while the corresponding flag is true.",
|
|
213
|
+
"method": "POST",
|
|
214
|
+
"path": "/servers/{id}/actions/change_protection",
|
|
268
215
|
"input_schema": {
|
|
269
216
|
"type": "object",
|
|
270
217
|
"properties": {
|
|
271
|
-
"id":
|
|
272
|
-
|
|
273
|
-
}
|
|
274
|
-
"delete": {
|
|
275
|
-
"type": "boolean"
|
|
276
|
-
},
|
|
277
|
-
"rebuild": {
|
|
278
|
-
"type": "boolean"
|
|
279
|
-
}
|
|
218
|
+
"id": { "type": "integer" },
|
|
219
|
+
"delete": { "type": "boolean" },
|
|
220
|
+
"rebuild": { "type": "boolean" }
|
|
280
221
|
},
|
|
281
|
-
"required": [
|
|
282
|
-
"id"
|
|
283
|
-
]
|
|
222
|
+
"required": ["id"]
|
|
284
223
|
}
|
|
285
224
|
},
|
|
286
225
|
{
|
|
287
226
|
"name": "server_enable_rescue",
|
|
288
|
-
"description": "
|
|
289
|
-
"method": "
|
|
290
|
-
"path": "/
|
|
227
|
+
"description": "Boot a rescue system on the next boot (linux64 by default). Returns root_password.",
|
|
228
|
+
"method": "POST",
|
|
229
|
+
"path": "/servers/{id}/actions/enable_rescue",
|
|
291
230
|
"input_schema": {
|
|
292
231
|
"type": "object",
|
|
293
232
|
"properties": {
|
|
294
|
-
"id":
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
"type": {
|
|
298
|
-
"type": "string"
|
|
299
|
-
}
|
|
233
|
+
"id": { "type": "integer" },
|
|
234
|
+
"type": { "type": "string", "description": "linux64 (default) | linux32 | freebsd64" },
|
|
235
|
+
"ssh_keys": { "type": "array", "description": "SSH key ids to inject into the rescue system", "items": { "type": "integer" } }
|
|
300
236
|
},
|
|
301
|
-
"required": [
|
|
302
|
-
"id"
|
|
303
|
-
]
|
|
237
|
+
"required": ["id"]
|
|
304
238
|
}
|
|
305
239
|
},
|
|
306
240
|
{
|
|
307
241
|
"name": "server_disable_rescue",
|
|
308
|
-
"description": "
|
|
309
|
-
"method": "
|
|
310
|
-
"path": "/
|
|
242
|
+
"description": "Cancel the queued rescue boot.",
|
|
243
|
+
"method": "POST",
|
|
244
|
+
"path": "/servers/{id}/actions/disable_rescue",
|
|
311
245
|
"input_schema": {
|
|
312
246
|
"type": "object",
|
|
313
247
|
"properties": {
|
|
314
|
-
"id": {
|
|
315
|
-
"type": "number"
|
|
316
|
-
}
|
|
248
|
+
"id": { "type": "integer" }
|
|
317
249
|
},
|
|
318
|
-
"required": [
|
|
319
|
-
"id"
|
|
320
|
-
]
|
|
250
|
+
"required": ["id"]
|
|
321
251
|
}
|
|
322
252
|
},
|
|
323
253
|
{
|
|
324
254
|
"name": "server_reset_password",
|
|
325
|
-
"description": "Reset root password",
|
|
326
|
-
"method": "
|
|
327
|
-
"path": "/
|
|
255
|
+
"description": "Reset the root password (only works when no SSH key was injected; for SSH-key-only boxes use rescue mode). Returns the new root_password.",
|
|
256
|
+
"method": "POST",
|
|
257
|
+
"path": "/servers/{id}/actions/reset_password",
|
|
328
258
|
"input_schema": {
|
|
329
259
|
"type": "object",
|
|
330
260
|
"properties": {
|
|
331
|
-
"id": {
|
|
332
|
-
"type": "number"
|
|
333
|
-
}
|
|
261
|
+
"id": { "type": "integer" }
|
|
334
262
|
},
|
|
335
|
-
"required": [
|
|
336
|
-
"id"
|
|
337
|
-
]
|
|
263
|
+
"required": ["id"]
|
|
338
264
|
}
|
|
339
265
|
},
|
|
340
266
|
{
|
|
341
267
|
"name": "server_request_console",
|
|
342
|
-
"description": "
|
|
343
|
-
"method": "
|
|
344
|
-
"path": "/
|
|
268
|
+
"description": "Mint a one-shot VNC console URL (wss_url) + password. Use for break-glass debugging when SSH is unreachable.",
|
|
269
|
+
"method": "POST",
|
|
270
|
+
"path": "/servers/{id}/actions/request_console",
|
|
345
271
|
"input_schema": {
|
|
346
272
|
"type": "object",
|
|
347
273
|
"properties": {
|
|
348
|
-
"id": {
|
|
349
|
-
"type": "number"
|
|
350
|
-
}
|
|
274
|
+
"id": { "type": "integer" }
|
|
351
275
|
},
|
|
352
|
-
"required": [
|
|
353
|
-
"id"
|
|
354
|
-
]
|
|
276
|
+
"required": ["id"]
|
|
355
277
|
}
|
|
356
278
|
},
|
|
357
279
|
{
|
|
358
280
|
"name": "server_get_metrics",
|
|
359
|
-
"description": "
|
|
281
|
+
"description": "Time-series CPU / disk / network metrics for one server. Specify type (one or comma-separated: cpu, disk, network), ISO-8601 start + end, and step in seconds.",
|
|
360
282
|
"method": "GET",
|
|
361
|
-
"path": "/
|
|
362
|
-
"input_schema": {
|
|
363
|
-
"type": "object",
|
|
364
|
-
"properties": {
|
|
365
|
-
"id":
|
|
366
|
-
|
|
367
|
-
},
|
|
368
|
-
"type":
|
|
369
|
-
|
|
370
|
-
},
|
|
371
|
-
"start": {
|
|
372
|
-
"type": "string"
|
|
373
|
-
},
|
|
374
|
-
"end": {
|
|
375
|
-
"type": "string"
|
|
376
|
-
}
|
|
283
|
+
"path": "/servers/{id}/metrics",
|
|
284
|
+
"input_schema": {
|
|
285
|
+
"type": "object",
|
|
286
|
+
"properties": {
|
|
287
|
+
"id": { "type": "integer" },
|
|
288
|
+
"type": { "type": "string", "description": "cpu | disk | network (or comma-separated combo)" },
|
|
289
|
+
"start": { "type": "string", "description": "ISO-8601 start timestamp, e.g. 2026-05-18T00:00:00Z" },
|
|
290
|
+
"end": { "type": "string", "description": "ISO-8601 end timestamp" },
|
|
291
|
+
"step": { "type": "integer", "description": "Step in seconds (e.g. 60 for per-minute samples)" }
|
|
377
292
|
},
|
|
378
|
-
"required": [
|
|
379
|
-
"id",
|
|
380
|
-
"type",
|
|
381
|
-
"start",
|
|
382
|
-
"end"
|
|
383
|
-
]
|
|
293
|
+
"required": ["id", "type", "start", "end"]
|
|
384
294
|
}
|
|
385
295
|
},
|
|
386
296
|
{
|
|
387
297
|
"name": "server_types_list",
|
|
388
|
-
"description": "List
|
|
298
|
+
"description": "List all server type SKUs available (cx22, cpx21, cax21, …). Use this to discover valid `server_type` values for server_create.",
|
|
389
299
|
"method": "GET",
|
|
390
|
-
"path": "/
|
|
300
|
+
"path": "/server_types",
|
|
391
301
|
"input_schema": {
|
|
392
302
|
"type": "object",
|
|
393
303
|
"properties": {
|
|
394
|
-
"name":
|
|
395
|
-
|
|
396
|
-
}
|
|
304
|
+
"name": { "type": "string", "description": "Filter by exact name" },
|
|
305
|
+
"page": { "type": "integer" },
|
|
306
|
+
"per_page": { "type": "integer" }
|
|
397
307
|
}
|
|
398
308
|
}
|
|
399
309
|
},
|
|
400
310
|
{
|
|
401
311
|
"name": "images_list",
|
|
402
|
-
"description": "List
|
|
312
|
+
"description": "List images (OS images, snapshots, backups). Filter by type (system|snapshot|backup|app), name, status, etc.",
|
|
403
313
|
"method": "GET",
|
|
404
|
-
"path": "/images
|
|
314
|
+
"path": "/images",
|
|
405
315
|
"input_schema": {
|
|
406
316
|
"type": "object",
|
|
407
317
|
"properties": {
|
|
408
|
-
"type":
|
|
409
|
-
|
|
410
|
-
},
|
|
411
|
-
"
|
|
412
|
-
|
|
413
|
-
}
|
|
318
|
+
"type": { "type": "string", "description": "system | snapshot | backup | app" },
|
|
319
|
+
"status": { "type": "string", "description": "available | creating" },
|
|
320
|
+
"bound_to": { "type": "integer", "description": "Filter to images bound to this server id" },
|
|
321
|
+
"name": { "type": "string" },
|
|
322
|
+
"label_selector": { "type": "string" },
|
|
323
|
+
"architecture": { "type": "string", "description": "x86 | arm" },
|
|
324
|
+
"sort": { "type": "string" },
|
|
325
|
+
"page": { "type": "integer" },
|
|
326
|
+
"per_page": { "type": "integer" }
|
|
414
327
|
}
|
|
415
328
|
}
|
|
416
329
|
},
|
|
417
330
|
{
|
|
418
331
|
"name": "locations_list",
|
|
419
|
-
"description": "List
|
|
332
|
+
"description": "List Hetzner Cloud regions (fsn1, nbg1, hel1, ash, hil, sin, …). Each location contains one or more datacenters.",
|
|
420
333
|
"method": "GET",
|
|
421
|
-
"path": "/locations
|
|
334
|
+
"path": "/locations",
|
|
422
335
|
"input_schema": {
|
|
423
336
|
"type": "object",
|
|
424
337
|
"properties": {
|
|
425
|
-
"name": {
|
|
426
|
-
"type": "string"
|
|
427
|
-
}
|
|
338
|
+
"name": { "type": "string", "description": "Filter by exact location name" }
|
|
428
339
|
}
|
|
429
340
|
}
|
|
430
341
|
},
|
|
431
342
|
{
|
|
432
343
|
"name": "ssh_keys_list",
|
|
433
|
-
"description": "List SSH keys",
|
|
344
|
+
"description": "List SSH keys registered in the Hetzner project.",
|
|
434
345
|
"method": "GET",
|
|
435
|
-
"path": "/
|
|
346
|
+
"path": "/ssh_keys",
|
|
436
347
|
"input_schema": {
|
|
437
348
|
"type": "object",
|
|
438
349
|
"properties": {
|
|
439
|
-
"name":
|
|
440
|
-
|
|
441
|
-
}
|
|
350
|
+
"name": { "type": "string", "description": "Filter by exact key name" },
|
|
351
|
+
"fingerprint": { "type": "string", "description": "Filter by SHA-256 fingerprint" },
|
|
352
|
+
"label_selector": { "type": "string" }
|
|
442
353
|
}
|
|
443
354
|
}
|
|
444
355
|
},
|
|
445
356
|
{
|
|
446
|
-
"name": "
|
|
447
|
-
"description": "
|
|
357
|
+
"name": "ssh_key_get",
|
|
358
|
+
"description": "Fetch one SSH key by id.",
|
|
448
359
|
"method": "GET",
|
|
449
|
-
"path": "/
|
|
360
|
+
"path": "/ssh_keys/{id}",
|
|
450
361
|
"input_schema": {
|
|
451
362
|
"type": "object",
|
|
452
363
|
"properties": {
|
|
453
|
-
"
|
|
454
|
-
"type": "string"
|
|
455
|
-
},
|
|
456
|
-
"public_key": {
|
|
457
|
-
"type": "string"
|
|
458
|
-
},
|
|
459
|
-
"labels": {
|
|
460
|
-
"type": "object"
|
|
461
|
-
}
|
|
364
|
+
"id": { "type": "integer" }
|
|
462
365
|
},
|
|
463
|
-
"required": [
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
366
|
+
"required": ["id"]
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "ssh_key_create",
|
|
371
|
+
"description": "Register an SSH public key. Reference its id in server_create's ssh_keys[] to seed authorized_keys at boot.",
|
|
372
|
+
"method": "POST",
|
|
373
|
+
"path": "/ssh_keys",
|
|
374
|
+
"input_schema": {
|
|
375
|
+
"type": "object",
|
|
376
|
+
"properties": {
|
|
377
|
+
"name": { "type": "string", "description": "Unique label within the project" },
|
|
378
|
+
"public_key": { "type": "string", "description": "Full SSH public key, e.g. ssh-ed25519 AAAA… comment" },
|
|
379
|
+
"labels": { "type": "object" }
|
|
380
|
+
},
|
|
381
|
+
"required": ["name", "public_key"]
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "ssh_key_delete",
|
|
386
|
+
"description": "Permanently delete an SSH key. Doesn't affect already-provisioned servers.",
|
|
387
|
+
"method": "DELETE",
|
|
388
|
+
"path": "/ssh_keys/{id}",
|
|
389
|
+
"input_schema": {
|
|
390
|
+
"type": "object",
|
|
391
|
+
"properties": {
|
|
392
|
+
"id": { "type": "integer" }
|
|
393
|
+
},
|
|
394
|
+
"required": ["id"]
|
|
467
395
|
}
|
|
468
396
|
},
|
|
469
397
|
{
|
|
470
398
|
"name": "volume_list",
|
|
471
|
-
"description": "List volumes",
|
|
399
|
+
"description": "List volumes (block storage).",
|
|
472
400
|
"method": "GET",
|
|
473
|
-
"path": "/
|
|
401
|
+
"path": "/volumes",
|
|
474
402
|
"input_schema": {
|
|
475
403
|
"type": "object",
|
|
476
404
|
"properties": {
|
|
477
|
-
"
|
|
478
|
-
|
|
479
|
-
}
|
|
405
|
+
"name": { "type": "string" },
|
|
406
|
+
"label_selector": { "type": "string" },
|
|
407
|
+
"status": { "type": "string", "description": "creating | available" },
|
|
408
|
+
"sort": { "type": "string" },
|
|
409
|
+
"page": { "type": "integer" },
|
|
410
|
+
"per_page": { "type": "integer" }
|
|
480
411
|
}
|
|
481
412
|
}
|
|
482
413
|
},
|
|
483
414
|
{
|
|
484
415
|
"name": "volume_get",
|
|
485
|
-
"description": "
|
|
416
|
+
"description": "Fetch one volume by id.",
|
|
486
417
|
"method": "GET",
|
|
487
|
-
"path": "/
|
|
418
|
+
"path": "/volumes/{id}",
|
|
488
419
|
"input_schema": {
|
|
489
420
|
"type": "object",
|
|
490
421
|
"properties": {
|
|
491
|
-
"id": {
|
|
492
|
-
"type": "number"
|
|
493
|
-
}
|
|
422
|
+
"id": { "type": "integer" }
|
|
494
423
|
},
|
|
495
|
-
"required": [
|
|
496
|
-
"id"
|
|
497
|
-
]
|
|
424
|
+
"required": ["id"]
|
|
498
425
|
}
|
|
499
426
|
},
|
|
500
427
|
{
|
|
501
428
|
"name": "volume_create",
|
|
502
|
-
"description": "Create a volume",
|
|
503
|
-
"method": "
|
|
504
|
-
"path": "/
|
|
505
|
-
"input_schema": {
|
|
506
|
-
"type": "object",
|
|
507
|
-
"properties": {
|
|
508
|
-
"name":
|
|
509
|
-
|
|
510
|
-
},
|
|
511
|
-
"
|
|
512
|
-
|
|
513
|
-
},
|
|
514
|
-
"
|
|
515
|
-
"type": "string"
|
|
516
|
-
},
|
|
517
|
-
"server": {
|
|
518
|
-
"type": "number"
|
|
519
|
-
}
|
|
429
|
+
"description": "Create a new volume. Either `location` (free-floating, attachable later) or `server` (attached at creation). Size in GB; min 10, max 10240.",
|
|
430
|
+
"method": "POST",
|
|
431
|
+
"path": "/volumes",
|
|
432
|
+
"input_schema": {
|
|
433
|
+
"type": "object",
|
|
434
|
+
"properties": {
|
|
435
|
+
"name": { "type": "string" },
|
|
436
|
+
"size": { "type": "integer", "description": "Size in GB (10–10240)" },
|
|
437
|
+
"location": { "type": "string", "description": "Free-floating volume in this location" },
|
|
438
|
+
"server": { "type": "integer", "description": "Attach to this server at creation (mutually exclusive with location)" },
|
|
439
|
+
"format": { "type": "string", "description": "ext4 | xfs — format the volume after create" },
|
|
440
|
+
"automount": { "type": "boolean", "description": "Mount automatically if server is set" },
|
|
441
|
+
"labels": { "type": "object" }
|
|
520
442
|
},
|
|
521
|
-
"required": [
|
|
522
|
-
"name",
|
|
523
|
-
"size"
|
|
524
|
-
]
|
|
443
|
+
"required": ["name", "size"]
|
|
525
444
|
}
|
|
526
445
|
},
|
|
527
446
|
{
|
|
528
447
|
"name": "volume_delete",
|
|
529
|
-
"description": "
|
|
530
|
-
"method": "
|
|
531
|
-
"path": "/
|
|
448
|
+
"description": "Permanently delete a volume. Must be detached first.",
|
|
449
|
+
"method": "DELETE",
|
|
450
|
+
"path": "/volumes/{id}",
|
|
532
451
|
"input_schema": {
|
|
533
452
|
"type": "object",
|
|
534
453
|
"properties": {
|
|
535
|
-
"id": {
|
|
536
|
-
"type": "number"
|
|
537
|
-
}
|
|
454
|
+
"id": { "type": "integer" }
|
|
538
455
|
},
|
|
539
|
-
"required": [
|
|
540
|
-
"id"
|
|
541
|
-
]
|
|
456
|
+
"required": ["id"]
|
|
542
457
|
}
|
|
543
458
|
},
|
|
544
459
|
{
|
|
545
460
|
"name": "volume_update",
|
|
546
|
-
"description": "Update volume
|
|
547
|
-
"method": "
|
|
548
|
-
"path": "/
|
|
461
|
+
"description": "Update a volume's name + labels.",
|
|
462
|
+
"method": "PUT",
|
|
463
|
+
"path": "/volumes/{id}",
|
|
549
464
|
"input_schema": {
|
|
550
465
|
"type": "object",
|
|
551
466
|
"properties": {
|
|
552
|
-
"id":
|
|
553
|
-
|
|
554
|
-
}
|
|
555
|
-
"name": {
|
|
556
|
-
"type": "string"
|
|
557
|
-
}
|
|
467
|
+
"id": { "type": "integer" },
|
|
468
|
+
"name": { "type": "string" },
|
|
469
|
+
"labels": { "type": "object" }
|
|
558
470
|
},
|
|
559
|
-
"required": [
|
|
560
|
-
"id"
|
|
561
|
-
]
|
|
471
|
+
"required": ["id"]
|
|
562
472
|
}
|
|
563
473
|
},
|
|
564
474
|
{
|
|
565
475
|
"name": "volume_attach",
|
|
566
|
-
"description": "Attach volume to server",
|
|
567
|
-
"method": "
|
|
568
|
-
"path": "/
|
|
476
|
+
"description": "Attach a volume to a server. The server must be in the same location as the volume.",
|
|
477
|
+
"method": "POST",
|
|
478
|
+
"path": "/volumes/{id}/actions/attach",
|
|
569
479
|
"input_schema": {
|
|
570
480
|
"type": "object",
|
|
571
481
|
"properties": {
|
|
572
|
-
"id":
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
"server": {
|
|
576
|
-
"type": "number"
|
|
577
|
-
},
|
|
578
|
-
"automount": {
|
|
579
|
-
"type": "boolean"
|
|
580
|
-
}
|
|
482
|
+
"id": { "type": "integer", "description": "Volume id" },
|
|
483
|
+
"server": { "type": "integer", "description": "Server id to attach to" },
|
|
484
|
+
"automount": { "type": "boolean" }
|
|
581
485
|
},
|
|
582
|
-
"required": [
|
|
583
|
-
"id",
|
|
584
|
-
"server"
|
|
585
|
-
]
|
|
486
|
+
"required": ["id", "server"]
|
|
586
487
|
}
|
|
587
488
|
},
|
|
588
489
|
{
|
|
589
490
|
"name": "volume_detach",
|
|
590
|
-
"description": "Detach volume from server",
|
|
591
|
-
"method": "
|
|
592
|
-
"path": "/
|
|
491
|
+
"description": "Detach a volume from its current server.",
|
|
492
|
+
"method": "POST",
|
|
493
|
+
"path": "/volumes/{id}/actions/detach",
|
|
593
494
|
"input_schema": {
|
|
594
495
|
"type": "object",
|
|
595
496
|
"properties": {
|
|
596
|
-
"id": {
|
|
597
|
-
"type": "number"
|
|
598
|
-
}
|
|
497
|
+
"id": { "type": "integer" }
|
|
599
498
|
},
|
|
600
|
-
"required": [
|
|
601
|
-
"id"
|
|
602
|
-
]
|
|
499
|
+
"required": ["id"]
|
|
603
500
|
}
|
|
604
501
|
},
|
|
605
502
|
{
|
|
606
503
|
"name": "volume_resize",
|
|
607
|
-
"description": "
|
|
608
|
-
"method": "
|
|
609
|
-
"path": "/
|
|
504
|
+
"description": "Grow a volume to a new size in GB. Cannot shrink.",
|
|
505
|
+
"method": "POST",
|
|
506
|
+
"path": "/volumes/{id}/actions/resize",
|
|
610
507
|
"input_schema": {
|
|
611
508
|
"type": "object",
|
|
612
509
|
"properties": {
|
|
613
|
-
"id":
|
|
614
|
-
|
|
615
|
-
},
|
|
616
|
-
"size": {
|
|
617
|
-
"type": "number"
|
|
618
|
-
}
|
|
510
|
+
"id": { "type": "integer" },
|
|
511
|
+
"size": { "type": "integer", "description": "New size in GB; must be greater than current" }
|
|
619
512
|
},
|
|
620
|
-
"required": [
|
|
621
|
-
"id",
|
|
622
|
-
"size"
|
|
623
|
-
]
|
|
513
|
+
"required": ["id", "size"]
|
|
624
514
|
}
|
|
625
515
|
},
|
|
626
516
|
{
|
|
627
517
|
"name": "action_list",
|
|
628
|
-
"description": "List actions",
|
|
518
|
+
"description": "List recent actions across the project (audit log / progress tracker). Each Hetzner mutation returns an action id; poll action_get to wait for completion.",
|
|
629
519
|
"method": "GET",
|
|
630
|
-
"path": "/
|
|
520
|
+
"path": "/actions",
|
|
631
521
|
"input_schema": {
|
|
632
522
|
"type": "object",
|
|
633
523
|
"properties": {
|
|
634
|
-
"status":
|
|
635
|
-
|
|
636
|
-
}
|
|
524
|
+
"status": { "type": "string", "description": "running | success | error" },
|
|
525
|
+
"command": { "type": "string", "description": "Filter by command name, e.g. create_server" },
|
|
526
|
+
"sort": { "type": "string" },
|
|
527
|
+
"page": { "type": "integer" },
|
|
528
|
+
"per_page": { "type": "integer" }
|
|
637
529
|
}
|
|
638
530
|
}
|
|
639
531
|
},
|
|
640
532
|
{
|
|
641
533
|
"name": "action_get",
|
|
642
|
-
"description": "
|
|
534
|
+
"description": "Fetch one action by id. Returns {action: {status, progress, started, finished, error, ...}}. Poll while status=running.",
|
|
643
535
|
"method": "GET",
|
|
644
|
-
"path": "/
|
|
536
|
+
"path": "/actions/{id}",
|
|
645
537
|
"input_schema": {
|
|
646
538
|
"type": "object",
|
|
647
539
|
"properties": {
|
|
648
|
-
"id": {
|
|
649
|
-
"type": "number"
|
|
650
|
-
}
|
|
540
|
+
"id": { "type": "integer" }
|
|
651
541
|
},
|
|
652
|
-
"required": [
|
|
653
|
-
"id"
|
|
654
|
-
]
|
|
542
|
+
"required": ["id"]
|
|
655
543
|
}
|
|
656
544
|
}
|
|
657
545
|
]
|