---
title: "Add Skill To Archer"
method: POST
path: "/v1/applications/skills"
tags: ["Artifact Management"]
deprecated: true
---

# Add Skill To Archer

`POST /v1/applications/skills`

> **Deprecated.**

This operation will no longer be available after 2025-04-30 and will be discontinued in upcoming weeks due to the deprecation of the direct use of apps and skills in the AI agent. Use tools to complete specific tasks through agents.

## Request body

- AddSkillRequest
  - `artifact_id` string, uuid, required — Artifact Id
  - `artifact_group_id` string, uuid, required — Artifact Group Id
  - `routing_description` string, required — Routing description for the artifact

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/versions/82c114c37196/schema)
