---
title: "POST /experimental/workspaces/{workspaceId}/skills/workspace"
method: POST
path: "/experimental/workspaces/{workspaceId}/skills/workspace"
tags: ["Skills", "Workspaces"]
---

# POST /experimental/workspaces/{workspaceId}/skills/workspace

`POST /experimental/workspaces/{workspaceId}/skills/workspace`

Indexes one or more SKILL.md files from a GitHub repository using the workspace GitHub App installation. Supports public and private repositories.

## Path parameters

- `workspaceId` string, uuid, required

## Headers

- `Authorization` string

## Request body

- object
  - `sourceUrl` string, uri, required
  - `paths` string[], required
  - `sourceRef` string, required

## Response `200`

Default Response

- object
  - `data` object, required
    - `registered` integer, required
    - `skipped` integer, required
    - `failed` integer, required
    - `skills` object[], required
      - `skillId` string, required
      - `skillVersionId` string, required
      - `path` string, required
      - `commitSha` string, required
    - `errors` object[], required
      - `path` string, required
      - `message` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-18** `e7688d4122e1` — 1 breaking
  - for the `path` request parameter `workspaceId`, the format changed from no format to `uuid`

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/workspaces/:workspaceId/skills/workspace/post.md)

---

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