POST
/
v0
/
project
/
{project_name}
/
contexts

Creates a new context within a project. Contexts can be used to organize logs and artifacts within a project.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_name
string
required

Name of the project to create context in.

Body

name
string
required

Context name, can be nested using ’/’ (e.g., ‘parent/child’). Must contain only alphanumeric characters, underscores, and hyphens.

description
string | null

Optional description of the context