projects
create_project
Creates a logging project and adds this to your account. This project will have a set of logs associated with it.
Arguments:
name
- A unique, user-defined name used when referencing the project.overwrite
- Whether to overwrite an existing project if is already exists.api_key
- If specified, unify API key to be used. Defaults to the value in theis_versioned
- Whether the project is tracked via version control.
Returns:
A message indicating whether the project was created successfully.