projects
Create Project
Create a new project.
For all Galileo clusters, Each user cannot make projects with duplicate names. This can only occur when a user creates a project from the UI.
If this is Galileo Cloud, Different users can make projects with the same names. Users cannot share with one another (see project_service.user_can_access_project).
If this is Galileo Enterprise, Different users can not make projects with the same names. Users can share with one another (see project_service.user_can_access_project).
POST
/
projects
Authorizations
Galileo-API-Key
string
headerrequiredQuery Parameters
scope
string | null
default: Body
application/json
name
string
requiredcreated_by
string | null
type
enum<string>
Available options:
training_inference
, prompt_evaluation
, llm_monitor
, protect
create_example_templates
boolean
default: falseResponse
200 - application/json
name
string | null
created_by
string | null
type
enum<string> | null
Available options:
training_inference
, prompt_evaluation
, llm_monitor
, protect
id
string
requiredcreated_at
string
requiredupdated_at
string
requiredsettings
object | null
Was this page helpful?