Vanguard AI

Projects

Projects are containers that group related jobs and chat conversations. Pass a projectId when creating a scan, job or conversation to file it under a project.

List projects

GET /v1/projects API key
200 Projects
{
  "status": "success",
  "projects": [
    { "id": "5c...", "name": "Onboarding batch", "createdAt": "2026-07-18T09:00:00Z" }
  ]
}

Create a project

POST /v1/projects API key

JSON body

name *
string
The project name.

Rename a project

PATCH /v1/projects/{id} API key

Delete a project

DELETE /v1/projects/{id} API key