@apteva/integrations 0.3.62 → 0.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws-sigv4.d.ts +32 -0
- package/dist/aws-sigv4.d.ts.map +1 -0
- package/dist/aws-sigv4.js +126 -0
- package/dist/aws-sigv4.js.map +1 -0
- package/dist/explorer/main.js +21617 -0
- package/dist/explorer/main.js.map +90 -0
- package/dist/explorer/style.css +2 -0
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +145 -12
- package/dist/http-executor.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-generator.d.ts +7 -2
- package/dist/mcp-generator.d.ts.map +1 -1
- package/dist/mcp-generator.js +46 -5
- package/dist/mcp-generator.js.map +1 -1
- package/dist/oauth.js +1 -1
- package/dist/oauth.js.map +1 -1
- package/dist/types.d.ts +251 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/github/ActivityFeed.d.ts +24 -0
- package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/github/ActivityFeed.js +106 -0
- package/dist/ui/github/ActivityFeed.js.map +1 -0
- package/dist/ui/github/ActivityFeed.mjs +3 -0
- package/dist/ui/github/ActivityFeed.mjs.map +29 -0
- package/dist/ui/github/CommitCard.d.ts +24 -0
- package/dist/ui/github/CommitCard.d.ts.map +1 -0
- package/dist/ui/github/CommitCard.js +102 -0
- package/dist/ui/github/CommitCard.js.map +1 -0
- package/dist/ui/github/CommitCard.mjs +5 -0
- package/dist/ui/github/CommitCard.mjs.map +11 -0
- package/dist/ui/github/IssueCard.d.ts +33 -0
- package/dist/ui/github/IssueCard.d.ts.map +1 -0
- package/dist/ui/github/IssueCard.js +131 -0
- package/dist/ui/github/IssueCard.js.map +1 -0
- package/dist/ui/github/IssueCard.mjs +3 -0
- package/dist/ui/github/IssueCard.mjs.map +21 -0
- package/dist/ui/github/PullRequestCard.d.ts +36 -0
- package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
- package/dist/ui/github/PullRequestCard.js +158 -0
- package/dist/ui/github/PullRequestCard.js.map +1 -0
- package/dist/ui/github/PullRequestCard.mjs +3 -0
- package/dist/ui/github/PullRequestCard.mjs.map +22 -0
- package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
- package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
- package/dist/ui/github/WorkflowRunCard.js +124 -0
- package/dist/ui/github/WorkflowRunCard.js.map +1 -0
- package/dist/ui/github/WorkflowRunCard.mjs +3 -0
- package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
- package/dist/ui/github/lib/github.d.ts +43 -0
- package/dist/ui/github/lib/github.d.ts.map +1 -0
- package/dist/ui/github/lib/github.js +151 -0
- package/dist/ui/github/lib/github.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.js +52 -0
- package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
- package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
- package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
- package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
- package/dist/ui/hubspot/CompanyCard.js +63 -0
- package/dist/ui/hubspot/CompanyCard.js.map +1 -0
- package/dist/ui/hubspot/CompanyCard.mjs +3 -0
- package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactCard.d.ts +22 -0
- package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactCard.js +62 -0
- package/dist/ui/hubspot/ContactCard.js.map +1 -0
- package/dist/ui/hubspot/ContactCard.mjs +3 -0
- package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactList.d.ts +21 -0
- package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactList.js +31 -0
- package/dist/ui/hubspot/ContactList.js.map +1 -0
- package/dist/ui/hubspot/ContactList.mjs +3 -0
- package/dist/ui/hubspot/ContactList.mjs.map +11 -0
- package/dist/ui/hubspot/DealCard.d.ts +23 -0
- package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
- package/dist/ui/hubspot/DealCard.js +63 -0
- package/dist/ui/hubspot/DealCard.js.map +1 -0
- package/dist/ui/hubspot/DealCard.mjs +3 -0
- package/dist/ui/hubspot/DealCard.mjs.map +11 -0
- package/dist/ui/hubspot/DealList.d.ts +24 -0
- package/dist/ui/hubspot/DealList.d.ts.map +1 -0
- package/dist/ui/hubspot/DealList.js +35 -0
- package/dist/ui/hubspot/DealList.js.map +1 -0
- package/dist/ui/hubspot/DealList.mjs +3 -0
- package/dist/ui/hubspot/DealList.mjs.map +11 -0
- package/dist/ui/hubspot/EmailCard.d.ts +25 -0
- package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
- package/dist/ui/hubspot/EmailCard.js +62 -0
- package/dist/ui/hubspot/EmailCard.js.map +1 -0
- package/dist/ui/hubspot/EmailCard.mjs +5 -0
- package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
- package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
- package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/InboxStrip.js +36 -0
- package/dist/ui/hubspot/InboxStrip.js.map +1 -0
- package/dist/ui/hubspot/InboxStrip.mjs +3 -0
- package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.js +54 -0
- package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
- package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
- package/dist/ui/hubspot/TicketCard.d.ts +25 -0
- package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketCard.js +53 -0
- package/dist/ui/hubspot/TicketCard.js.map +1 -0
- package/dist/ui/hubspot/TicketCard.mjs +3 -0
- package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
- package/dist/ui/hubspot/TicketList.d.ts +21 -0
- package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketList.js +33 -0
- package/dist/ui/hubspot/TicketList.js.map +1 -0
- package/dist/ui/hubspot/TicketList.mjs +3 -0
- package/dist/ui/hubspot/TicketList.mjs.map +11 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
- package/dist/ui/hubspot/lib/hubspot.js +176 -0
- package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.d.ts +24 -0
- package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseCard.js +86 -0
- package/dist/ui/notion/DatabaseCard.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.mjs +3 -0
- package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
- package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
- package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseRowList.js +87 -0
- package/dist/ui/notion/DatabaseRowList.js.map +1 -0
- package/dist/ui/notion/DatabaseRowList.mjs +3 -0
- package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
- package/dist/ui/notion/PageCard.d.ts +27 -0
- package/dist/ui/notion/PageCard.d.ts.map +1 -0
- package/dist/ui/notion/PageCard.js +80 -0
- package/dist/ui/notion/PageCard.js.map +1 -0
- package/dist/ui/notion/PageCard.mjs +3 -0
- package/dist/ui/notion/PageCard.mjs.map +11 -0
- package/dist/ui/notion/PageList.d.ts +24 -0
- package/dist/ui/notion/PageList.d.ts.map +1 -0
- package/dist/ui/notion/PageList.js +51 -0
- package/dist/ui/notion/PageList.js.map +1 -0
- package/dist/ui/notion/PageList.mjs +3 -0
- package/dist/ui/notion/PageList.mjs.map +11 -0
- package/dist/ui/notion/lib/notion.d.ts +35 -0
- package/dist/ui/notion/lib/notion.d.ts.map +1 -0
- package/dist/ui/notion/lib/notion.js +119 -0
- package/dist/ui/notion/lib/notion.js.map +1 -0
- package/dist/xml-to-json.d.ts +20 -0
- package/dist/xml-to-json.d.ts.map +1 -0
- package/dist/xml-to-json.js +256 -0
- package/dist/xml-to-json.js.map +1 -0
- package/package.json +12 -1
- package/src/apps/adroll.json +254 -0
- package/src/apps/ahrefs.json +156 -0
- package/src/apps/airtable.json +4 -13
- package/src/apps/algolia.json +115 -0
- package/src/apps/alibaba-cloud.json +211 -0
- package/src/apps/aliexpress.json +369 -0
- package/src/apps/alpaca-market-data.json +699 -0
- package/src/apps/alpaca-trading.json +214 -989
- package/src/apps/amazon-ads.json +249 -0
- package/src/apps/amazon-associates.json +102 -0
- package/src/apps/amplitude.json +86 -0
- package/src/apps/anchor-browser.json +173 -0
- package/src/apps/anthropic-api.json +9 -4
- package/src/apps/api-sports.json +180 -0
- package/src/apps/apple-search-ads.json +266 -0
- package/src/apps/auth0.json +126 -0
- package/src/apps/awin.json +111 -0
- package/src/apps/aws-codebuild.json +139 -0
- package/src/apps/aws-mediaconvert.json +196 -0
- package/src/apps/aws-s3.json +108 -192
- package/src/apps/aws-ses.json +666 -303
- package/src/apps/aws-sns.json +128 -106
- package/src/apps/azure-container-apps.json +116 -0
- package/src/apps/backblaze-b2.json +175 -0
- package/src/apps/bamboohr.json +303 -0
- package/src/apps/basiq.json +308 -0
- package/src/apps/bigcommerce.json +366 -0
- package/src/apps/bigquery.json +121 -0
- package/src/apps/binance-trading.json +7 -4
- package/src/apps/bing-webmaster-tools.json +158 -0
- package/src/apps/bitbucket.json +163 -0
- package/src/apps/blacksmith.json +81 -0
- package/src/apps/bls.json +104 -0
- package/src/apps/bluesky.json +74 -0
- package/src/apps/braze.json +103 -0
- package/src/apps/brevo.json +4 -1
- package/src/apps/brightdata.json +94 -0
- package/src/apps/browserbase.json +237 -0
- package/src/apps/bscscan.json +150 -0
- package/src/apps/buffer.json +121 -0
- package/src/apps/buildjet.json +80 -0
- package/src/apps/builtwith.json +101 -0
- package/src/apps/bunny-cdn.json +104 -0
- package/src/apps/bunny-stream.json +205 -3
- package/src/apps/byrd.json +585 -0
- package/src/apps/calendly.json +10 -7
- package/src/apps/campaign-manager-360.json +264 -0
- package/src/apps/capturekit.json +51 -0
- package/src/apps/circleci.json +212 -0
- package/src/apps/cirrus-runners.json +75 -0
- package/src/apps/cj-affiliate.json +101 -0
- package/src/apps/cjdropshipping.json +278 -0
- package/src/apps/clerk.json +153 -0
- package/src/apps/cloudflare-containers.json +98 -0
- package/src/apps/cloudflare-r2.json +180 -0
- package/src/apps/cloudflare.json +474 -157
- package/src/apps/cloudinary.json +119 -97
- package/src/apps/coconut.json +94 -0
- package/src/apps/contentful.json +157 -0
- package/src/apps/criteo.json +222 -0
- package/src/apps/crunchbase.json +104 -0
- package/src/apps/customer-io.json +106 -0
- package/src/apps/databricks.json +94 -0
- package/src/apps/deepgram.json +3 -0
- package/src/apps/deepl.json +113 -0
- package/src/apps/deepseek.json +5 -2
- package/src/apps/depot.json +102 -0
- package/src/apps/digitalocean-spaces.json +121 -0
- package/src/apps/digitalocean.json +115 -0
- package/src/apps/discord.json +90 -1
- package/src/apps/docker-build-cloud.json +68 -0
- package/src/apps/duffel.json +193 -77
- package/src/apps/dux-soup.json +4 -1
- package/src/apps/dv360.json +287 -0
- package/src/apps/earthly-cloud.json +84 -0
- package/src/apps/eia.json +121 -0
- package/src/apps/elasticsearch.json +282 -0
- package/src/apps/elevenlabs.json +336 -192
- package/src/apps/etherscan.json +162 -0
- package/src/apps/etsy.json +484 -0
- package/src/apps/eventbrite-events.json +5 -2
- package/src/apps/exa.json +101 -0
- package/src/apps/facebook-ads.json +3 -3
- package/src/apps/facebook-api.json +1484 -37
- package/src/apps/finnhub.json +232 -0
- package/src/apps/flightapi.json +248 -0
- package/src/apps/fly-io.json +134 -0
- package/src/apps/fred.json +156 -0
- package/src/apps/gdelt.json +96 -0
- package/src/apps/gelato.json +123 -0
- package/src/apps/gemini.json +143 -49
- package/src/apps/getscreenshot.json +52 -0
- package/src/apps/github.json +355 -39
- package/src/apps/gmail.json +151 -2
- package/src/apps/gnews.json +71 -0
- package/src/apps/google-analytics.json +311 -0
- package/src/apps/google-cloud-storage.json +484 -0
- package/src/apps/google-docs.json +2 -2
- package/src/apps/google-drive.json +2 -2
- package/src/apps/google-places.json +127 -0
- package/src/apps/google-search-console.json +126 -0
- package/src/apps/google-sheets.json +2 -2
- package/src/apps/grafana-cloud.json +98 -0
- package/src/apps/groq.json +119 -0
- package/src/apps/hetzner-object-storage.json +177 -0
- package/src/apps/hetzner.json +255 -367
- package/src/apps/heygen.json +828 -141
- package/src/apps/hive-fulfillment.json +559 -0
- package/src/apps/hotjar.json +91 -0
- package/src/apps/huawei-cloud.json +189 -0
- package/src/apps/huboo.json +286 -0
- package/src/apps/hubspot.json +253 -637
- package/src/apps/huggingface.json +5 -2
- package/src/apps/hunter.json +5 -2
- package/src/apps/hyperbrowser.json +205 -0
- package/src/apps/idrive-e2.json +128 -0
- package/src/apps/impact.json +106 -0
- package/src/apps/instagram-api.json +185 -11
- package/src/apps/instantly.json +169 -0
- package/src/apps/ionos.json +250 -0
- package/src/apps/{learning-platform.json → kalio.json} +162 -3
- package/src/apps/kalshi.json +144 -0
- package/src/apps/keywords-everywhere.json +86 -0
- package/src/apps/kickbox.json +71 -0
- package/src/apps/launchdarkly.json +111 -0
- package/src/apps/leadbyte.json +600 -0
- package/src/apps/leadfeeder.json +89 -0
- package/src/apps/lemlist.json +109 -0
- package/src/apps/linkedin-ads.json +279 -0
- package/src/apps/linkedin.json +96 -2
- package/src/apps/linode-object-storage.json +183 -0
- package/src/apps/linode.json +160 -0
- package/src/apps/lnk-bio.json +5 -2
- package/src/apps/loom.json +5 -2
- package/src/apps/lusha.json +104 -0
- package/src/apps/magalu-cloud.json +187 -0
- package/src/apps/majestic.json +117 -0
- package/src/apps/manifold-markets.json +144 -0
- package/src/apps/mapbox.json +118 -0
- package/src/apps/microsoft-ads.json +246 -0
- package/src/apps/microsoft-onedrive.json +380 -0
- package/src/apps/microsoft-teams.json +315 -96
- package/src/apps/millionverifier.json +85 -0
- package/src/apps/mindee.json +246 -0
- package/src/apps/miro.json +138 -0
- package/src/apps/mistral.json +129 -0
- package/src/apps/mixpanel.json +95 -0
- package/src/apps/moz.json +127 -0
- package/src/apps/mux.json +201 -0
- package/src/apps/namecheap.json +321 -123
- package/src/apps/namespace-cloud.json +84 -0
- package/src/apps/naver-cloud.json +184 -0
- package/src/apps/neon.json +122 -0
- package/src/apps/netlify.json +124 -0
- package/src/apps/neverbounce.json +92 -0
- package/src/apps/newrelic.json +80 -0
- package/src/apps/newsapi.json +86 -0
- package/src/apps/ngrok.json +29 -0
- package/src/apps/nixbuild.json +116 -0
- package/src/apps/northflank.json +161 -0
- package/src/apps/notion.json +3 -0
- package/src/apps/okta.json +131 -0
- package/src/apps/omnikit-analytics.json +73 -1
- package/src/apps/omnikit-api-gateway.json +74 -2
- package/src/apps/omnikit-billing.json +73 -1
- package/src/apps/omnikit-cms.json +73 -1
- package/src/apps/omnikit-code-ops.json +76 -4
- package/src/apps/omnikit-functions.json +74 -2
- package/src/apps/omnikit-intelligence.json +176 -33
- package/src/apps/omnikit-management.json +73 -1
- package/src/apps/omnikit-media.json +73 -1
- package/src/apps/omnikit-messaging.json +72 -0
- package/src/apps/omnikit-redirects.json +73 -1
- package/src/apps/omnikit-sites.json +325 -66
- package/src/apps/omnikit-storage.json +104 -7
- package/src/apps/omnikit-webhooks.json +73 -1
- package/src/apps/omnikit-workflows.json +73 -1
- package/src/apps/onesignal.json +108 -0
- package/src/apps/openai-api.json +176 -30
- package/src/apps/openai-codex.json +187 -0
- package/src/apps/opencode-go.json +113 -0
- package/src/apps/optinmonster.json +7 -4
- package/src/apps/outlook-calendar.json +350 -0
- package/src/apps/outlook-mail.json +337 -0
- package/src/apps/outscraper.json +118 -0
- package/src/apps/ovhcloud.json +209 -0
- package/src/apps/paddle.json +170 -0
- package/src/apps/pagerduty.json +151 -0
- package/src/apps/partnerstack.json +118 -0
- package/src/apps/perplexity.json +37 -0
- package/src/apps/phantombuster.json +85 -0
- package/src/apps/pinecone.json +129 -0
- package/src/apps/pinterest-ads.json +261 -0
- package/src/apps/pinterest.json +217 -0
- package/src/apps/planetscale.json +139 -0
- package/src/apps/polygonscan.json +157 -0
- package/src/apps/polymarket-clob.json +184 -0
- package/src/apps/polymarket-data.json +153 -0
- package/src/apps/porkbun.json +609 -145
- package/src/apps/posthog.json +107 -0
- package/src/apps/pushover.json +28 -0
- package/src/apps/quora-ads.json +251 -0
- package/src/apps/railway.json +57 -0
- package/src/apps/reddit-ads.json +238 -0
- package/src/apps/reddit.json +274 -0
- package/src/apps/render.json +124 -0
- package/src/apps/replicate.json +5 -2
- package/src/apps/reply-io.json +111 -0
- package/src/apps/resend.json +110 -0
- package/src/apps/ringover.json +1144 -0
- package/src/apps/rocketreach.json +158 -0
- package/src/apps/rollbar.json +88 -0
- package/src/apps/runs-on.json +70 -0
- package/src/apps/sanity.json +89 -0
- package/src/apps/scaleway-object-storage.json +175 -0
- package/src/apps/scrapingbee.json +75 -0
- package/src/apps/screenshotlayer.json +49 -0
- package/src/apps/screenshotmachine.json +49 -0
- package/src/apps/se-ranking.json +239 -0
- package/src/apps/seamless-ai.json +91 -0
- package/src/apps/sec-edgar.json +107 -0
- package/src/apps/segment.json +104 -0
- package/src/apps/semrush.json +153 -0
- package/src/apps/sentry.json +109 -0
- package/src/apps/serpapi.json +95 -0
- package/src/apps/serper.json +139 -0
- package/src/apps/shareasale.json +130 -0
- package/src/apps/skimlinks.json +48 -0
- package/src/apps/slack.json +101 -0
- package/src/apps/smartlead.json +146 -0
- package/src/apps/snapchat-ads.json +238 -0
- package/src/apps/snaprender.json +64 -0
- package/src/apps/snowflake.json +70 -0
- package/src/apps/snyk.json +108 -0
- package/src/apps/socialcast.json +74 -8
- package/src/apps/sovrn.json +125 -0
- package/src/apps/spotify-ads.json +231 -0
- package/src/apps/steel.json +239 -0
- package/src/apps/stocktwits.json +120 -0
- package/src/apps/stripe.json +153 -0
- package/src/apps/target-circle.json +348 -0
- package/src/apps/tavily.json +104 -0
- package/src/apps/tavus.json +403 -0
- package/src/apps/telegram.json +5 -2
- package/src/apps/teller.json +187 -0
- package/src/apps/tencent-cloud.json +214 -0
- package/src/apps/tennis-abstract.json +108 -0
- package/src/apps/the-odds-api.json +132 -0
- package/src/apps/the-sports-db.json +163 -0
- package/src/apps/tiktok-ads.json +295 -0
- package/src/apps/tiktok-api.json +181 -7
- package/src/apps/together.json +5 -2
- package/src/apps/trade-desk.json +237 -0
- package/src/apps/trading212.json +26 -29
- package/src/apps/transloadit.json +138 -0
- package/src/apps/truelayer.json +318 -0
- package/src/apps/twilio.json +313 -42
- package/src/apps/twitter-api.json +216 -33
- package/src/apps/ubicloud.json +82 -0
- package/src/apps/uplead.json +105 -0
- package/src/apps/upstash.json +90 -0
- package/src/apps/valueserp.json +63 -0
- package/src/apps/venice-ai.json +685 -0
- package/src/apps/vercel.json +137 -0
- package/src/apps/wappalyzer.json +65 -0
- package/src/apps/wasabi.json +175 -0
- package/src/apps/whale-alert.json +74 -0
- package/src/apps/whatsapp-business.json +131 -0
- package/src/apps/wikipedia.json +112 -0
- package/src/apps/workos.json +123 -0
- package/src/apps/yahoo-dsp.json +265 -0
- package/src/apps/yahoo-finance.json +60 -0
- package/src/apps/youtube-api.json +520 -142
- package/src/apps/zenrows.json +47 -0
- package/src/apps/zenserp.json +99 -0
- package/src/apps/zerobounce.json +80 -0
package/src/apps/porkbun.json
CHANGED
|
@@ -1,85 +1,98 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slug": "porkbun",
|
|
3
3
|
"name": "Porkbun",
|
|
4
|
-
"description": "Porkbun domain registrar
|
|
5
|
-
"logo": "https://
|
|
4
|
+
"description": "Porkbun domain registrar \u2014 register and manage domains, DNS records, nameservers, URL forwarding, glue records, and SSL certificates. Authenticates via X-API-Key + X-Secret-API-Key headers.",
|
|
5
|
+
"logo": "https://porkbun.com/static/img/favicon-32x32.png",
|
|
6
6
|
"categories": [
|
|
7
7
|
"dns",
|
|
8
8
|
"domains",
|
|
9
9
|
"registrar",
|
|
10
10
|
"porkbun"
|
|
11
11
|
],
|
|
12
|
-
"base_url": "https://api.porkbun.com/api",
|
|
12
|
+
"base_url": "https://api.porkbun.com/api/json/v3",
|
|
13
13
|
"auth": {
|
|
14
14
|
"types": [
|
|
15
|
-
"
|
|
15
|
+
"api_key"
|
|
16
16
|
],
|
|
17
17
|
"headers": {
|
|
18
|
-
"
|
|
18
|
+
"X-API-Key": "{{api_key}}",
|
|
19
|
+
"X-Secret-API-Key": "{{secret_api_key}}",
|
|
20
|
+
"Content-Type": "application/json"
|
|
19
21
|
},
|
|
20
22
|
"credential_fields": [
|
|
21
23
|
{
|
|
22
|
-
"name": "
|
|
23
|
-
"label": "
|
|
24
|
-
"description": "Porkbun API key (
|
|
24
|
+
"name": "api_key",
|
|
25
|
+
"label": "API Key",
|
|
26
|
+
"description": "Porkbun API key (starts with 'pk1_'). Generate at https://porkbun.com/account/api. Must be enabled per-domain unless you tick 'Enable API Access' on each domain in your control panel.",
|
|
27
|
+
"required": true,
|
|
28
|
+
"type": "password"
|
|
25
29
|
},
|
|
26
30
|
{
|
|
27
|
-
"name": "
|
|
28
|
-
"label": "
|
|
29
|
-
"description": "Porkbun secret API key (generated alongside the API key
|
|
31
|
+
"name": "secret_api_key",
|
|
32
|
+
"label": "Secret API Key",
|
|
33
|
+
"description": "Porkbun secret API key (starts with 'sk1_'), generated alongside the API key.",
|
|
34
|
+
"required": true,
|
|
35
|
+
"type": "password"
|
|
30
36
|
}
|
|
31
37
|
]
|
|
32
38
|
},
|
|
33
39
|
"tools": [
|
|
34
40
|
{
|
|
35
41
|
"name": "ping",
|
|
36
|
-
"description": "Test
|
|
37
|
-
"method": "
|
|
38
|
-
"path": "/
|
|
42
|
+
"description": "Test API credentials and return the caller's public IP. Returns { status, yourIp, credentialsValid }. Use this to verify credentials are working before making other calls.",
|
|
43
|
+
"method": "GET",
|
|
44
|
+
"path": "/ping",
|
|
39
45
|
"input_schema": {
|
|
40
46
|
"type": "object",
|
|
41
47
|
"properties": {}
|
|
42
48
|
}
|
|
43
49
|
},
|
|
44
50
|
{
|
|
45
|
-
"name": "
|
|
46
|
-
"description": "
|
|
47
|
-
"method": "
|
|
48
|
-
"path": "/
|
|
51
|
+
"name": "get_pricing",
|
|
52
|
+
"description": "Public domain pricing across all TLDs Porkbun sells. No credentials required, but cheapest to call once and cache \u2014 pricing rarely changes intra-day. Returns a map of TLD \u2192 { registration, renewal, transfer } prices.",
|
|
53
|
+
"method": "GET",
|
|
54
|
+
"path": "/pricing/get",
|
|
49
55
|
"input_schema": {
|
|
50
56
|
"type": "object",
|
|
51
|
-
"properties": {
|
|
52
|
-
"domain": {
|
|
53
|
-
"type": "string",
|
|
54
|
-
"description": "The domain name to check (e.g. 'example.com')"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"required": [
|
|
58
|
-
"domain"
|
|
59
|
-
]
|
|
57
|
+
"properties": {}
|
|
60
58
|
}
|
|
61
59
|
},
|
|
62
60
|
{
|
|
63
61
|
"name": "list_domains",
|
|
64
|
-
"description": "
|
|
62
|
+
"description": "Paginated list of all domains in the account, ordered by expiration date ascending. Returns up to 1000 per page; paginate by incrementing 'start' by 1000. Empty domains array means you've reached the end.",
|
|
65
63
|
"method": "POST",
|
|
66
|
-
"path": "/
|
|
64
|
+
"path": "/domain/listAll",
|
|
67
65
|
"input_schema": {
|
|
68
66
|
"type": "object",
|
|
69
|
-
"properties": {
|
|
67
|
+
"properties": {
|
|
68
|
+
"start": {
|
|
69
|
+
"type": "integer",
|
|
70
|
+
"description": "Pagination offset (multiples of 1000)",
|
|
71
|
+
"default": 0
|
|
72
|
+
},
|
|
73
|
+
"includeLabels": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"enum": [
|
|
76
|
+
"yes",
|
|
77
|
+
"no"
|
|
78
|
+
],
|
|
79
|
+
"description": "Include user-defined labels in the response",
|
|
80
|
+
"default": "no"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
70
83
|
}
|
|
71
84
|
},
|
|
72
85
|
{
|
|
73
|
-
"name": "
|
|
74
|
-
"description": "
|
|
86
|
+
"name": "check_availability",
|
|
87
|
+
"description": "Check whether a domain is available for registration and return its price. Counts against your daily availability-check quota.",
|
|
75
88
|
"method": "POST",
|
|
76
|
-
"path": "/
|
|
89
|
+
"path": "/domain/checkDomain/{domain}",
|
|
77
90
|
"input_schema": {
|
|
78
91
|
"type": "object",
|
|
79
92
|
"properties": {
|
|
80
93
|
"domain": {
|
|
81
94
|
"type": "string",
|
|
82
|
-
"description": "
|
|
95
|
+
"description": "Fully-qualified domain name to check (e.g. example.com)"
|
|
83
96
|
}
|
|
84
97
|
},
|
|
85
98
|
"required": [
|
|
@@ -89,57 +102,61 @@
|
|
|
89
102
|
},
|
|
90
103
|
{
|
|
91
104
|
"name": "register_domain",
|
|
92
|
-
"description": "Register a new domain
|
|
105
|
+
"description": "Register a new domain. \u26a0\ufe0f This SPENDS REAL MONEY against your account balance. The price is whatever get_pricing currently returns for the TLD. Make sure to confirm with the user before calling.",
|
|
93
106
|
"method": "POST",
|
|
94
|
-
"path": "/
|
|
107
|
+
"path": "/domain/create/{domain}",
|
|
95
108
|
"input_schema": {
|
|
96
109
|
"type": "object",
|
|
97
110
|
"properties": {
|
|
98
111
|
"domain": {
|
|
99
|
-
"type": "string"
|
|
100
|
-
"description": "The domain name to register (e.g. 'example.com')"
|
|
112
|
+
"type": "string"
|
|
101
113
|
},
|
|
102
|
-
"
|
|
114
|
+
"years": {
|
|
103
115
|
"type": "integer",
|
|
104
|
-
"description": "
|
|
116
|
+
"description": "Number of years to register (1-10)",
|
|
117
|
+
"default": 1
|
|
105
118
|
},
|
|
106
|
-
"
|
|
119
|
+
"coupon": {
|
|
107
120
|
"type": "string",
|
|
108
|
-
"description": "
|
|
109
|
-
"default": "yes"
|
|
121
|
+
"description": "Optional coupon code"
|
|
110
122
|
},
|
|
111
|
-
"
|
|
112
|
-
"type": "
|
|
113
|
-
"
|
|
114
|
-
|
|
123
|
+
"renewAuto": {
|
|
124
|
+
"type": "string",
|
|
125
|
+
"enum": [
|
|
126
|
+
"yes",
|
|
127
|
+
"no"
|
|
128
|
+
],
|
|
129
|
+
"description": "Enable auto-renewal",
|
|
130
|
+
"default": "yes"
|
|
115
131
|
},
|
|
116
|
-
"
|
|
117
|
-
"type": "
|
|
118
|
-
"
|
|
119
|
-
|
|
132
|
+
"whoisPrivacy": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"enum": [
|
|
135
|
+
"yes",
|
|
136
|
+
"no"
|
|
137
|
+
],
|
|
138
|
+
"description": "Enable WHOIS privacy (free with all Porkbun registrations)",
|
|
139
|
+
"default": "yes"
|
|
120
140
|
}
|
|
121
141
|
},
|
|
122
142
|
"required": [
|
|
123
|
-
"domain"
|
|
124
|
-
"cost"
|
|
143
|
+
"domain"
|
|
125
144
|
]
|
|
126
145
|
}
|
|
127
146
|
},
|
|
128
147
|
{
|
|
129
148
|
"name": "renew_domain",
|
|
130
|
-
"description": "Renew
|
|
149
|
+
"description": "Renew a domain for the specified number of years. \u26a0\ufe0f Spends account balance.",
|
|
131
150
|
"method": "POST",
|
|
132
|
-
"path": "/
|
|
151
|
+
"path": "/domain/renew/{domain}",
|
|
133
152
|
"input_schema": {
|
|
134
153
|
"type": "object",
|
|
135
154
|
"properties": {
|
|
136
155
|
"domain": {
|
|
137
|
-
"type": "string"
|
|
138
|
-
"description": "The domain name to renew (e.g. 'example.com')"
|
|
156
|
+
"type": "string"
|
|
139
157
|
},
|
|
140
158
|
"years": {
|
|
141
159
|
"type": "integer",
|
|
142
|
-
"description": "Number of years to renew for (1-10)",
|
|
143
160
|
"default": 1
|
|
144
161
|
}
|
|
145
162
|
},
|
|
@@ -149,16 +166,89 @@
|
|
|
149
166
|
}
|
|
150
167
|
},
|
|
151
168
|
{
|
|
152
|
-
"name": "
|
|
153
|
-
"description": "
|
|
169
|
+
"name": "transfer_domain",
|
|
170
|
+
"description": "Initiate a domain transfer in to Porkbun. \u26a0\ufe0f Spends account balance (transfer price).",
|
|
171
|
+
"method": "POST",
|
|
172
|
+
"path": "/domain/transfer/{domain}",
|
|
173
|
+
"input_schema": {
|
|
174
|
+
"type": "object",
|
|
175
|
+
"properties": {
|
|
176
|
+
"domain": {
|
|
177
|
+
"type": "string"
|
|
178
|
+
},
|
|
179
|
+
"authcode": {
|
|
180
|
+
"type": "string",
|
|
181
|
+
"description": "EPP/auth code from the losing registrar"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"required": [
|
|
185
|
+
"domain",
|
|
186
|
+
"authcode"
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "get_transfer_status",
|
|
192
|
+
"description": "Status of a single in-progress domain transfer.",
|
|
193
|
+
"method": "GET",
|
|
194
|
+
"path": "/domain/getTransfer/{domain}",
|
|
195
|
+
"input_schema": {
|
|
196
|
+
"type": "object",
|
|
197
|
+
"properties": {
|
|
198
|
+
"domain": {
|
|
199
|
+
"type": "string"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"required": [
|
|
203
|
+
"domain"
|
|
204
|
+
]
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "list_transfers",
|
|
209
|
+
"description": "List all active domain transfers on the account.",
|
|
210
|
+
"method": "GET",
|
|
211
|
+
"path": "/domain/listTransfers",
|
|
212
|
+
"input_schema": {
|
|
213
|
+
"type": "object",
|
|
214
|
+
"properties": {}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "update_auto_renew",
|
|
219
|
+
"description": "Enable or disable auto-renewal for a domain.",
|
|
154
220
|
"method": "POST",
|
|
155
|
-
"path": "/
|
|
221
|
+
"path": "/domain/updateAutoRenew/{domain}",
|
|
156
222
|
"input_schema": {
|
|
157
223
|
"type": "object",
|
|
158
224
|
"properties": {
|
|
159
225
|
"domain": {
|
|
226
|
+
"type": "string"
|
|
227
|
+
},
|
|
228
|
+
"renewAuto": {
|
|
160
229
|
"type": "string",
|
|
161
|
-
"
|
|
230
|
+
"enum": [
|
|
231
|
+
"yes",
|
|
232
|
+
"no"
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"required": [
|
|
237
|
+
"domain",
|
|
238
|
+
"renewAuto"
|
|
239
|
+
]
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "get_nameservers",
|
|
244
|
+
"description": "Get the authoritative nameservers currently set on a domain.",
|
|
245
|
+
"method": "GET",
|
|
246
|
+
"path": "/domain/getNs/{domain}",
|
|
247
|
+
"input_schema": {
|
|
248
|
+
"type": "object",
|
|
249
|
+
"properties": {
|
|
250
|
+
"domain": {
|
|
251
|
+
"type": "string"
|
|
162
252
|
}
|
|
163
253
|
},
|
|
164
254
|
"required": [
|
|
@@ -168,22 +258,21 @@
|
|
|
168
258
|
},
|
|
169
259
|
{
|
|
170
260
|
"name": "update_nameservers",
|
|
171
|
-
"description": "
|
|
261
|
+
"description": "Replace a domain's nameservers with the supplied list (1-13 entries). Setting nameservers to anything other than Porkbun's DNS effectively disables DNS-record management for that domain.",
|
|
172
262
|
"method": "POST",
|
|
173
|
-
"path": "/
|
|
263
|
+
"path": "/domain/updateNs/{domain}",
|
|
174
264
|
"input_schema": {
|
|
175
265
|
"type": "object",
|
|
176
266
|
"properties": {
|
|
177
267
|
"domain": {
|
|
178
|
-
"type": "string"
|
|
179
|
-
"description": "The domain name to update nameservers for (e.g. 'example.com')"
|
|
268
|
+
"type": "string"
|
|
180
269
|
},
|
|
181
270
|
"ns": {
|
|
182
271
|
"type": "array",
|
|
183
272
|
"items": {
|
|
184
273
|
"type": "string"
|
|
185
274
|
},
|
|
186
|
-
"description": "
|
|
275
|
+
"description": "Nameserver hostnames (e.g. ['ns1.example.com', 'ns2.example.com'])"
|
|
187
276
|
}
|
|
188
277
|
},
|
|
189
278
|
"required": [
|
|
@@ -193,16 +282,111 @@
|
|
|
193
282
|
}
|
|
194
283
|
},
|
|
195
284
|
{
|
|
196
|
-
"name": "
|
|
197
|
-
"description": "
|
|
285
|
+
"name": "get_glue_records",
|
|
286
|
+
"description": "List all glue records (in-bailiwick A/AAAA records published in the parent zone) for a domain.",
|
|
287
|
+
"method": "GET",
|
|
288
|
+
"path": "/domain/getGlue/{domain}",
|
|
289
|
+
"input_schema": {
|
|
290
|
+
"type": "object",
|
|
291
|
+
"properties": {
|
|
292
|
+
"domain": {
|
|
293
|
+
"type": "string"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"required": [
|
|
297
|
+
"domain"
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "create_glue_record",
|
|
303
|
+
"description": "Create a glue record on a subdomain (required when running your own nameservers like ns1.example.com from inside example.com).",
|
|
198
304
|
"method": "POST",
|
|
199
|
-
"path": "/
|
|
305
|
+
"path": "/domain/createGlue/{domain}/{subdomain}",
|
|
200
306
|
"input_schema": {
|
|
201
307
|
"type": "object",
|
|
202
308
|
"properties": {
|
|
203
309
|
"domain": {
|
|
310
|
+
"type": "string"
|
|
311
|
+
},
|
|
312
|
+
"subdomain": {
|
|
204
313
|
"type": "string",
|
|
205
|
-
"description": "
|
|
314
|
+
"description": "Subdomain only (e.g. 'ns1' for ns1.example.com)"
|
|
315
|
+
},
|
|
316
|
+
"ips": {
|
|
317
|
+
"type": "array",
|
|
318
|
+
"items": {
|
|
319
|
+
"type": "string"
|
|
320
|
+
},
|
|
321
|
+
"description": "IPv4 and/or IPv6 addresses for the glue record"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"required": [
|
|
325
|
+
"domain",
|
|
326
|
+
"subdomain",
|
|
327
|
+
"ips"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "update_glue_record",
|
|
333
|
+
"description": "Update the IPs on an existing glue record.",
|
|
334
|
+
"method": "POST",
|
|
335
|
+
"path": "/domain/updateGlue/{domain}/{subdomain}",
|
|
336
|
+
"input_schema": {
|
|
337
|
+
"type": "object",
|
|
338
|
+
"properties": {
|
|
339
|
+
"domain": {
|
|
340
|
+
"type": "string"
|
|
341
|
+
},
|
|
342
|
+
"subdomain": {
|
|
343
|
+
"type": "string"
|
|
344
|
+
},
|
|
345
|
+
"ips": {
|
|
346
|
+
"type": "array",
|
|
347
|
+
"items": {
|
|
348
|
+
"type": "string"
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"required": [
|
|
353
|
+
"domain",
|
|
354
|
+
"subdomain",
|
|
355
|
+
"ips"
|
|
356
|
+
]
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "delete_glue_record",
|
|
361
|
+
"description": "Delete a glue record.",
|
|
362
|
+
"method": "POST",
|
|
363
|
+
"path": "/domain/deleteGlue/{domain}/{subdomain}",
|
|
364
|
+
"input_schema": {
|
|
365
|
+
"type": "object",
|
|
366
|
+
"properties": {
|
|
367
|
+
"domain": {
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
"subdomain": {
|
|
371
|
+
"type": "string"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"required": [
|
|
375
|
+
"domain",
|
|
376
|
+
"subdomain"
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "list_dns_records",
|
|
382
|
+
"description": "Retrieve all DNS records for a domain. Returns an array of records each with id, name (FQDN), type, content, ttl, prio, notes.",
|
|
383
|
+
"method": "GET",
|
|
384
|
+
"path": "/dns/retrieve/{domain}",
|
|
385
|
+
"input_schema": {
|
|
386
|
+
"type": "object",
|
|
387
|
+
"properties": {
|
|
388
|
+
"domain": {
|
|
389
|
+
"type": "string"
|
|
206
390
|
}
|
|
207
391
|
},
|
|
208
392
|
"required": [
|
|
@@ -210,52 +394,115 @@
|
|
|
210
394
|
]
|
|
211
395
|
}
|
|
212
396
|
},
|
|
397
|
+
{
|
|
398
|
+
"name": "get_dns_record",
|
|
399
|
+
"description": "Retrieve a single DNS record by its numeric record ID.",
|
|
400
|
+
"method": "GET",
|
|
401
|
+
"path": "/dns/retrieve/{domain}/{id}",
|
|
402
|
+
"input_schema": {
|
|
403
|
+
"type": "object",
|
|
404
|
+
"properties": {
|
|
405
|
+
"domain": {
|
|
406
|
+
"type": "string"
|
|
407
|
+
},
|
|
408
|
+
"id": {
|
|
409
|
+
"type": "string",
|
|
410
|
+
"description": "DNS record ID (returned by list_dns_records)"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"required": [
|
|
414
|
+
"domain",
|
|
415
|
+
"id"
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "list_dns_records_by_type",
|
|
421
|
+
"description": "Retrieve DNS records filtered by name and type. Useful for fetching e.g. all MX records or the A record for a specific subdomain without paging through all records.",
|
|
422
|
+
"method": "GET",
|
|
423
|
+
"path": "/dns/retrieveByNameType/{domain}/{type}/{subdomain}",
|
|
424
|
+
"input_schema": {
|
|
425
|
+
"type": "object",
|
|
426
|
+
"properties": {
|
|
427
|
+
"domain": {
|
|
428
|
+
"type": "string"
|
|
429
|
+
},
|
|
430
|
+
"type": {
|
|
431
|
+
"type": "string",
|
|
432
|
+
"enum": [
|
|
433
|
+
"A",
|
|
434
|
+
"AAAA",
|
|
435
|
+
"MX",
|
|
436
|
+
"CNAME",
|
|
437
|
+
"ALIAS",
|
|
438
|
+
"TXT",
|
|
439
|
+
"NS",
|
|
440
|
+
"SRV",
|
|
441
|
+
"TLSA",
|
|
442
|
+
"CAA",
|
|
443
|
+
"HTTPS",
|
|
444
|
+
"SVCB"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"subdomain": {
|
|
448
|
+
"type": "string",
|
|
449
|
+
"description": "Subdomain part only ('' for root, 'www' for www.example.com)"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"required": [
|
|
453
|
+
"domain",
|
|
454
|
+
"type"
|
|
455
|
+
]
|
|
456
|
+
}
|
|
457
|
+
},
|
|
213
458
|
{
|
|
214
459
|
"name": "create_dns_record",
|
|
215
|
-
"description": "Create a new DNS record
|
|
460
|
+
"description": "Create a new DNS record. Returns { status, id }. To create a record at the apex (root), set name to ''.",
|
|
216
461
|
"method": "POST",
|
|
217
|
-
"path": "/
|
|
462
|
+
"path": "/dns/create/{domain}",
|
|
218
463
|
"input_schema": {
|
|
219
464
|
"type": "object",
|
|
220
465
|
"properties": {
|
|
221
466
|
"domain": {
|
|
222
|
-
"type": "string"
|
|
223
|
-
"description": "The domain name to create the record for (e.g. 'example.com')"
|
|
467
|
+
"type": "string"
|
|
224
468
|
},
|
|
225
469
|
"name": {
|
|
226
470
|
"type": "string",
|
|
227
|
-
"description": "
|
|
471
|
+
"description": "Subdomain only (e.g. 'www', 'mail'). Use '' for the apex record. Do NOT include the parent domain."
|
|
228
472
|
},
|
|
229
473
|
"type": {
|
|
230
474
|
"type": "string",
|
|
231
|
-
"description": "DNS record type",
|
|
232
475
|
"enum": [
|
|
233
476
|
"A",
|
|
234
477
|
"AAAA",
|
|
235
|
-
"CNAME",
|
|
236
478
|
"MX",
|
|
479
|
+
"CNAME",
|
|
480
|
+
"ALIAS",
|
|
237
481
|
"TXT",
|
|
238
|
-
"SRV",
|
|
239
482
|
"NS",
|
|
240
|
-
"
|
|
483
|
+
"SRV",
|
|
484
|
+
"TLSA",
|
|
241
485
|
"CAA",
|
|
242
486
|
"HTTPS",
|
|
243
|
-
"SVCB"
|
|
244
|
-
"TLSA"
|
|
487
|
+
"SVCB"
|
|
245
488
|
]
|
|
246
489
|
},
|
|
247
490
|
"content": {
|
|
248
491
|
"type": "string",
|
|
249
|
-
"description": "
|
|
492
|
+
"description": "Record value (IP for A/AAAA, target hostname for CNAME/MX, text for TXT, etc.)"
|
|
250
493
|
},
|
|
251
494
|
"ttl": {
|
|
252
|
-
"type": "
|
|
253
|
-
"description": "
|
|
254
|
-
"default": 600
|
|
495
|
+
"type": "string",
|
|
496
|
+
"description": "TTL in seconds (minimum 600)",
|
|
497
|
+
"default": "600"
|
|
255
498
|
},
|
|
256
|
-
"
|
|
257
|
-
"type": "
|
|
258
|
-
"description": "Priority for MX and SRV records
|
|
499
|
+
"prio": {
|
|
500
|
+
"type": "string",
|
|
501
|
+
"description": "Priority \u2014 required for MX and SRV records"
|
|
502
|
+
},
|
|
503
|
+
"notes": {
|
|
504
|
+
"type": "string",
|
|
505
|
+
"description": "Free-form internal note (not published)"
|
|
259
506
|
}
|
|
260
507
|
},
|
|
261
508
|
"required": [
|
|
@@ -266,60 +513,106 @@
|
|
|
266
513
|
}
|
|
267
514
|
},
|
|
268
515
|
{
|
|
269
|
-
"name": "
|
|
270
|
-
"description": "
|
|
516
|
+
"name": "edit_dns_record",
|
|
517
|
+
"description": "Replace a DNS record's contents by ID. Same fields as create_dns_record.",
|
|
271
518
|
"method": "POST",
|
|
272
|
-
"path": "/
|
|
519
|
+
"path": "/dns/edit/{domain}/{id}",
|
|
273
520
|
"input_schema": {
|
|
274
521
|
"type": "object",
|
|
275
522
|
"properties": {
|
|
276
523
|
"domain": {
|
|
277
|
-
"type": "string"
|
|
278
|
-
"description": "The domain name the record belongs to (e.g. 'example.com')"
|
|
524
|
+
"type": "string"
|
|
279
525
|
},
|
|
280
|
-
"
|
|
281
|
-
"type": "string"
|
|
282
|
-
"description": "The ID of the DNS record to update (from list-dns-records)"
|
|
526
|
+
"id": {
|
|
527
|
+
"type": "string"
|
|
283
528
|
},
|
|
284
529
|
"name": {
|
|
285
|
-
"type": "string"
|
|
286
|
-
"description": "The subdomain for the record (e.g. 'www', 'mail'). Leave empty for root domain."
|
|
530
|
+
"type": "string"
|
|
287
531
|
},
|
|
288
532
|
"type": {
|
|
289
533
|
"type": "string",
|
|
290
|
-
"description": "DNS record type",
|
|
291
534
|
"enum": [
|
|
292
535
|
"A",
|
|
293
536
|
"AAAA",
|
|
294
|
-
"CNAME",
|
|
295
537
|
"MX",
|
|
538
|
+
"CNAME",
|
|
539
|
+
"ALIAS",
|
|
296
540
|
"TXT",
|
|
297
|
-
"SRV",
|
|
298
541
|
"NS",
|
|
299
|
-
"
|
|
542
|
+
"SRV",
|
|
543
|
+
"TLSA",
|
|
300
544
|
"CAA",
|
|
301
545
|
"HTTPS",
|
|
302
|
-
"SVCB"
|
|
303
|
-
"TLSA"
|
|
546
|
+
"SVCB"
|
|
304
547
|
]
|
|
305
548
|
},
|
|
306
549
|
"content": {
|
|
550
|
+
"type": "string"
|
|
551
|
+
},
|
|
552
|
+
"ttl": {
|
|
553
|
+
"type": "string"
|
|
554
|
+
},
|
|
555
|
+
"prio": {
|
|
556
|
+
"type": "string"
|
|
557
|
+
},
|
|
558
|
+
"notes": {
|
|
559
|
+
"type": "string"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"required": [
|
|
563
|
+
"domain",
|
|
564
|
+
"id",
|
|
565
|
+
"type",
|
|
566
|
+
"content"
|
|
567
|
+
]
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "edit_dns_records_by_type",
|
|
572
|
+
"description": "Replace ALL records matching a given (subdomain, type) tuple with the supplied content. Useful for atomically swapping e.g. all A records for www.",
|
|
573
|
+
"method": "POST",
|
|
574
|
+
"path": "/dns/editByNameType/{domain}/{type}/{subdomain}",
|
|
575
|
+
"input_schema": {
|
|
576
|
+
"type": "object",
|
|
577
|
+
"properties": {
|
|
578
|
+
"domain": {
|
|
579
|
+
"type": "string"
|
|
580
|
+
},
|
|
581
|
+
"type": {
|
|
307
582
|
"type": "string",
|
|
308
|
-
"
|
|
583
|
+
"enum": [
|
|
584
|
+
"A",
|
|
585
|
+
"AAAA",
|
|
586
|
+
"MX",
|
|
587
|
+
"CNAME",
|
|
588
|
+
"ALIAS",
|
|
589
|
+
"TXT",
|
|
590
|
+
"NS",
|
|
591
|
+
"SRV",
|
|
592
|
+
"TLSA",
|
|
593
|
+
"CAA",
|
|
594
|
+
"HTTPS",
|
|
595
|
+
"SVCB"
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
"subdomain": {
|
|
599
|
+
"type": "string"
|
|
600
|
+
},
|
|
601
|
+
"content": {
|
|
602
|
+
"type": "string"
|
|
309
603
|
},
|
|
310
604
|
"ttl": {
|
|
311
|
-
"type": "
|
|
312
|
-
"description": "Time to live in seconds",
|
|
313
|
-
"default": 600
|
|
605
|
+
"type": "string"
|
|
314
606
|
},
|
|
315
|
-
"
|
|
316
|
-
"type": "
|
|
317
|
-
|
|
607
|
+
"prio": {
|
|
608
|
+
"type": "string"
|
|
609
|
+
},
|
|
610
|
+
"notes": {
|
|
611
|
+
"type": "string"
|
|
318
612
|
}
|
|
319
613
|
},
|
|
320
614
|
"required": [
|
|
321
615
|
"domain",
|
|
322
|
-
"recordId",
|
|
323
616
|
"type",
|
|
324
617
|
"content"
|
|
325
618
|
]
|
|
@@ -327,48 +620,152 @@
|
|
|
327
620
|
},
|
|
328
621
|
{
|
|
329
622
|
"name": "delete_dns_record",
|
|
330
|
-
"description": "Delete a DNS record by
|
|
623
|
+
"description": "Delete a single DNS record by ID. Cannot be undone.",
|
|
331
624
|
"method": "POST",
|
|
332
|
-
"path": "/
|
|
625
|
+
"path": "/dns/delete/{domain}/{id}",
|
|
333
626
|
"input_schema": {
|
|
334
627
|
"type": "object",
|
|
335
628
|
"properties": {
|
|
336
629
|
"domain": {
|
|
337
|
-
"type": "string"
|
|
338
|
-
"description": "The domain name the record belongs to (e.g. 'example.com')"
|
|
630
|
+
"type": "string"
|
|
339
631
|
},
|
|
340
|
-
"
|
|
341
|
-
"type": "string"
|
|
342
|
-
"description": "The ID of the DNS record to delete (from list-dns-records)"
|
|
632
|
+
"id": {
|
|
633
|
+
"type": "string"
|
|
343
634
|
}
|
|
344
635
|
},
|
|
345
636
|
"required": [
|
|
346
637
|
"domain",
|
|
347
|
-
"
|
|
638
|
+
"id"
|
|
348
639
|
]
|
|
349
640
|
}
|
|
350
641
|
},
|
|
351
642
|
{
|
|
352
|
-
"name": "
|
|
353
|
-
"description": "
|
|
643
|
+
"name": "delete_dns_records_by_type",
|
|
644
|
+
"description": "Delete ALL records matching a given (subdomain, type) tuple. Cannot be undone.",
|
|
354
645
|
"method": "POST",
|
|
355
|
-
"path": "/
|
|
646
|
+
"path": "/dns/deleteByNameType/{domain}/{type}/{subdomain}",
|
|
356
647
|
"input_schema": {
|
|
357
648
|
"type": "object",
|
|
358
|
-
"properties": {
|
|
649
|
+
"properties": {
|
|
650
|
+
"domain": {
|
|
651
|
+
"type": "string"
|
|
652
|
+
},
|
|
653
|
+
"type": {
|
|
654
|
+
"type": "string",
|
|
655
|
+
"enum": [
|
|
656
|
+
"A",
|
|
657
|
+
"AAAA",
|
|
658
|
+
"MX",
|
|
659
|
+
"CNAME",
|
|
660
|
+
"ALIAS",
|
|
661
|
+
"TXT",
|
|
662
|
+
"NS",
|
|
663
|
+
"SRV",
|
|
664
|
+
"TLSA",
|
|
665
|
+
"CAA",
|
|
666
|
+
"HTTPS",
|
|
667
|
+
"SVCB"
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
"subdomain": {
|
|
671
|
+
"type": "string"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"required": [
|
|
675
|
+
"domain",
|
|
676
|
+
"type"
|
|
677
|
+
]
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "get_dnssec_records",
|
|
682
|
+
"description": "Retrieve DNSSEC records (DS records) published at the registry for the domain.",
|
|
683
|
+
"method": "GET",
|
|
684
|
+
"path": "/dns/getDnssecRecords/{domain}",
|
|
685
|
+
"input_schema": {
|
|
686
|
+
"type": "object",
|
|
687
|
+
"properties": {
|
|
688
|
+
"domain": {
|
|
689
|
+
"type": "string"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"required": [
|
|
693
|
+
"domain"
|
|
694
|
+
]
|
|
359
695
|
}
|
|
360
696
|
},
|
|
361
697
|
{
|
|
362
|
-
"name": "
|
|
363
|
-
"description": "
|
|
698
|
+
"name": "create_dnssec_record",
|
|
699
|
+
"description": "Add a DNSSEC DS record at the registry. The four fields (keyTag, alg, digestType, digest) come from your authoritative DNS provider.",
|
|
364
700
|
"method": "POST",
|
|
365
|
-
"path": "/
|
|
701
|
+
"path": "/dns/createDnssecRecord/{domain}",
|
|
366
702
|
"input_schema": {
|
|
367
703
|
"type": "object",
|
|
368
704
|
"properties": {
|
|
369
705
|
"domain": {
|
|
706
|
+
"type": "string"
|
|
707
|
+
},
|
|
708
|
+
"keyTag": {
|
|
709
|
+
"type": "string",
|
|
710
|
+
"description": "DNSKEY key tag (decimal)"
|
|
711
|
+
},
|
|
712
|
+
"alg": {
|
|
713
|
+
"type": "string",
|
|
714
|
+
"description": "Algorithm number (e.g. 13 for ECDSAP256SHA256)"
|
|
715
|
+
},
|
|
716
|
+
"digestType": {
|
|
717
|
+
"type": "string",
|
|
718
|
+
"description": "Digest type (1=SHA1, 2=SHA256, 4=SHA384)"
|
|
719
|
+
},
|
|
720
|
+
"digest": {
|
|
370
721
|
"type": "string",
|
|
371
|
-
"description": "
|
|
722
|
+
"description": "Hex-encoded digest"
|
|
723
|
+
},
|
|
724
|
+
"maxSigLife": {
|
|
725
|
+
"type": "string",
|
|
726
|
+
"description": "Optional max signature lifetime in seconds"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"required": [
|
|
730
|
+
"domain",
|
|
731
|
+
"keyTag",
|
|
732
|
+
"alg",
|
|
733
|
+
"digestType",
|
|
734
|
+
"digest"
|
|
735
|
+
]
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "delete_dnssec_record",
|
|
740
|
+
"description": "Remove a DNSSEC DS record by its keyTag.",
|
|
741
|
+
"method": "POST",
|
|
742
|
+
"path": "/dns/deleteDnssecRecord/{domain}/{keytag}",
|
|
743
|
+
"input_schema": {
|
|
744
|
+
"type": "object",
|
|
745
|
+
"properties": {
|
|
746
|
+
"domain": {
|
|
747
|
+
"type": "string"
|
|
748
|
+
},
|
|
749
|
+
"keytag": {
|
|
750
|
+
"type": "string"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"required": [
|
|
754
|
+
"domain",
|
|
755
|
+
"keytag"
|
|
756
|
+
]
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "list_url_forwards",
|
|
761
|
+
"description": "List all URL-forwarding rules for a domain.",
|
|
762
|
+
"method": "GET",
|
|
763
|
+
"path": "/domain/getUrlForwarding/{domain}",
|
|
764
|
+
"input_schema": {
|
|
765
|
+
"type": "object",
|
|
766
|
+
"properties": {
|
|
767
|
+
"domain": {
|
|
768
|
+
"type": "string"
|
|
372
769
|
}
|
|
373
770
|
},
|
|
374
771
|
"required": [
|
|
@@ -378,40 +775,107 @@
|
|
|
378
775
|
},
|
|
379
776
|
{
|
|
380
777
|
"name": "add_url_forward",
|
|
381
|
-
"description": "Add URL
|
|
778
|
+
"description": "Add a URL-forwarding rule from a (sub)domain on this domain to a destination URL.",
|
|
382
779
|
"method": "POST",
|
|
383
|
-
"path": "/
|
|
780
|
+
"path": "/domain/addUrlForward/{domain}",
|
|
384
781
|
"input_schema": {
|
|
385
782
|
"type": "object",
|
|
386
783
|
"properties": {
|
|
387
784
|
"domain": {
|
|
388
|
-
"type": "string"
|
|
389
|
-
"description": "The domain name to add forwarding to (e.g. 'example.com')"
|
|
785
|
+
"type": "string"
|
|
390
786
|
},
|
|
391
787
|
"subdomain": {
|
|
392
788
|
"type": "string",
|
|
393
|
-
"description": "
|
|
789
|
+
"description": "Subdomain to forward from ('' for the apex)"
|
|
394
790
|
},
|
|
395
|
-
"
|
|
791
|
+
"location": {
|
|
396
792
|
"type": "string",
|
|
397
|
-
"description": "
|
|
793
|
+
"description": "Destination URL"
|
|
398
794
|
},
|
|
399
|
-
"
|
|
795
|
+
"type": {
|
|
400
796
|
"type": "string",
|
|
401
|
-
"description": "Type of forwarding: 'temporary' (302), 'permanent' (301), or 'masked' (iframe)",
|
|
402
797
|
"enum": [
|
|
403
798
|
"temporary",
|
|
404
|
-
"permanent"
|
|
405
|
-
|
|
406
|
-
|
|
799
|
+
"permanent"
|
|
800
|
+
],
|
|
801
|
+
"description": "302 (temporary) or 301 (permanent)"
|
|
802
|
+
},
|
|
803
|
+
"includePath": {
|
|
804
|
+
"type": "string",
|
|
805
|
+
"enum": [
|
|
806
|
+
"yes",
|
|
807
|
+
"no"
|
|
808
|
+
],
|
|
809
|
+
"description": "Append the source request path to the destination"
|
|
810
|
+
},
|
|
811
|
+
"wildcard": {
|
|
812
|
+
"type": "string",
|
|
813
|
+
"enum": [
|
|
814
|
+
"yes",
|
|
815
|
+
"no"
|
|
816
|
+
],
|
|
817
|
+
"description": "Apply to all subdomains under the target"
|
|
407
818
|
}
|
|
408
819
|
},
|
|
409
820
|
"required": [
|
|
410
821
|
"domain",
|
|
411
|
-
"
|
|
412
|
-
"
|
|
822
|
+
"location",
|
|
823
|
+
"type",
|
|
824
|
+
"includePath",
|
|
825
|
+
"wildcard"
|
|
413
826
|
]
|
|
414
827
|
}
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "delete_url_forward",
|
|
831
|
+
"description": "Delete a URL-forwarding rule by its numeric ID.",
|
|
832
|
+
"method": "POST",
|
|
833
|
+
"path": "/domain/deleteUrlForward/{domain}/{id}",
|
|
834
|
+
"input_schema": {
|
|
835
|
+
"type": "object",
|
|
836
|
+
"properties": {
|
|
837
|
+
"domain": {
|
|
838
|
+
"type": "string"
|
|
839
|
+
},
|
|
840
|
+
"id": {
|
|
841
|
+
"type": "string"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"required": [
|
|
845
|
+
"domain",
|
|
846
|
+
"id"
|
|
847
|
+
]
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "retrieve_ssl",
|
|
852
|
+
"description": "Retrieve the SSL bundle (certificate chain + private key) for a domain that uses Porkbun-managed DNS. Free Let's Encrypt cert auto-issued by Porkbun. Returns { intermediatecertificate, certificatechain, privatekey, publickey }.",
|
|
853
|
+
"method": "GET",
|
|
854
|
+
"path": "/ssl/retrieve/{domain}",
|
|
855
|
+
"input_schema": {
|
|
856
|
+
"type": "object",
|
|
857
|
+
"properties": {
|
|
858
|
+
"domain": {
|
|
859
|
+
"type": "string"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"required": [
|
|
863
|
+
"domain"
|
|
864
|
+
]
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "get_account_balance",
|
|
869
|
+
"description": "Current account balance (in USD by default). Use before register_domain / renew_domain to verify funds.",
|
|
870
|
+
"method": "GET",
|
|
871
|
+
"path": "/account/balance",
|
|
872
|
+
"input_schema": {
|
|
873
|
+
"type": "object",
|
|
874
|
+
"properties": {}
|
|
875
|
+
}
|
|
415
876
|
}
|
|
416
|
-
]
|
|
417
|
-
|
|
877
|
+
],
|
|
878
|
+
"health_check": {
|
|
879
|
+
"tool": "ping"
|
|
880
|
+
}
|
|
881
|
+
}
|