naftiko: 1.0.0-alpha2 info: label: Webex Contact Center — Audio Files description: 'Webex Contact Center — Audio Files. 7 operations. Lead operation: Create a new Audio File. Self-contained Naftiko capability covering one Webex business surface.' tags: - Webex - Audio Files 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-audio-files baseUri: '' description: Webex Contact Center — Audio Files business capability. Self-contained, no shared references. resources: - name: organization-orgid-audio-file path: /organization/{orgid}/audio-file operations: - name: createconfig26 method: POST description: Create a new Audio File outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgid in: path type: string description: Organization ID to be used for this operation. The specified security token must have permission to interact with the organization. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: organization-orgid-audio-file-id path: /organization/{orgid}/audio-file/{id} operations: - name: getconfig26 method: GET description: Get specific Audio File by ID outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgid in: path type: string description: Organization ID to be used for this operation. The specified security token must have permission to interact with the organization. required: true - name: id in: path type: string description: Resource ID of the Audio File. required: true - name: includeUrl in: query type: boolean description: Indicates if the URL for downloading Audio Fileshould be included in the response. - name: updateconfig26 method: PUT description: Update specific Audio File by ID outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgid in: path type: string description: Organization ID to be used for this operation. The specified security token must have permission to interact with the organization. required: true - name: id in: path type: string description: Resource ID of the Audio File. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: deleteconfig24 method: DELETE description: Delete specific Audio File by ID outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgid in: path type: string description: Organization ID to be used for this operation. The specified security token must have permission to interact with the organization. required: true - name: id in: path type: string description: Resource ID of the Audio File. required: true - name: patchconfig1 method: PATCH description: Partially update Audio File by ID outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgid in: path type: string description: Organization ID to be used for this operation. The specified security token must have permission to interact with the organization. required: true - name: id in: path type: string description: Resource ID of the Audio File. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: organization-orgid-audio-file-id-incoming-references path: /organization/{orgid}/audio-file/{id}/incoming-references operations: - name: getincomingreferences19 method: GET description: List references for a specific Audio File outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgid in: path type: string description: Organization ID to be used for this operation. The specified security token must have permission to interact with the organization. required: true - name: id in: path type: string description: ID of this contact center resource. required: true - name: type in: query type: string description: Entity type of the other entity that has a reference to this specific entity. - name: page in: query type: integer description: Defines the number of displayed page. The page number starts from 0. - name: pageSize in: query type: integer description: Defines the number of items to be displayed on a page. If the number specified is more than allowed max page size, the API will automatically adjust the page si - name: organization-orgid-v2-audio-file path: /organization/{orgid}/v2/audio-file operations: - name: getallconfigwithmetadata24 method: GET description: List Audio File(s) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgid in: path type: string description: Organization ID to be used for this operation. The specified security token must have permission to interact with the organization. required: true - name: filter in: query type: string description: 'Specify a filter based on which the results will be fetched. All the fields are supported except: organizationId, createdTime, lastUpdatedTime ' - name: attributes in: query type: string description: Specify the attributes to be returned.Default all attributes are returned along with specified columns. All Attributes are supported except URL - name: search in: query type: string description: Filter data based on the search keyword.Supported search columns(name) - name: page in: query type: integer description: Defines the number of displayed page. The page number starts from 0. - name: pageSize in: query type: integer description: Defines the number of items to be displayed on a page. If the number specified is more than allowed max page size, the API will automatically adjust the page si authentication: type: bearer token: '{{env.WEBEX_API_KEY}}' exposes: - type: rest namespace: contact-center-audio-files-rest port: 8080 description: REST adapter for Webex Contact Center — Audio Files. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/organization/{orgid}/audio-file name: organization-orgid-audio-file description: REST surface for organization-orgid-audio-file. operations: - method: POST name: createconfig26 description: Create a new Audio File call: contact-center-audio-files.createconfig26 with: orgid: rest.orgid body: rest.body outputParameters: - type: object mapping: $. - path: /v1/organization/{orgid}/audio-file/{id} name: organization-orgid-audio-file-id description: REST surface for organization-orgid-audio-file-id. operations: - method: GET name: getconfig26 description: Get specific Audio File by ID call: contact-center-audio-files.getconfig26 with: orgid: rest.orgid id: rest.id includeUrl: rest.includeUrl outputParameters: - type: object mapping: $. - method: PUT name: updateconfig26 description: Update specific Audio File by ID call: contact-center-audio-files.updateconfig26 with: orgid: rest.orgid id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteconfig24 description: Delete specific Audio File by ID call: contact-center-audio-files.deleteconfig24 with: orgid: rest.orgid id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchconfig1 description: Partially update Audio File by ID call: contact-center-audio-files.patchconfig1 with: orgid: rest.orgid id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/organization/{orgid}/audio-file/{id}/incoming-references name: organization-orgid-audio-file-id-incoming-references description: REST surface for organization-orgid-audio-file-id-incoming-references. operations: - method: GET name: getincomingreferences19 description: List references for a specific Audio File call: contact-center-audio-files.getincomingreferences19 with: orgid: rest.orgid id: rest.id type: rest.type page: rest.page pageSize: rest.pageSize outputParameters: - type: object mapping: $. - path: /v1/organization/{orgid}/v2/audio-file name: organization-orgid-v2-audio-file description: REST surface for organization-orgid-v2-audio-file. operations: - method: GET name: getallconfigwithmetadata24 description: List Audio File(s) call: contact-center-audio-files.getallconfigwithmetadata24 with: orgid: rest.orgid filter: rest.filter attributes: rest.attributes search: rest.search page: rest.page pageSize: rest.pageSize outputParameters: - type: object mapping: $. - type: mcp namespace: contact-center-audio-files-mcp port: 9090 transport: http description: MCP adapter for Webex Contact Center — Audio Files. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-new-audio-file description: Create a new Audio File hints: readOnly: false destructive: false idempotent: false call: contact-center-audio-files.createconfig26 with: orgid: tools.orgid body: tools.body outputParameters: - type: object mapping: $. - name: get-specific-audio-file-id description: Get specific Audio File by ID hints: readOnly: true destructive: false idempotent: true call: contact-center-audio-files.getconfig26 with: orgid: tools.orgid id: tools.id includeUrl: tools.includeUrl outputParameters: - type: object mapping: $. - name: update-specific-audio-file-id description: Update specific Audio File by ID hints: readOnly: false destructive: false idempotent: true call: contact-center-audio-files.updateconfig26 with: orgid: tools.orgid id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: delete-specific-audio-file-id description: Delete specific Audio File by ID hints: readOnly: false destructive: true idempotent: true call: contact-center-audio-files.deleteconfig24 with: orgid: tools.orgid id: tools.id outputParameters: - type: object mapping: $. - name: partially-update-audio-file-id description: Partially update Audio File by ID hints: readOnly: false destructive: false idempotent: true call: contact-center-audio-files.patchconfig1 with: orgid: tools.orgid id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-references-specific-audio-file description: List references for a specific Audio File hints: readOnly: true destructive: false idempotent: true call: contact-center-audio-files.getincomingreferences19 with: orgid: tools.orgid id: tools.id type: tools.type page: tools.page pageSize: tools.pageSize outputParameters: - type: object mapping: $. - name: list-audio-file-s description: List Audio File(s) hints: readOnly: true destructive: false idempotent: true call: contact-center-audio-files.getallconfigwithmetadata24 with: orgid: tools.orgid filter: tools.filter attributes: tools.attributes search: tools.search page: tools.page pageSize: tools.pageSize outputParameters: - type: object mapping: $.