MCP server

ให้ผู้ช่วย AI ของคุณจัดการโฮสติ้งของคุณ

เซิร์ฟเวอร์ MCP หนึ่งตัวสำหรับบัญชีทั้งหมดของคุณ เชื่อมต่อ Claude Code, Claude Desktop หรือ Cursor เพียงครั้งเดียว ผู้ช่วยของคุณก็สามารถแสดงรายการเว็บไซต์ อ่านบันทึก ซิงประวัติไฟล์กับที่เก็บข้อมูล และปรับใช้ได้ โดยดำเนินการตามสิทธิ์ที่คุณให้ไว้เท่านั้น

เครื่องมือ 65 รายการในวันนี้ แสดงรายการตามที่เซิร์ฟเวอร์มีให้ทุกประการด้านล่างนี้

เชื่อมต่อมัน

สองขั้นตอน โทเค็นนี้คือข้อมูลประจำตัวทั้งหมด ดังนั้นโปรดปฏิบัติต่อโทเค็นนี้เสมือนรหัสผ่าน โดยจะแสดงเพียงครั้งเดียว และคุณสามารถเพิกถอนการเชื่อมต่อรายการหนึ่งได้โดยไม่ต้องยุ่งเกี่ยวกับรายการอื่น

  1. สร้างการเชื่อมต่อ

    ในแดชบอร์ดของคุณ ให้เปิดเครื่องมือ AI ตั้งชื่อการเชื่อมทำความเข้าใจ เลือกไคลเอนต์ของคุณ และทำเครื่องหมายสิ่งที่ทำได้ คุณสามารถให้สิทธิ์ได้เฉพาะสิ่งที่คุณได้รับอนุญาตให้ทำได้เองเท่านั้น

  2. วางค่าคอนฟิกระบบที่ไคลเอนต์ของคุณอ่าน

    แดชบอร์ดจะแสดงการกำหนดค่าสำหรับไคลเอนต์ที่คุณเลือก โดยมีโทเค็นของคุณอยู่แล้ว ไคลเอนต์ทุกตัวจะเชื่อมต่อกับที่อยู่เซิร์ฟเวอร์เดียวกัน:

    https://api.zinndigital.com/v1/mcp

Claude Code

เรียกใช้คำสั่งเดียว หรือวางบล็อกนี้ลงใน .mcp.json ที่ไดเรกทอรีรากของโปรเจกต์ของคุณ บรรทัด "type": "http" เป็นสิ่งจำเป็น หากไม่มี Claude Code จะข้ามเซิร์ฟเวอร์นี้ไป

claude mcp add --transport http zinn https://api.zinndigital.com/v1/mcp \
  --header "Authorization: Bearer zmcp_live_…"
// .mcp.json
{
  "mcpServers": {
    "zinn": {
      "type": "http",
      "url": "https://api.zinndigital.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer zmcp_live_…"
      }
    }
  }
}

Claude Desktop

Claude Desktop เริ่มต้นเซิร์ฟเวอร์ภายในเครื่อง ดังนั้นจึงรัน Zinnector® CLI ฟรีของเราเป็นสะพานเชื่อมไปยังเซิร์ฟเวอร์ที่โฮสต์ไว้ โดยต้องใช้ Node 24 หรือใหม่กว่า โทเค็นจะอยู่ใน env และไม่อยู่ในอาร์กิวเมนต์เด็ดขาด

// claude_desktop_config.json
{
  "mcpServers": {
    "zinn": {
      "command": "npx",
      "args": [
        "-y",
        "zinnector@0.1.4",
        "mcp"
      ],
      "env": {
        "ZINN_MCP_TOKEN": "zmcp_live_…"
      }
    }
  }
}

เคอร์เซอร์

เพิ่มเซิร์ฟเวอร์ลงใน ~/.cursor/mcp.json (หรือ .cursor/mcp.json ในโปรเจกต์) พร้อมระบุที่อยู่และส่วนหัว Authorization

// ~/.cursor/mcp.json
{
  "mcpServers": {
    "zinn": {
      "url": "https://api.zinndigital.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer zmcp_live_…"
      }
    }
  }
}

ไคลเอนต์ MCP อื่นๆ

ไคลเอนต์ใดๆ ที่รองรับเซิร์ฟเวอร์ Streamable HTTP ระยะไกลพร้อมส่วนหัวแบบกำหนดเองสามารถใช้งานได้: ชี้ไปที่ที่อยู่ด้านบนและส่ง Authorization: Bearer พร้อมโทเค็นของคุณ ไคลเอนต์ที่เริ่มเฉพาะเซิร์ฟเวอร์ในเครื่องสามารถใช้บริดจ์ Claude Desktop ได้

ChatGPT เชื่อมต่อกับเซิร์ฟเวอร์ MCP โดยการลงชื่อเข้าใช้ด้วย OAuth เท่านั้น จึงยังไม่สามารถใช้โทเค็นได้ ใช้การเชื่อมต่อเดียวกันกับ Claude Code, Claude Desktop หรือ Cursor

ตรวจสอบว่าใช้งานได้ — สี่คำถาม

ถามคำถามเหล่านี้ด้วยภาษาธรรมดา ด้านล่างแต่ละข้อคือเครื่องมือที่ผู้ช่วยของคุณควรเรียกใช้และลักษณะของคำตอบที่ดี

  1. > List my sites.
      ↳ sites_list

    เว็บไซต์ของคุณพร้อมด้วยสถานะและแพ็กเกจ รายการที่ว่างเปล่าในบัญชีที่มีเว็บไซต์หมายถึงการเชื่อมต่อขาดสิทธิ์ในการดูเว็บไซต์

  2. > Show me the error log for example.com.
      ↳ site_logs

    บันทึกข้อผิดพลาดและบันทึกการเข้าชมล่าสุด หากไม่สามารถอ่านบันทึกใดบันทึกหนึ่งได้ คำตอบจะระบุเช่นนั้น ซึ่งจะแตกต่างจากบันทึกที่ว่างเปล่า

  3. > Sync example.com to its repository.
      ↳ site_repo_sync_run

    คอมมิตในรีโพซิโทรีของคุณพร้อมกับการเปลี่ยนแปลงทั้งหมดที่เกิดขึ้นบนไซต์จริง หรือบันทึกระบุว่ารีโพซิโทรีตรงกันอยู่แล้ว หากรีโพซิโทรีมีการย้ายตำแหน่ง การซิงค์จะถูกระงับไว้และไม่มีการเขียนทับใดๆ

  4. > I pushed a commit — deploy example.com and tell me when it is live.
      ↳ site_deploy → site_deploy_status

    การปรับใช้เข้าคิวไว้ จากนั้นจะเผยแพร่พร้อมคอมมิต์ที่นำไปใช้ เครื่องมือเขียนจะขอความเห็นชอบจากคุณในไคลเอนต์ก่อนที่จะทำงาน

การซิงค์แบบสองทาง ทั้งสองทิศทาง

ไซต์ที่มีที่เก็บข้อมูลที่เชื่อมต่ออยู่จะซิงค์ตรงกันทั้งสองทาง และผู้ช่วยของคุณสามารถจัดการได้ทั้งสองทิศทาง

ไซต์ → ที่เก็บข้อมูล

ทำการคอมมิตสิ่งที่มีการเปลี่ยนแปลงในไฟล์จริง (ไม่ว่าจะเป็นการแก้ไขในตัวจัดการไฟล์ การอัปเดตปลั๊กอิน หรือการอัปโหลด) แล้วพุชไปยังสาขา (branch) ของคุณ เพื่อให้คำสั่ง git pull ครั้งถัดไปของคุณมีไฟล์เหล่านั้นด้วย

site_repo_sync_run   ·   zinnector sync run

ที่เก็บข้อมูล → เว็บไซต์

การปรับใช้จะนำสาขาของคุณไปใช้กับเว็บไซต์ ทำการพุชคอมมิตของคุณ จากนั้นทำการปรับใช้ บนเซิร์ฟเวอร์ของเราเอง ฟีเจอร์นี้ต้องเปิดใช้งานการซิงค์แบบสองทาง ซึ่งไม่มีค่าใช้จ่าย

site_deploy   ·   zinnector push

เมื่อเปลี่ยนแปลงทั้งสองด้าน

ไม่มีการรวมข้อมูลหรือการเขียนทับใดๆ โดยเงียบๆ การซิงค์จะหยุดลง ระบุชื่อคอมมิต และรอให้คุณเก็บเว็บไซต์หรือเก็บรีพอยทอรีไว้ การเก็บรีพอยทอรีจะทิ้งการเปลี่ยนแปลงของเว็บไซต์ที่ยังไม่ได้ซิงค์ ดังนั้นจึงต้องมีการยืนยัน

site_repo_sync_resolve keep=site|repository confirm=true

สิ่งที่ช่วยรักษาความปลอดภัย

เฉพาะสิ่งที่คุณอนุญาตเท่านั้น

ทุกเครื่องมือต้องมีสิทธิ์ และการเชื่อมต่อจะมีเฉพาะสิ่งที่คุณทำเครื่องหมายไว้เท่านั้น เว็บไซต์ของลูกค้ารายอื่นจะไม่มีอยู่เลยเท่าที่การเชื่อมต่อของคุณจะมองเห็นได้

การยืนยันสำหรับการดำเนินการทำลายล้างข้อมูลทั้งหมด

การย้อนกลับ การกู้คืน การแก้ไขการซิงค์ที่ค้างอยู่ และการซื้อทั้งหมดจำเป็นต้องมีการยืนยันอย่างชัดเจน และสิ่งใดก็ตามที่มีค่าใช้จ่ายจะแสดงยอดรวมที่แน่นอนให้คุณเห็นก่อนเสมอ

ทุกการดำเนินการในบันทึกการตรวจสอบของคุณ

ทุกการโทรจะถูกบันทึกไว้ในส่วนของการเชื่อมต่อที่สร้างการโทรนั้น ยกเลิกการเชื่อมต่อในหน้าเครื่องมือ AI แล้วการทำงานจะหยุดทันที

ทุกเครื่องมือ

เครื่องมือทั้งหมด 65 รายการ สร้างขึ้นจากรีจิสทรีของเซิร์ฟเวอร์เอง — หากแสดงรายการอยู่ที่นี่ ผู้ช่วยของคุณก็สามารถเรียกใช้ได้

เว็บไซต์และการปรับใช้เว็บไซต์

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
sites_listList the organization's sites, with each site's primary domain, status, product line, stack and the plan it is on. Optionally filter by status, product line or a search over domain and name.sites.viewอ่านได้อย่างเดียว
site_getGet one site's full record — domain, status, product line, stack, runtime, PHP version, region, plan and whether it is scheduled for deletion.sites.viewอ่านได้อย่างเดียว
site_createCreate a site and start provisioning it. Give a primary domain and a product line; optionally a blueprint to build it from, a stack type, a PHP version or a region. Returns the new site, which begins in 'provisioning' — poll site_get for status.sites.createเปลี่ยนแปลงสิ่งต่างๆ
site_deployDeploy a site — build and publish its current source to our servers. Returns the deploy state immediately; the build runs as a durable workflow. Poll site_deploy_status to follow it.hosting.deploy.manageเปลี่ยนแปลงสิ่งต่างๆ
site_deploy_statusThe site's current deploy state — status, target, the live URL, the deployed commit and when it last went live.sites.viewอ่านได้อย่างเดียว
site_deployments_listList a site's recent deployments — id, status, commit, branch and timings. Use this to choose the deployment_id to roll back to.sites.viewอ่านได้อย่างเดียว
site_rollbackRoll a site back to an earlier deployment by re-deploying its commit. Destructive: pass confirm=true. Use site_deployments_list to choose which one.hosting.deploy.manageเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน

ซิงค์สองทาง

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
site_repo_sync_getShow a site's two-way sync with its repository: whether it is available and on, the repository and branch, the current state (idle, synced, conflict, adopt, error) and the last runs with the commits they made.sites.viewอ่านได้อย่างเดียว
site_repo_sync_setTurn two-way sync on or off for a site, optionally limited to a subdirectory of the site. Needs the customer's own GitHub account connected. Turning it on pushes nothing by itself — call site_repo_sync_run for that.hosting.deploy.manageเปลี่ยนแปลงสิ่งต่างๆ
site_repo_sync_runSync a site to its repository now: commit whatever changed in the site's live files and push it to the connected branch, so a local git pull receives it. If the repository moved since the last sync the run is HELD and nothing is overwritten — the result says so. The other direction (repository to site) is site_deploy.hosting.deploy.manageเปลี่ยนแปลงสิ่งต่างๆ
site_repo_sync_resolveResolve a HELD two-way sync. keep=site commits the site's files on top of the repository (their commits stay in history); keep=repository applies the repository to the site and DISCARDS the site's unsynced changes. Destructive: pass confirm=true.hosting.deploy.manageเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน

บันทึกและตัวชี้วัด

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
site_metricsCurrent metrics for one site — visits, bandwidth, error rate, disk and resource use. Each section reports whether it is available, so 'no data' is distinguishable from 'zero'.sites.viewอ่านได้อย่างเดียว
site_usageOne site's metered visit usage for the current billing period, with the plan's allowance and what any overage costs.sites.viewอ่านได้อย่างเดียว
site_logsRead the recent tail of one site's web-server access log and error log. Each log reports whether it could be read, so an unreadable log is never mistaken for an empty one. Use this before proposing a fix for errors or slowness.sites.panel_accessอ่านได้อย่างเดียว
site_build_logRead the build log of one deployment — the latest when deployment_id is omitted. Pass after=<total from the previous call> to fetch only new lines while complete is false.sites.viewอ่านได้อย่างเดียว

การกำหนดค่าและ WordPress

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
site_php_version_getThe site's current PHP version and every version it is allowed to switch to on its product line.sites.viewอ่านได้อย่างเดียว
site_php_version_setSwitch a site to a different PHP version. The version must be one that site_php_version_get lists as available. Reports whether the change reached the machine or was only recorded for provisioning to apply.hosting.php.manageเปลี่ยนแปลงสิ่งต่างๆ
wordpress_stateA WordPress site's core version, whether an update is available, and which management operations its hosting permits.sites.viewอ่านได้อย่างเดียว
wordpress_plugins_listList a WordPress site's plugins — name, version, whether active and whether an update is available.sites.viewอ่านได้อย่างเดียว
wp_plugin_updateUpdate one WordPress plugin to its latest version. Returns the plugin list as it reads after the update.sites.panel_accessเปลี่ยนแปลงสิ่งต่างๆ
wordpress_update_coreUpdate WordPress core to the latest version on a site. This cannot be undone by another call — take a backup first with backup_create if you may need to go back. Requires confirmation.sites.panel_accessเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน
wordpress_set_pluginActivate or deactivate one plugin on a WordPress site. Takes effect on the live site immediately. Requires confirmation.sites.panel_accessเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน

ข้อมูลสำรอง

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
backups_listA site's backups — each one's id, when it was taken, its size and status — plus whether a backup is currently running and how many on-demand backups remain in the rolling 24-hour allowance.sites.viewอ่านได้อย่างเดียว
backup_createTake an on-demand backup of a site and return the updated backup state. Bounded to 3 per rolling 24 hours per site; the backup runs in the background.hosting.backup.manageเปลี่ยนแปลงสิ่งต่างๆ
backup_restoreRestore a site from one of its backups. This OVERWRITES the site's live database and files, and everything changed since that backup was taken is lost. Requires confirmation, and the confirmation names how old the backup is.hosting.backup.manageเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน

โดเมนและ DNS

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
dns_records_listList a page of DNS records for a domain whose DNS we host, in name/type/value order. Returns a next_cursor for the following page.sites.viewอ่านได้อย่างเดียว
dns_record_createCreate a DNS record for a domain whose DNS we host.domains.dns.manageเปลี่ยนแปลงสิ่งต่างๆ
dns_record_updateUpdate an existing DNS record for a domain whose DNS we host.domains.dns.manageเปลี่ยนแปลงสิ่งต่างๆ
dns_record_deleteDelete a DNS record for a domain whose DNS we host.domains.dns.manageเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน
domains_listList the organization's domains — id, hostname, status, product line and whether we registered it or the customer pointed it at us. The ids returned here are what the DNS, cache-purge and index-check tools take.sites.viewอ่านได้อย่างเดียว

แคชและตัวรวบรวมข้อมูลเว็บ

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
cache_purgePurge the CDN cache for a domain. Omit 'urls' to purge everything, or pass a bounded list of absolute URLs to purge only those.sites.cache.purgeอ่านได้อย่างเดียว
crawler_policy_getGet a site's SEO-crawler-blocking (PBN footprint) policy: which crawlers are blocked, the available crawlers, and the rendered robots.txt/server rules.sites.viewอ่านได้อย่างเดียว
crawler_policy_setSet a site's SEO-crawler-blocking policy. 'blocked' is a list of crawler keys (from crawler_policy_get's available_crawlers). Search engines can never be blocked. Publishes the change so the server rules are re-written.sites.crawler.manageเปลี่ยนแปลงสิ่งต่างๆ

อีเมล

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
mail_services_listList the organization's email services — every domain it has mailboxes on, with the plan's mailbox allowance, how many are used, and whether the mail DNS is published.mail.viewอ่านได้อย่างเดียว
mailboxes_listList the mailboxes on one email service, with each mailbox's size, how full it is, and whether it can send and receive.mail.viewอ่านได้อย่างเดียว
mailbox_createCreate a mailbox on an email service. Returns the new mailbox's password, which is shown once and cannot be retrieved later.mail.manageเปลี่ยนแปลงสิ่งต่างๆ
mail_forwarders_listList the mail forwarders on one email service — which address goes where.mail.viewอ่านได้อย่างเดียว
mail_forwarder_createCreate a mail forwarder on an email service, sending everything for one address on to one or more destinations.mail.manageเปลี่ยนแปลงสิ่งต่างๆ

SEO

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
site_seo_metricsThe cached SEO authority metrics for a hosted site — domain rank, backlinks, referring domains and organic keywords. Read-only and free; the figures are refreshed by the platform's own sweep, so they may be up to a month old.sites.viewอ่านได้อย่างเดียว
domain_index_checkThe cached search-index status for a domain — whether it is indexed, how many pages, and when the reading was taken. Read-only and free.sites.viewอ่านได้อย่างเดียว

รูปภาพ AI

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
image_models_listThe image models this account can generate with — provider, model, and the price per image in USD. Read-only and free. A model that is not listed cannot be used, either because it is retired or because nobody has priced it.sites.viewอ่านได้อย่างเดียว
image_generateGenerate an image from a prompt and put it in this account's image library. Costs money — the price per image is what image_models_list reports for the model used. Returns the image ids; the customer sees them in their library immediately.links.editเปลี่ยนแปลงสิ่งต่างๆ · สามารถใช้จ่ายเงินได้

กระดาน

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
board_listList this organisation's project boards, newest first.agency.board.viewอ่านได้อย่างเดียว
board_getRead one board in full: its columns and every card on them.agency.board.viewอ่านได้อย่างเดียว
board_createCreate a project board, optionally for one of your client organisations.agency.board.manageเปลี่ยนแปลงสิ่งต่างๆ
board_card_createAdd a card to a column. Cards are agency-only unless you pass visibility 'client'.agency.board.manageเปลี่ยนแปลงสิ่งต่างๆ
board_card_moveMove a card to another column, or to another position in its column.agency.board.manageเปลี่ยนแปลงสิ่งต่างๆ
board_card_commentComment on a card. Agency-only unless you pass visibility 'client', in which case the client sees it attributed to your agency.agency.board.commentเปลี่ยนแปลงสิ่งต่างๆ

การเรียกเก็บเงินและการอัปเกรด

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
subscriptions_listList the organization's subscriptions — the plan each one is on, its status, renewal date and whether it auto-renews.billing.viewอ่านได้อย่างเดียว
invoices_listList the organization's invoices and credit notes — number, status, total, currency and issue date. Optionally filter by status.billing.viewอ่านได้อย่างเดียว
upgrade_optionsWhat can be bought to lift a limit you have hit — bigger plans, priced with tax, in your own currency. Pass the entitlement from a refusal (e.g. 'max_sites'), or a site_id to see what that site's own plan could move to. Read-only: nothing is bought, and calling this costs nothing.billing.viewอ่านได้อย่างเดียว
purchase_quotePrice a plan exactly, with tax, in the customer's own currency — and nothing is bought or charged. Returns a quote_id to pass to purchase_authorize together with the total, which is what stops an agent committing someone to a figure they never saw. Quotes expire: re-quote rather than reusing an old id.billing.payment.manageเปลี่ยนแปลงสิ่งต่างๆ
purchase_authorizeComplete a purchase from a quote: places the order and charges the payment method on file. You must pass the exact total and currency purchase_quote returned — if the price has moved since, this refuses rather than charging a different amount. Retrying with the same quote_id returns the same order and never charges twice.billing.payment.manageเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน · สามารถใช้จ่ายเงินได้

ฝ่ายสนับสนุน

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
tickets_listList the organization's support tickets — subject, status, priority and when they were last updated. Optionally filter by status or site.tickets.viewอ่านได้อย่างเดียว
ticket_createOpen a support ticket. Include what you already checked — an agent that has read the KB and run diagnostics should say so in the body, so a human does not repeat it.tickets.replyเปลี่ยนแปลงสิ่งต่างๆ

รีเซลเลอร์

เครื่องมือการทำงานของฟีเจอร์นี้สิทธิ์บันทึกย่อ
reseller_overviewThe reseller programme in one read: status, whether you can sell, billing day, default markup, your panel hostname and nameservers, mail sending domain, support routing, commerce readiness and the languages your clients' panel offers.reseller.viewอ่านได้อย่างเดียว · เฉพาะตัวแทนจำหน่าย
reseller_services_listList the sites you have provisioned for your clients — one row per service, with the client organisation, status, any hold you placed, what it costs you wholesale and what you sell it for. Your own sites are not here; use sites_list for those.reseller.viewอ่านได้อย่างเดียว · เฉพาะตัวแทนจำหน่าย
reseller_service_getOne client service in full — status, plan, any hold, wholesale cost, your sell price, and its disk and bandwidth usage.reseller.viewอ่านได้อย่างเดียว · เฉพาะตัวแทนจำหน่าย
reseller_service_suspendPut one of your client's services on a non-payment hold. The site stops serving until you release it. Requires confirm: true.reseller.provisionเปลี่ยนแปลงสิ่งต่างๆ · ขอการยืนยัน · เฉพาะตัวแทนจำหน่าย
reseller_service_unsuspendRelease a non-payment hold you placed on a client's service. The site starts serving again.reseller.provisionเปลี่ยนแปลงสิ่งต่างๆ · เฉพาะตัวแทนจำหน่าย
reseller_prices_listYour price list: every plan you can sell, with the Zinn® list price, your wholesale cost, and the retail price you have set (if any).reseller.viewอ่านได้อย่างเดียว · เฉพาะตัวแทนจำหน่าย
reseller_client_wallets_listEvery client wallet you hold a float in, with the balance per client and the total held per currency. This is money you have taken and not yet delivered service for.reseller.viewอ่านได้อย่างเดียว · เฉพาะตัวแทนจำหน่าย

อ่านต่อ

ชอบใช้เทอร์มินัลมากกว่าไหม?

คู่มืออ้างอิง CLI ของ Zinnector®

สร้างขึ้นบนพับลิก API

ข้อมูลอ้างอิง API

สิ่งที่ผู้ช่วย AI สามารถทำเพื่อคุณได้

เครื่องมือ AI และ MCP

เชื่อมต่อผู้ช่วยของคุณในสองนาที

เปิดเครื่องมือ AI ในแดชบอร์ดของคุณ สร้างการเชื่อมต่อ และวางการกำหนดค่าที่ไคลเอนต์ของคุณอ่านออก