v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
Create an LLM Observability project
Create a new LLM Observability project. Returns the existing project if a name conflict occurs.
post/api/v2/llm-obs/v1/projects
Request body
Example request
{
"data": {
"attributes": {
"name": "My LLM Project"
},
"type": "projects"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"created_at": "2024-01-15T10:30:00Z",
"name": "My LLM Project",
"updated_at": "2024-01-15T10:30:00Z"
},
"id": "a33671aa-24fd-4dcd-9b33-a8ec7dde7751",
"type": "projects"
}
}