---
title: "Include skill in space"
method: POST
path: "/learning_spaces/{id}/skills"
tags: ["learning_spaces"]
---

# Include skill in space

`POST /learning_spaces/{id}/skills`

Add a skill to a learning space.

## Path parameters

- `id` string, required

## Request body

- HandlerIncludeSkillReq
  - `skill_id` string, required

## Response `201`

Created

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ModelLearningSpaceSkill
    - `created_at` string
    - `id` string
    - `learning_space_id` string
    - `skill_id` string

## Other responses

- `404` — Not Found
- `409` — Conflict

## Changes

- **2026-02-25** `de49d6016aac` — 2 info
  - api tag `learning_spaces` added
  - api tag `LearningSpaces` removed
- **2026-02-18** `733cad29883b` — 1 info
  - endpoint added
- **2025-11-12** `a1c1bcb0e2ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/learning_spaces/:id/skills/post.md)

---

[API](https://skmtc.dev/memodb-io/apis/acontext-api.md) · [All operations](https://skmtc.dev/memodb-io/apis/acontext-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/memodb-io/acontext-api/revisions/c8775333b1ed/schema)
