def add_artifacts(
    project: Optional[str] = None,
    api_key: Optional[str] = None,
    **kwargs,
) -> Dict[str, str]:

source code

Creates one or more artifacts associated to a project. Artifacts are project-level metadata that don’t depend on other variables.

Arguments:

  • project - Name of the project the artifacts belong to.
  • api_key - If specified, unify API key to be used. Defaults to the value in the
  • kwargs - Dictionary containing one or more key:value pairs that will be stored

Returns:

A message indicating whether the artifacts were successfully added.