---
title: "Install skill for an agent"
method: POST
path: "/api/skills/{id}/install"
tags: ["Skills"]
---

# Install skill for an agent

`POST /api/skills/{id}/install`

## Path parameters

- `id` string, required

## Request body

- object
  - `agentId` string, required

## Response `200`

Skill installed

## Other responses

- `404` — Skill not found

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4f62e32be8ec?raw)
