v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Flag Management

Create Feature Flag

post/projects/{project_id}/workspaces/{workspace_id}/feature-flags

Request body

namestring required
keystring required
descriptionstring
tagsstring[] required
experiment_idstring uuid4
status'enabled' | 'disabled' | 'archived'
contextstring required
serving_method'client' | 'server' | 'remote_or_local' | 'remote_only' required
workspace_idinteger
is_experiment_activeboolean
hash_saltstring
reset_hash_saltboolean

Response

Success

OR