Webex · Capability
Webex Contact Center — Desktop Profile
Webex Contact Center — Desktop Profile. 10 operations. Lead operation: List Desktop Profile(s). Self-contained Naftiko capability covering one Webex business surface.
What You Can Do
GET
Getallconfig14
— List Desktop Profile(s)
/v1/organization/{orgid}/agent-profile
POST
Createconfig28
— Create a new Desktop Profile
/v1/organization/{orgid}/agent-profile
POST
Saveallconfig24
— Bulk save Desktop Profile(s)
/v1/organization/{orgid}/agent-profile/bulk
GET
Bulkexport21
— Bulk export Desktop Profile(s)
/v1/organization/{orgid}/agent-profile/bulk-export
POST
Purgeinactiveconfig11
— Purge inactive Desktop Profile(s)
/v1/organization/{orgid}/agent-profile/purge-inactive-entities
GET
Getconfig28
— Get specific Desktop Profile by ID
/v1/organization/{orgid}/agent-profile/{id}
PUT
Updateconfig28
— Update specific Desktop Profile by ID
/v1/organization/{orgid}/agent-profile/{id}
DELETE
Deleteconfig25
— Delete specific Desktop Profile by ID
/v1/organization/{orgid}/agent-profile/{id}
GET
Getincomingreferences20
— List references for a specific Desktop Profile
/v1/organization/{orgid}/agent-profile/{id}/incoming-references
GET
Getallconfigwithmetadata26
— List Desktop Profile(s)
/v1/organization/{orgid}/v2/agent-profile
MCP Tools
list-desktop-profile-s
List Desktop Profile(s)
read-only
idempotent
create-new-desktop-profile
Create a new Desktop Profile
bulk-save-desktop-profile-s
Bulk save Desktop Profile(s)
bulk-export-desktop-profile-s
Bulk export Desktop Profile(s)
read-only
idempotent
purge-inactive-desktop-profile-s
Purge inactive Desktop Profile(s)
get-specific-desktop-profile-id
Get specific Desktop Profile by ID
read-only
idempotent
update-specific-desktop-profile-id
Update specific Desktop Profile by ID
idempotent
delete-specific-desktop-profile-id
Delete specific Desktop Profile by ID
idempotent
list-references-specific-desktop-profile
List references for a specific Desktop Profile
read-only
idempotent
list-desktop-profile-s-2
List Desktop Profile(s)
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Webex Contact Center — Desktop Profile
description: 'Webex Contact Center — Desktop Profile. 10 operations. Lead operation: List Desktop Profile(s). Self-contained
Naftiko capability covering one Webex business surface.'
tags:
- Webex
- Desktop Profile
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-desktop-profile
baseUri: ''
description: Webex Contact Center — Desktop Profile business capability. Self-contained, no shared references.
resources:
- name: organization-orgid-agent-profile
path: /organization/{orgid}/agent-profile
operations:
- name: getallconfig14
method: GET
description: List Desktop Profile(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. Supported filterable fields: id. '
- 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 ( wrapUpCodes,queues
- 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: singleObjectResponse
in: query
type: boolean
description: Specifiy whether to include array fields in the response, This query param should use only if the response
contain single record, if we are using for multiple o
- name: createconfig28
method: POST
description: Create a new Desktop Profile
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: true
- name: organization-orgid-agent-profile-bulk
path: /organization/{orgid}/agent-profile/bulk
operations:
- name: saveallconfig24
method: POST
description: Bulk save Desktop Profile(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: body
in: body
type: object
description: Request body (JSON).
required: true
- name: organization-orgid-agent-profile-bulk-export
path: /organization/{orgid}/agent-profile/bulk-export
operations:
- name: bulkexport21
method: GET
description: Bulk export Desktop Profile(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: 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-agent-profile-purge-inactive-entities
path: /organization/{orgid}/agent-profile/purge-inactive-entities
operations:
- name: purgeinactiveconfig11
method: POST
description: Purge inactive Desktop Profile(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: nextStartId
in: query
type: string
description: This is the entity ID from which items for the next purge batch with be selected.
- name: organization-orgid-agent-profile-id
path: /organization/{orgid}/agent-profile/{id}
operations:
- name: getconfig28
method: GET
description: Get specific Desktop Profile 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 Desktop Profile.
required: true
- name: updateconfig28
method: PUT
description: Update specific Desktop Profile 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 Desktop Profile.
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: deleteconfig25
method: DELETE
description: Delete specific Desktop Profile 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 Desktop Profile.
required: true
- name: organization-orgid-agent-profile-id-incoming-references
path: /organization/{orgid}/agent-profile/{id}/incoming-references
operations:
- name: getincomingreferences20
method: GET
description: List references for a specific Desktop Profile
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-agent-profile
path: /organization/{orgid}/v2/agent-profile
operations:
- name: getallconfigwithmetadata26
method: GET
description: List Desktop Profile(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, autoWrapAfterSeconds, wrapUpCodes, idleCodes, '
- 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 ( wrapUpCodes,queues
- name: search
in: query
type: string
description: Filter data based on the search keyword.Supported search columns(name, description)
- 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: singleObjectResponse
in: query
type: boolean
description: Specifiy whether to include array fields in the response, This query param should use only if the response
contain single record, if we are using for multiple o
authentication:
type: bearer
token: '{{env.WEBEX_API_KEY}}'
exposes:
- type: rest
namespace: contact-center-desktop-profile-rest
port: 8080
description: REST adapter for Webex Contact Center — Desktop Profile. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/organization/{orgid}/agent-profile
name: organization-orgid-agent-profile
description: REST surface for organization-orgid-agent-profile.
operations:
- method: GET
name: getallconfig14
description: List Desktop Profile(s)
call: contact-center-desktop-profile.getallconfig14
with:
orgid: rest.orgid
filter: rest.filter
attributes: rest.attributes
page: rest.page
pageSize: rest.pageSize
singleObjectResponse: rest.singleObjectResponse
outputParameters:
- type: object
mapping: $.
- method: POST
name: createconfig28
description: Create a new Desktop Profile
call: contact-center-desktop-profile.createconfig28
with:
orgid: rest.orgid
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/agent-profile/bulk
name: organization-orgid-agent-profile-bulk
description: REST surface for organization-orgid-agent-profile-bulk.
operations:
- method: POST
name: saveallconfig24
description: Bulk save Desktop Profile(s)
call: contact-center-desktop-profile.saveallconfig24
with:
orgid: rest.orgid
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/agent-profile/bulk-export
name: organization-orgid-agent-profile-bulk-export
description: REST surface for organization-orgid-agent-profile-bulk-export.
operations:
- method: GET
name: bulkexport21
description: Bulk export Desktop Profile(s)
call: contact-center-desktop-profile.bulkexport21
with:
orgid: rest.orgid
page: rest.page
pageSize: rest.pageSize
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/agent-profile/purge-inactive-entities
name: organization-orgid-agent-profile-purge-inactive-entities
description: REST surface for organization-orgid-agent-profile-purge-inactive-entities.
operations:
- method: POST
name: purgeinactiveconfig11
description: Purge inactive Desktop Profile(s)
call: contact-center-desktop-profile.purgeinactiveconfig11
with:
orgid: rest.orgid
nextStartId: rest.nextStartId
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/agent-profile/{id}
name: organization-orgid-agent-profile-id
description: REST surface for organization-orgid-agent-profile-id.
operations:
- method: GET
name: getconfig28
description: Get specific Desktop Profile by ID
call: contact-center-desktop-profile.getconfig28
with:
orgid: rest.orgid
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PUT
name: updateconfig28
description: Update specific Desktop Profile by ID
call: contact-center-desktop-profile.updateconfig28
with:
orgid: rest.orgid
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: DELETE
name: deleteconfig25
description: Delete specific Desktop Profile by ID
call: contact-center-desktop-profile.deleteconfig25
with:
orgid: rest.orgid
id: rest.id
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/agent-profile/{id}/incoming-references
name: organization-orgid-agent-profile-id-incoming-references
description: REST surface for organization-orgid-agent-profile-id-incoming-references.
operations:
- method: GET
name: getincomingreferences20
description: List references for a specific Desktop Profile
call: contact-center-desktop-profile.getincomingreferences20
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/agent-profile
name: organization-orgid-v2-agent-profile
description: REST surface for organization-orgid-v2-agent-profile.
operations:
- method: GET
name: getallconfigwithmetadata26
description: List Desktop Profile(s)
call: contact-center-desktop-profile.getallconfigwithmetadata26
with:
orgid: rest.orgid
filter: rest.filter
attributes: rest.attributes
search: rest.search
page: rest.page
pageSize: rest.pageSize
singleObjectResponse: rest.singleObjectResponse
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: contact-center-desktop-profile-mcp
port: 9090
transport: http
description: MCP adapter for Webex Contact Center — Desktop Profile. One tool per consumed operation, routed inline through
this capability's consumes block.
tools:
- name: list-desktop-profile-s
description: List Desktop Profile(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-desktop-profile.getallconfig14
with:
orgid: tools.orgid
filter: tools.filter
attributes: tools.attributes
page: tools.page
pageSize: tools.pageSize
singleObjectResponse: tools.singleObjectResponse
outputParameters:
- type: object
mapping: $.
- name: create-new-desktop-profile
description: Create a new Desktop Profile
hints:
readOnly: false
destructive: false
idempotent: false
call: contact-center-desktop-profile.createconfig28
with:
orgid: tools.orgid
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: bulk-save-desktop-profile-s
description: Bulk save Desktop Profile(s)
hints:
readOnly: false
destructive: false
idempotent: false
call: contact-center-desktop-profile.saveallconfig24
with:
orgid: tools.orgid
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: bulk-export-desktop-profile-s
description: Bulk export Desktop Profile(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-desktop-profile.bulkexport21
with:
orgid: tools.orgid
page: tools.page
pageSize: tools.pageSize
outputParameters:
- type: object
mapping: $.
- name: purge-inactive-desktop-profile-s
description: Purge inactive Desktop Profile(s)
hints:
readOnly: false
destructive: false
idempotent: false
call: contact-center-desktop-profile.purgeinactiveconfig11
with:
orgid: tools.orgid
nextStartId: tools.nextStartId
outputParameters:
- type: object
mapping: $.
- name: get-specific-desktop-profile-id
description: Get specific Desktop Profile by ID
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-desktop-profile.getconfig28
with:
orgid: tools.orgid
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-specific-desktop-profile-id
description: Update specific Desktop Profile by ID
hints:
readOnly: false
destructive: false
idempotent: true
call: contact-center-desktop-profile.updateconfig28
with:
orgid: tools.orgid
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: delete-specific-desktop-profile-id
description: Delete specific Desktop Profile by ID
hints:
readOnly: false
destructive: true
idempotent: true
call: contact-center-desktop-profile.deleteconfig25
with:
orgid: tools.orgid
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: list-references-specific-desktop-profile
description: List references for a specific Desktop Profile
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-desktop-profile.getincomingreferences20
with:
orgid: tools.orgid
id: tools.id
type: tools.type
page: tools.page
pageSize: tools.pageSize
outputParameters:
- type: object
mapping: $.
- name: list-desktop-profile-s-2
description: List Desktop Profile(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-desktop-profile.getallconfigwithmetadata26
with:
orgid: tools.orgid
filter: tools.filter
attributes: tools.attributes
search: tools.search
page: tools.page
pageSize: tools.pageSize
singleObjectResponse: tools.singleObjectResponse
outputParameters:
- type: object
mapping: $.