Ramp · Capability

Ramp Developer API — Vendors

Ramp Developer API — Vendors. 1 operations. Lead operation: List accounting vendors. Self-contained Naftiko capability covering one Ramp business surface.

Run with Naftiko RampVendors

What You Can Do

GET
Listaccountingvendors — List accounting vendors
/v1/accounting/vendors

MCP Tools

list-accounting-vendors

List accounting vendors

read-only idempotent

Capability Spec

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