Dokploy · Capability

Dokploy API — admin

Dokploy API — admin. 1 operations. Lead operation: admin.setupMonitoring. Self-contained Naftiko capability covering one Dokploy business surface.

Dokploy API — admin is a Naftiko capability published by Dokploy, one of 48 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/admin.setupMonitoring.

The capability includes 1 state-changing operation. Lead operation: admin-setupMonitoring. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dokploy and admin.

Run with Naftiko Dokployadmin

What You Can Do

POST
Admin setupmonitoring — admin-setupMonitoring
/v1/admin.setupMonitoring

MCP Tools

admin-setupMonitoring

admin-setupMonitoring

Capability Spec

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