Ramp · Capability

Ramp Developer API — Audit Logs

Ramp Developer API — Audit Logs. 1 operations. Lead operation: List audit events. Self-contained Naftiko capability covering one Ramp business surface.

Run with Naftiko RampAudit Logs

What You Can Do

GET
Listauditevents — List audit events
/v1/audit-logs/events

MCP Tools

list-audit-events

List audit events

read-only idempotent

Capability Spec

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