naftiko: 1.0.0-alpha2 info: label: Webex Contact Center — Journey - Subscription API description: 'Webex Contact Center — Journey - Subscription API. 3 operations. Lead operation: Get WXCC Subscription. Self-contained Naftiko capability covering one Webex business surface.' tags: - Webex - Journey - Subscription API created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: WEBEX_API_KEY: WEBEX_API_KEY capability: consumes: - type: http namespace: contact-center-journey-subscription-api baseUri: '' description: Webex Contact Center — Journey - Subscription API business capability. Self-contained, no shared references. resources: - name: admin-v1-api-wxcc-subscription-workspace-id-workspaceId path: /admin/v1/api/wxcc-subscription/workspace-id/{workspaceId} operations: - name: getwxccsubscription method: GET description: Get WXCC Subscription outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspaceId in: path type: string description: Workspace ID required: true - name: createwxccsubscription method: POST description: Create WXCC Subscription outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspaceId in: path type: string description: Workspace ID required: true - name: deletewxccsubscription method: DELETE description: Delete WXCC Subscription outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: workspaceId in: path type: string description: Workspace ID required: true authentication: type: bearer token: '{{env.WEBEX_API_KEY}}' exposes: - type: rest namespace: contact-center-journey-subscription-api-rest port: 8080 description: REST adapter for Webex Contact Center — Journey - Subscription API. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/admin/v1/api/wxcc-subscription/workspace-id/{workspaceid} name: admin-v1-api-wxcc-subscription-workspace-id-workspaceid description: REST surface for admin-v1-api-wxcc-subscription-workspace-id-workspaceId. operations: - method: GET name: getwxccsubscription description: Get WXCC Subscription call: contact-center-journey-subscription-api.getwxccsubscription with: workspaceId: rest.workspaceId outputParameters: - type: object mapping: $. - method: POST name: createwxccsubscription description: Create WXCC Subscription call: contact-center-journey-subscription-api.createwxccsubscription with: workspaceId: rest.workspaceId outputParameters: - type: object mapping: $. - method: DELETE name: deletewxccsubscription description: Delete WXCC Subscription call: contact-center-journey-subscription-api.deletewxccsubscription with: workspaceId: rest.workspaceId outputParameters: - type: object mapping: $. - type: mcp namespace: contact-center-journey-subscription-api-mcp port: 9090 transport: http description: MCP adapter for Webex Contact Center — Journey - Subscription API. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-wxcc-subscription description: Get WXCC Subscription hints: readOnly: true destructive: false idempotent: true call: contact-center-journey-subscription-api.getwxccsubscription with: workspaceId: tools.workspaceId outputParameters: - type: object mapping: $. - name: create-wxcc-subscription description: Create WXCC Subscription hints: readOnly: false destructive: false idempotent: false call: contact-center-journey-subscription-api.createwxccsubscription with: workspaceId: tools.workspaceId outputParameters: - type: object mapping: $. - name: delete-wxcc-subscription description: Delete WXCC Subscription hints: readOnly: false destructive: true idempotent: true call: contact-center-journey-subscription-api.deletewxccsubscription with: workspaceId: tools.workspaceId outputParameters: - type: object mapping: $.