Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required

The ID of the system's Project.

Example:

"314"

Body

application/json
config
object
required

The configuration of the system.

description
string
default:""

The description of the system.

name
string
default:Default system

The name of the system. Should be unique within the project. Default is "Default system"

Response

System created successfully

A System Under Test (SUT).

Systems are templates - to run evaluations, pair them with a SystemVersion that provides specific parameter values.

id
string<uuid>
required

The ID of the system.

name
string
required

The name of the system. Unique within the project.

description
string
default:""
required

The description of the system.

productionVersion
object
required

The production version of the system.

versions
object[]
required

The versions of the system.