Skip to main content
POST
Create New Experiment

Authorizations

HAIQU_API_KEY
string
query
required

Body

application/json

Define payload for MCP experiment creation requests.

Attributes: name: Experiment name unique within the caller scope. description: Optional HTML-formatted description persisted by the API. context: ai rationale for creating this experiment.

name
string
required

Experiment name. Matching is exact within the authenticated user scope.

description
string | null
default:""

Experiment description stored as HTML-formatted text. Send markup such as <p>...</p> when structure or rich text is needed.

context
string | null
default:""

Response

Successful Response

Represent an experiment with MCP-specific context metadata.

description and creation_date remain optional for compatibility with legacy database rows.

Attributes: description: Plain-text experiment description. Optional for legacy rows that still store NULL. creation_date: Experiment creation timestamp. Optional for legacy rows that still store NULL. context: Additional plain-text guidance for AI agents consuming the experiment. url: Dashboard URL for the experiment when available.

id
string
required
name
string
required
context
string
required
description
string | null
default:""
creation_date
string<date-time> | null
tags
string | null
default:""
circuits_count
integer | null
default:0
jobs_count
integer | null
default:0
last_action_date
string<date-time> | null
url
string | null
default:""