Demandbase · Capability

Demandbase API — Enrichment

Demandbase API — Enrichment. 1 operations. Lead operation: Demandbase Enrich account record. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseEnrichment

What You Can Do

POST
Enrichaccount — Demandbase Enrich account record
/v1/enrichment/account

MCP Tools

demandbase-enrich-account-record

Demandbase Enrich account record

Capability Spec

demandbase-enrichment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase API — Enrichment
  description: 'Demandbase API — Enrichment. 1 operations. Lead operation: Demandbase Enrich account record. Self-contained
    Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Enrichment
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: demandbase-enrichment
    baseUri: https://api.demandbase.com
    description: Demandbase API — Enrichment business capability. Self-contained, no shared references.
    resources:
    - name: enrichment-account
      path: /enrichment/account
      operations:
      - name: enrichaccount
        method: POST
        description: Demandbase Enrich account record
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.DEMANDBASE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: demandbase-enrichment-rest
    port: 8080
    description: REST adapter for Demandbase API — Enrichment. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/enrichment/account
      name: enrichment-account
      description: REST surface for enrichment-account.
      operations:
      - method: POST
        name: enrichaccount
        description: Demandbase Enrich account record
        call: demandbase-enrichment.enrichaccount
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: demandbase-enrichment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase API — Enrichment. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: demandbase-enrich-account-record
      description: Demandbase Enrich account record
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: demandbase-enrichment.enrichaccount
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.