curl--request POST \--url'https://api.unify.ai/v0/project/my_project/contexts'\--header"Authorization: Bearer $UNIFY_KEY"--header'Content-Type: application/json'\--data '{"name":"experiment1/trial1","description":"Context for experiment 1 trial 1","is_versioned":true}'
{"name":"experiment1/trial1","description":"Context for experiment 1 trial 1","is_versioned":true,"version":1}
Creates a new context within a project. Contexts can be used to organize logs
and artifacts within a project.
If is_versioned=True, all logs in this context will be versioned and mutable.
The context version will increment automatically when logs are added, updated, or removed.