Skip to main content

CreateProjectRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CreateProjectRequestBody.json
categoriesstring[]nullable

Document category filters: iso, law, regulation, generic

descriptionstringrequired

Project description — used as the agent's mission

Possible values: non-empty

documentUuidsstring[]nullable

RAG document UUIDs scoped to this project

isoStandardsstring[]nullable

ISO standard filters (e.g. ISO 27001)

namestringrequired

Project name

Possible values: non-empty and <= 200 characters

CreateProjectRequestBody
{
"$schema": "https://example.com/schemas/CreateProjectRequestBody.json",
"categories": "Unknown Type: array,null",
"description": "string",
"documentUuids": "Unknown Type: array,null",
"isoStandards": "Unknown Type: array,null",
"name": "string"
}