/
AR
arize-ai
/
Arize-Phoenix REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 5h ago
Details
Filter operations
annotation_configs
5
annotations
3
datasets
10
experiments
11
projects
5
get
List all projects
post
Create a new project
get
Get project by ID or name
put
Update a project by ID or name
delete
Delete a project by ID or name
prompts
10
secrets
1
sessions
6
spans
7
traces
4
users
4
projects
Create a new project
Create a new project with the specified configuration.
post
/v1/projects
Request body
CreateProjectRequestBody
required
name
string
required
description
string
nullable
Response
The newly created project
CreateProjectResponseBody
required
data
Project
required
Changes