Gandi · Capability

Gandi Domain API — Renewal

Gandi Domain API — Renewal. 1 operations. Lead operation: Update autorenew. Self-contained Naftiko capability covering one Gandi business surface.

Run with Naftiko GandiRenewal

What You Can Do

PATCH
Patch — Update autorenew
/v1/domains/{domain}/autorenew

MCP Tools

update-autorenew

Update autorenew

idempotent

Capability Spec

domains-renewal.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gandi Domain API — Renewal
  description: 'Gandi Domain API — Renewal. 1 operations. Lead operation: Update autorenew. Self-contained Naftiko capability
    covering one Gandi business surface.'
  tags:
  - Gandi
  - Renewal
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GANDI_API_KEY: GANDI_API_KEY
capability:
  consumes:
  - type: http
    namespace: domains-renewal
    baseUri: https://api.gandi.net/v5/domain
    description: Gandi Domain API — Renewal business capability. Self-contained, no shared references.
    resources:
    - name: domains-domain-autorenew
      path: /domains/{domain}/autorenew
      operations:
      - name: patch
        method: PATCH
        description: Update autorenew
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GANDI_API_KEY}}'
  exposes:
  - type: rest
    namespace: domains-renewal-rest
    port: 8080
    description: REST adapter for Gandi Domain API — Renewal. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/domains/{domain}/autorenew
      name: domains-domain-autorenew
      description: REST surface for domains-domain-autorenew.
      operations:
      - method: PATCH
        name: patch
        description: Update autorenew
        call: domains-renewal.patch
        with:
          domain: rest.domain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: domains-renewal-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gandi Domain API — Renewal. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: update-autorenew
      description: Update autorenew
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: domains-renewal.patch
      with:
        domain: tools.domain
      outputParameters:
      - type: object
        mapping: $.