---
title: "Add project context keywords"
method: POST
path: "/v1/projects/{project_id}/context/keywords"
tags: ["Projects"]
---

# Add project context keywords

`POST /v1/projects/{project_id}/context/keywords`

Add one or more keywords to the project's AI context. Duplicate keywords are ignored.

Returns the full updated list of keywords.

> 🚧 Permissions
>
> Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

## Path parameters

- `project_id` string, required

## Request body

- object
  - `keywords` string[], required — Keywords to add to the project's AI context.

## Response `200`

200

- object
  - `data` string[], required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `422` — 422
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/dovetail/apis/dovetail-public-api.md) · [All operations](https://skmtc.net/dovetail/apis/dovetail-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dovetail/dovetail-public-api/versions/4107f5fdf8b2/schema)
