Dokploy · Capability

Dokploy API — redirects

Dokploy API — redirects. 4 operations. Lead operation: redirects.create. Self-contained Naftiko capability covering one Dokploy business surface.

Dokploy API — redirects is a Naftiko capability published by Dokploy, one of 48 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the POST and GET methods.

The capability includes 1 read-only operation and 3 state-changing operations. Lead operation: redirects-create. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dokploy and redirects.

Run with Naftiko Dokployredirects

What You Can Do

POST
Redirects create — redirects-create
/v1/redirects.create
GET
Redirects one — redirects-one
/v1/redirects.one
POST
Redirects delete — redirects-delete
/v1/redirects.delete
POST
Redirects update — redirects-update
/v1/redirects.update

MCP Tools

redirects-create

redirects-create

redirects-one

redirects-one

read-only idempotent
redirects-delete

redirects-delete

redirects-update

redirects-update

Capability Spec

dokploy-redirects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dokploy API — redirects
  description: 'Dokploy API — redirects. 4 operations. Lead operation: redirects.create. Self-contained Naftiko capability covering one Dokploy
    business surface.'
  tags:
  - Dokploy
  - redirects
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    DOKPLOY_API_KEY: DOKPLOY_API_KEY
    DOKPLOY_URL: DOKPLOY_URL
capability:
  consumes:
  - type: http
    namespace: dokploy-redirects
    baseUri: ${DOKPLOY_URL}/api
    description: Dokploy API — redirects business capability. Self-contained, no shared references.
    resources:
    - name: create
      path: /redirects.create
      operations:
      - name: redirects-create
        method: POST
        description: redirects-create
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: one
      path: /redirects.one
      operations:
      - name: redirects-one
        method: GET
        description: redirects-one
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: delete
      path: /redirects.delete
      operations:
      - name: redirects-delete
        method: POST
        description: redirects-delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: update
      path: /redirects.update
      operations:
      - name: redirects-update
        method: POST
        description: redirects-update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
  exposes:
  - type: rest
    namespace: dokploy-redirects-rest
    port: 8080
    description: REST adapter for Dokploy API — redirects. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/redirects.create
      name: create
      description: REST surface for create.
      operations:
      - method: POST
        name: redirects-create
        description: redirects-create
        call: dokploy-redirects.redirects-create
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/redirects.one
      name: one
      description: REST surface for one.
      operations:
      - method: GET
        name: redirects-one
        description: redirects-one
        call: dokploy-redirects.redirects-one
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/redirects.delete
      name: delete
      description: REST surface for delete.
      operations:
      - method: POST
        name: redirects-delete
        description: redirects-delete
        call: dokploy-redirects.redirects-delete
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/redirects.update
      name: update
      description: REST surface for update.
      operations:
      - method: POST
        name: redirects-update
        description: redirects-update
        call: dokploy-redirects.redirects-update
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dokploy-redirects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dokploy API — redirects. One tool per consumed operation, routed inline through this capability’s consumes block.
    tools:
    - name: redirects-create
      description: redirects-create
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-redirects.redirects-create
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: redirects-one
      description: redirects-one
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-redirects.redirects-one
      outputParameters:
      - type: object
        mapping: $.
    - name: redirects-delete
      description: redirects-delete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-redirects.redirects-delete
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: redirects-update
      description: redirects-update
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-redirects.redirects-update
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.