Zendesk · Capability

Zendesk Accounts — Reseller

Zendesk Accounts — Reseller. 2 operations. Lead operation: Zendesk Post Api V2 Accounts. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskReseller

What You Can Do

POST
Createtrialaccount — Zendesk Post Api V2 Accounts
/v1/api/v2/accounts
GET
Verifysubdomainavailability — Zendesk Get Api V2 Accounts Available
/v1/api/v2/accounts/available

MCP Tools

zendesk-post-api-v2-accounts

Zendesk Post Api V2 Accounts

zendesk-get-api-v2-accounts

Zendesk Get Api V2 Accounts Available

read-only idempotent

Capability Spec

accounts-reseller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Accounts — Reseller
  description: 'Zendesk Accounts — Reseller. 2 operations. Lead operation: Zendesk Post  Api V2 Accounts. Self-contained Naftiko
    capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Reseller
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: accounts-reseller
    baseUri: ''
    description: Zendesk Accounts — Reseller business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-accounts
      path: /api/v2/accounts
      operations:
      - name: createtrialaccount
        method: POST
        description: Zendesk Post  Api V2 Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-accounts-available
      path: /api/v2/accounts/available
      operations:
      - name: verifysubdomainavailability
        method: GET
        description: Zendesk Get  Api V2 Accounts Available
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: subdomain
          in: query
          type: string
          description: Specify the name of the subdomain you want to verify. The name can't contain underscores, hyphens,
            or spaces.
          required: true
  exposes:
  - type: rest
    namespace: accounts-reseller-rest
    port: 8080
    description: REST adapter for Zendesk Accounts — Reseller. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/accounts
      name: api-v2-accounts
      description: REST surface for api-v2-accounts.
      operations:
      - method: POST
        name: createtrialaccount
        description: Zendesk Post  Api V2 Accounts
        call: accounts-reseller.createtrialaccount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/accounts/available
      name: api-v2-accounts-available
      description: REST surface for api-v2-accounts-available.
      operations:
      - method: GET
        name: verifysubdomainavailability
        description: Zendesk Get  Api V2 Accounts Available
        call: accounts-reseller.verifysubdomainavailability
        with:
          subdomain: rest.subdomain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: accounts-reseller-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Accounts — Reseller. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: zendesk-post-api-v2-accounts
      description: Zendesk Post  Api V2 Accounts
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-reseller.createtrialaccount
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-accounts
      description: Zendesk Get  Api V2 Accounts Available
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: accounts-reseller.verifysubdomainavailability
      with:
        subdomain: tools.subdomain
      outputParameters:
      - type: object
        mapping: $.