Apigee · Capability

Apigee Integrations API — SFDC Channels

Apigee Integrations API — SFDC Channels. 2 operations. Lead operation: Apigee List SFDC Channels. Self-contained Naftiko capability covering one Apigee business surface.

Run with Naftiko ApigeeSFDC Channels

What You Can Do

GET
Listsfdcchannels — Apigee List SFDC Channels
/v1/projects/{projectid}/locations/{locationid}/products/{productid}/sfdcinstances/{sfdcinstanceid}/sfdcchannels
POST
Createsfdcchannel — Apigee Create an SFDC Channel
/v1/projects/{projectid}/locations/{locationid}/products/{productid}/sfdcinstances/{sfdcinstanceid}/sfdcchannels

MCP Tools

apigee-list-sfdc-channels

Apigee List SFDC Channels

read-only idempotent
apigee-create-sfdc-channel

Apigee Create an SFDC Channel

Capability Spec

integrations-sfdc-channels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apigee Integrations API — SFDC Channels
  description: 'Apigee Integrations API — SFDC Channels. 2 operations. Lead operation: Apigee List SFDC Channels. Self-contained
    Naftiko capability covering one Apigee business surface.'
  tags:
  - Apigee
  - SFDC Channels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIGEE_API_KEY: APIGEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: integrations-sfdc-channels
    baseUri: https://integrations.googleapis.com/v1
    description: Apigee Integrations API — SFDC Channels business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-locationId-products-productId-sfdcInstances-sfdcIns
      path: /projects/{projectId}/locations/{locationId}/products/{productId}/sfdcInstances/{sfdcInstanceId}/sfdcChannels
      operations:
      - name: listsfdcchannels
        method: GET
        description: Apigee List SFDC Channels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createsfdcchannel
        method: POST
        description: Apigee Create an SFDC Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.APIGEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: integrations-sfdc-channels-rest
    port: 8080
    description: REST adapter for Apigee Integrations API — SFDC Channels. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{locationid}/products/{productid}/sfdcinstances/{sfdcinstanceid}/sfdcchannels
      name: projects-projectid-locations-locationid-products-productid-sfdcinstances-sfdcins
      description: REST surface for projects-projectId-locations-locationId-products-productId-sfdcInstances-sfdcIns.
      operations:
      - method: GET
        name: listsfdcchannels
        description: Apigee List SFDC Channels
        call: integrations-sfdc-channels.listsfdcchannels
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsfdcchannel
        description: Apigee Create an SFDC Channel
        call: integrations-sfdc-channels.createsfdcchannel
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: integrations-sfdc-channels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apigee Integrations API — SFDC Channels. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apigee-list-sfdc-channels
      description: Apigee List SFDC Channels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: integrations-sfdc-channels.listsfdcchannels
      outputParameters:
      - type: object
        mapping: $.
    - name: apigee-create-sfdc-channel
      description: Apigee Create an SFDC Channel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: integrations-sfdc-channels.createsfdcchannel
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.