N8n · Capability

n8n Public API — Audit

n8n Public API — Audit. 1 operations. Lead operation: Generate an audit. Self-contained Naftiko capability covering one N8n business surface.

Run with Naftiko N8nAudit

What You Can Do

POST
Generateaudit — Generate an audit
/v1/audit

MCP Tools

generate-audit

Generate an audit

Capability Spec

n8n-audit.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: n8n Public API — Audit
  description: 'n8n Public API — Audit. 1 operations. Lead operation: Generate an audit. Self-contained Naftiko capability
    covering one N8n business surface.'
  tags:
  - N8n
  - Audit
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    N8N_API_KEY: N8N_API_KEY
capability:
  consumes:
  - type: http
    namespace: n8n-audit
    baseUri: https://app.n8n.cloud/api/v1
    description: n8n Public API — Audit business capability. Self-contained, no shared references.
    resources:
    - name: audit
      path: /audit
      operations:
      - name: generateaudit
        method: POST
        description: Generate an audit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.N8N_API_KEY}}'
  exposes:
  - type: rest
    namespace: n8n-audit-rest
    port: 8080
    description: REST adapter for n8n Public API — Audit. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/audit
      name: audit
      description: REST surface for audit.
      operations:
      - method: POST
        name: generateaudit
        description: Generate an audit
        call: n8n-audit.generateaudit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: n8n-audit-mcp
    port: 9090
    transport: http
    description: MCP adapter for n8n Public API — Audit. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: generate-audit
      description: Generate an audit
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: n8n-audit.generateaudit
      outputParameters:
      - type: object
        mapping: $.