Skip to main content
POST
Create Hosted Evaluation

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to create and start a hosted evaluation

environment_ids
string[]
required

List of environment IDs to evaluate

Minimum array length: 1
inference_model
string
required

Model ID for inference

eval_config
HostedEvalConfig · object
required

Evaluation configuration

team_id
string | null

Optional team ID to own the hosted evaluation

name
string | null

Optional custom evaluation name

Response

Successful Response

Response after creating a hosted evaluation

evaluation_id
string
required

ID of the created evaluation

status
string
required

Current status of the evaluation

sandbox_id
string | null

ID of the sandbox running the evaluation

evaluation_ids
string[] | null

List of evaluation IDs if multiple environments were provided

error
string | null

Error message if creation failed