---
title: "Create a context entry for an organization (admin)"
method: POST
path: "/v1/admin/organizations/{orgId}/context"
tags: ["Admin - Context"]
---

# Create a context entry for an organization (admin)

`POST /v1/admin/organizations/{orgId}/context`

## Path parameters

- `orgId` string, required

## Request body

- CreateContextDto
  - `question` string, required — The question or topic this context entry addresses
  - `answer` string, required — The answer or detailed explanation for the question
  - `tags` string[] — Tags to categorize and help search this context entry

## Response `201`

---

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