Dokploy · Capability

Dokploy API — project

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

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

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

Tagged areas include Dokploy and project.

Run with Naftiko Dokployproject

What You Can Do

POST
Project create — project-create
/v1/project.create
GET
Project one — project-one
/v1/project.one
GET
Project all — project-all
/v1/project.all
GET
Project allforpermissions — project-allForPermissions
/v1/project.allForPermissions
GET
Project homestats — project-homeStats
/v1/project.homeStats
GET
Project search — project-search
/v1/project.search
POST
Project remove — project-remove
/v1/project.remove
POST
Project update — project-update
/v1/project.update
POST
Project duplicate — project-duplicate
/v1/project.duplicate

MCP Tools

project-create

project-create

project-one

project-one

read-only idempotent
project-all

project-all

read-only idempotent
project-allForPermissions

project-allForPermissions

read-only idempotent
project-homeStats

project-homeStats

read-only idempotent
project-search

project-search

read-only idempotent
project-remove

project-remove

project-update

project-update

project-duplicate

project-duplicate

Capability Spec

dokploy-project.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dokploy API — project
  description: 'Dokploy API — project. 9 operations. Lead operation: project.create. Self-contained Naftiko capability covering one Dokploy business
    surface.'
  tags:
  - Dokploy
  - project
  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-project
    baseUri: ${DOKPLOY_URL}/api
    description: Dokploy API — project business capability. Self-contained, no shared references.
    resources:
    - name: create
      path: /project.create
      operations:
      - name: project-create
        method: POST
        description: project-create
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: one
      path: /project.one
      operations:
      - name: project-one
        method: GET
        description: project-one
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: all
      path: /project.all
      operations:
      - name: project-all
        method: GET
        description: project-all
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: allForPermissions
      path: /project.allForPermissions
      operations:
      - name: project-allForPermissions
        method: GET
        description: project-allForPermissions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: homeStats
      path: /project.homeStats
      operations:
      - name: project-homeStats
        method: GET
        description: project-homeStats
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: search
      path: /project.search
      operations:
      - name: project-search
        method: GET
        description: project-search
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: remove
      path: /project.remove
      operations:
      - name: project-remove
        method: POST
        description: project-remove
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: update
      path: /project.update
      operations:
      - name: project-update
        method: POST
        description: project-update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body
          required: true
    - name: duplicate
      path: /project.duplicate
      operations:
      - name: project-duplicate
        method: POST
        description: project-duplicate
        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-project-rest
    port: 8080
    description: REST adapter for Dokploy API — project. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/project.create
      name: create
      description: REST surface for create.
      operations:
      - method: POST
        name: project-create
        description: project-create
        call: dokploy-project.project-create
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.one
      name: one
      description: REST surface for one.
      operations:
      - method: GET
        name: project-one
        description: project-one
        call: dokploy-project.project-one
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.all
      name: all
      description: REST surface for all.
      operations:
      - method: GET
        name: project-all
        description: project-all
        call: dokploy-project.project-all
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.allForPermissions
      name: allForPermissions
      description: REST surface for allForPermissions.
      operations:
      - method: GET
        name: project-allForPermissions
        description: project-allForPermissions
        call: dokploy-project.project-allForPermissions
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.homeStats
      name: homeStats
      description: REST surface for homeStats.
      operations:
      - method: GET
        name: project-homeStats
        description: project-homeStats
        call: dokploy-project.project-homeStats
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.search
      name: search
      description: REST surface for search.
      operations:
      - method: GET
        name: project-search
        description: project-search
        call: dokploy-project.project-search
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.remove
      name: remove
      description: REST surface for remove.
      operations:
      - method: POST
        name: project-remove
        description: project-remove
        call: dokploy-project.project-remove
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.update
      name: update
      description: REST surface for update.
      operations:
      - method: POST
        name: project-update
        description: project-update
        call: dokploy-project.project-update
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/project.duplicate
      name: duplicate
      description: REST surface for duplicate.
      operations:
      - method: POST
        name: project-duplicate
        description: project-duplicate
        call: dokploy-project.project-duplicate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dokploy-project-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dokploy API — project. One tool per consumed operation, routed inline through this capability’s consumes block.
    tools:
    - name: project-create
      description: project-create
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-project.project-create
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: project-one
      description: project-one
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-project.project-one
      outputParameters:
      - type: object
        mapping: $.
    - name: project-all
      description: project-all
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-project.project-all
      outputParameters:
      - type: object
        mapping: $.
    - name: project-allForPermissions
      description: project-allForPermissions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-project.project-allForPermissions
      outputParameters:
      - type: object
        mapping: $.
    - name: project-homeStats
      description: project-homeStats
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-project.project-homeStats
      outputParameters:
      - type: object
        mapping: $.
    - name: project-search
      description: project-search
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dokploy-project.project-search
      outputParameters:
      - type: object
        mapping: $.
    - name: project-remove
      description: project-remove
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-project.project-remove
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: project-update
      description: project-update
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-project.project-update
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: project-duplicate
      description: project-duplicate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dokploy-project.project-duplicate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.