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: $.