/
AR
arize-ai
/
Arize-Phoenix REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
annotation_configs
9
annotations
6
api_keys
7
chat
3
datasets
19
experiments
12
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
post
Login
get
Logout
post
Refresh Tokens
post
Initiate Password Reset
post
Reset Password
post
Ldap Login
get
Login
post
Login
get
Create Tokens
get
Version
get
Check Healthz
get
Check Readyz
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