Demandbase · Capability

Demandbase Real-Time Identification API — Visitor Intelligence

Demandbase Real-Time Identification API — Visitor Intelligence. 1 operations. Lead operation: Demandbase Get visitor intelligence. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseVisitor Intelligence

What You Can Do

GET
Getvisitorintelligence — Demandbase Get visitor intelligence
/v1/api/v3/visitor-json

MCP Tools

demandbase-get-visitor-intelligence

Demandbase Get visitor intelligence

read-only idempotent

Capability Spec

real-time-identification-visitor-intelligence.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase Real-Time Identification API — Visitor Intelligence
  description: 'Demandbase Real-Time Identification API — Visitor Intelligence. 1 operations. Lead operation: Demandbase Get
    visitor intelligence. Self-contained Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Visitor Intelligence
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: real-time-identification-visitor-intelligence
    baseUri: https://api.company-target.com
    description: Demandbase Real-Time Identification API — Visitor Intelligence business capability. Self-contained, no shared
      references.
    resources:
    - name: api-v3-visitor.json
      path: /api/v3/visitor.json
      operations:
      - name: getvisitorintelligence
        method: GET
        description: Demandbase Get visitor intelligence
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key
          in: query
          type: string
          description: Demandbase API key
          required: true
    authentication:
      type: apikey
      key: key
      value: '{{env.DEMANDBASE_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: real-time-identification-visitor-intelligence-rest
    port: 8080
    description: REST adapter for Demandbase Real-Time Identification API — Visitor Intelligence. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/v3/visitor-json
      name: api-v3-visitor-json
      description: REST surface for api-v3-visitor.json.
      operations:
      - method: GET
        name: getvisitorintelligence
        description: Demandbase Get visitor intelligence
        call: real-time-identification-visitor-intelligence.getvisitorintelligence
        with:
          key: rest.key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-identification-visitor-intelligence-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase Real-Time Identification API — Visitor Intelligence. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: demandbase-get-visitor-intelligence
      description: Demandbase Get visitor intelligence
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-identification-visitor-intelligence.getvisitorintelligence
      with:
        key: tools.key
      outputParameters:
      - type: object
        mapping: $.