All Products
Search
Document Center

Elastic Desktop Service:CreateTenantSkill

Last Updated:Jul 07, 2026

Creates a tenant skill.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

ecd:CreateTenantSkill

create

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Slug

string

Yes

The slug identifier of the skill. This parameter is user-defined and must be unique within the tenant.

find-skills****

DisplayName

string

Yes

The display name.

name****

Description

string

Yes

The description of the skill. Maximum length: 500 characters.

This skill is used for****

SkillIcon

string

No

The skill icon.

icon/****/****/****.png

IconETag

string

No

The icon parsing tag. This parameter is required when SkillIcon is specified.

21E9A5B273CB8EC0675*********

SkillVersion

string

Yes

The skill version.

0.0.1

SkillChannel

string

Yes

The skill channel. Valid values:

  • ENTERPRISE: Enterprise Edition.

  • BUSINESS: Business Edition.

Valid values:

  • ENTERPRISE :

    Enterprise Edition.

  • BUSINESS :

    Business Edition.

BUSINESS

TaskKey

string

Yes

The file parsing task key.

E1CF3D69-529D-****

ApiKey

string

No

The API key of the skill.

akm-98f66829***

EnvVars

object

No

The environment variables.

string

No

The environment variables.

{\"key\":\"value\",\"key\":\"value\"}

TaskKey parameter: Call the ParseSkillPackage operation to obtain the response, and then extract the value of TaskKey from the data field of the response object.

Slug parameter: Call the GetParseProgress operation to obtain the response, and then extract the value of Slug from the Data object within the data field of the response object.

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC5F****

SkillId

string

The unique ID of the skill.

s-04rj8mzqj1fu****

Examples

Success response

JSON format

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "SkillId": "s-04rj8mzqj1fu****"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.