/
ME
meganova
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 3w ago
Details
Filter operations
ab-testing
7
get
List Experiments
post
Create Experiment
put
Update Experiment
delete
Delete Experiment
post
Assign Variant
post
Record Result
get
Get Experiment Stats
admin
79
agents
49
analytics
7
assets
5
audio
1
auth
11
benchmarks
3
blocked-creators
4
cak
2
casting
4
character-reports
2
characters
20
chat
25
connectors
12
creator
48
credits
10
custom-tools
6
embeds
10
escalation-rules
5
images
8
impersonate
1
integrations
14
lorebooks
16
marketplace
19
mcp-tools
3
memories
4
memory-health
1
models
4
notifications
5
personas
5
referral
9
seo
6
short-urls
1
spaces
5
storage
5
storage-providers
11
stripe
20
support-metrics
2
trailers
6
user
4
videos
4
get
Read Root
get
Redirect Short Url
get
Health Check
ab-testing
Create Experiment
Create a new A/B experiment.
post
/ab-testing/spaces/{space_id}
Path parameters
space_id
string
uuid
required
Request body
ExperimentCreate
required
name
string
required
description
string
nullable
agent_id
string
nullable
variants
VariantConfig[]
required
traffic_percentage
integer
success_metric
string
Response
Successful Response
ExperimentResponse
required
id
string
required
space_id
string
required
agent_id
string
nullable
required
name
string
required
description
string
nullable
required
status
string
required
variants
object[]
required
traffic_percentage
integer
required
success_metric
string
required
started_at
string
nullable
required
ended_at
string
nullable
required
created_at
string
required
updated_at
string
required
Changes