Daytona · Capability

Daytona Admin Audit and Config

Daytona Admin Audit and Config. 2 operations. Lead operation: Get config. Self-contained Naftiko capability covering one Daytona business surface.

Daytona Admin Audit and Config is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the GET method.

The capability includes 2 read-only operations. Lead operation: Get config. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Daytona, Audit, and Config.

Run with Naftiko DaytonaAuditConfig

What You Can Do

GET
Configcontroller getconfig — Get config
/v1/config
GET
Getorganizationauditlogs — Get audit logs for organization
/v1/audit/organizations/{organizationId}

MCP Tools

daytona-get-config

Get config

read-only idempotent
daytona-get-audit-logs-for-organization

Get audit logs for organization

read-only idempotent

Capability Spec

admin-audit.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Daytona Admin Audit and Config
  description: 'Daytona Admin Audit and Config. 2 operations. Lead operation: Get config. Self-contained Naftiko capability
    covering one Daytona business surface.'
  tags:
  - Daytona
  - Audit
  - Config
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    DAYTONA_API_KEY: DAYTONA_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-audit
    baseUri: https://app.daytona.io/api
    description: Daytona Admin Audit and Config business capability. Self-contained, no shared references.
    resources:
    - name: config
      path: /config
      operations:
      - name: configcontroller-getconfig
        method: GET
        description: Get config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: audit-organizations-organizationid
      path: /audit/organizations/{organizationId}
      operations:
      - name: getorganizationauditlogs
        method: GET
        description: Get audit logs for organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      value: '{{env.DAYTONA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: admin-audit-rest
    port: 8080
    description: REST adapter for Daytona Admin Audit and Config. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/config
      name: config
      description: REST surface for config.
      operations:
      - method: GET
        name: configcontroller-getconfig
        description: Get config
        call: admin-audit.configcontroller-getconfig
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/audit/organizations/{organizationId}
      name: audit-organizations-organizationid
      description: REST surface for audit-organizations-organizationid.
      operations:
      - method: GET
        name: getorganizationauditlogs
        description: Get audit logs for organization
        call: admin-audit.getorganizationauditlogs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-audit-mcp
    port: 9090
    transport: http
    description: MCP adapter for Daytona Admin Audit and Config. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: daytona-get-config
      description: Get config
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-audit.configcontroller-getconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: daytona-get-audit-logs-for-organization
      description: Get audit logs for organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-audit.getorganizationauditlogs
      outputParameters:
      - type: object
        mapping: $.