v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
Projects

Create Project

Creates a logging project and adds this to your account.

If using an organization API key, the project will be created as an organizational project (requires project:write permission in the org). If using a personal API key, the project will be a personal project.

post/v0/project

Request body

namestring required

A unique, user-defined name used when referencing the project.

is_versionedboolean

Whether the project is versioned

iconstring nullable

Icon identifier for the project

orderinteger nullable

Position/order of the project in list

descriptionstring nullable

Optional description of the project

Example request

{
  "name": "eval-project"
}

Response

Successful Response

{"stackTrail":"paths:/v0/project:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}