11# AiConfigs
2- (* aiConfigs* )
32
43## Overview
54
@@ -23,6 +22,7 @@ Retrieves a specific AI Config's targeting by its key
2322
2423### Example Usage
2524
25+ <!-- UsageSnippet language="typescript" operationID="getAIConfigTargeting" method="get" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting" -->
2626``` typescript
2727import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
2828
@@ -657,6 +657,7 @@ Here's an example:
657657
658658### Example Usage
659659
660+ <!-- UsageSnippet language="typescript" operationID="patchAIConfigTargeting" method="patch" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting" -->
660661``` typescript
661662import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
662663
@@ -757,6 +758,7 @@ Get a list of all AI Configs in the given project.
757758
758759### Example Usage
759760
761+ <!-- UsageSnippet language="typescript" operationID="getAIConfigs" method="get" path="/api/v2/projects/{projectKey}/ai-configs" -->
760762``` typescript
761763import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
762764
@@ -831,6 +833,7 @@ Create a new AI Config within the given project.
831833
832834### Example Usage
833835
836+ <!-- UsageSnippet language="typescript" operationID="postAIConfig" method="post" path="/api/v2/projects/{projectKey}/ai-configs" -->
834837``` typescript
835838import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
836839
@@ -1019,6 +1022,7 @@ Delete an existing AI Config.
10191022
10201023### Example Usage
10211024
1025+ <!-- UsageSnippet language="typescript" operationID="deleteAIConfig" method="delete" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}" -->
10221026``` typescript
10231027import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
10241028
@@ -1095,6 +1099,7 @@ Retrieve a specific AI Config by its key.
10951099
10961100### Example Usage
10971101
1102+ <!-- UsageSnippet language="typescript" operationID="getAIConfig" method="get" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}" -->
10981103``` typescript
10991104import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
11001105
@@ -1182,6 +1187,7 @@ Here's an example:
11821187
11831188### Example Usage
11841189
1190+ <!-- UsageSnippet language="typescript" operationID="patchAIConfig" method="patch" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}" -->
11851191``` typescript
11861192import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
11871193
@@ -1294,6 +1300,7 @@ The <code>model</code> in the request body requires a <code>modelName</code> and
12941300
12951301### Example Usage
12961302
1303+ <!-- UsageSnippet language="typescript" operationID="postAIConfigVariation" method="post" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations" -->
12971304``` typescript
12981305import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
12991306
@@ -1460,6 +1467,7 @@ Delete a specific variation of an AI Config by config key and variation key.
14601467
14611468### Example Usage
14621469
1470+ <!-- UsageSnippet language="typescript" operationID="deleteAIConfigVariation" method="delete" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}" -->
14631471``` typescript
14641472import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
14651473
@@ -1538,6 +1546,7 @@ Get an AI Config variation by key. The response includes all variation versions
15381546
15391547### Example Usage
15401548
1549+ <!-- UsageSnippet language="typescript" operationID="getAIConfigVariation" method="get" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}" -->
15411550``` typescript
15421551import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
15431552
@@ -1631,6 +1640,7 @@ Here's an example:
16311640
16321641### Example Usage
16331642
1643+ <!-- UsageSnippet language="typescript" operationID="patchAIConfigVariation" method="patch" path="/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}" -->
16341644``` typescript
16351645import { LaunchDarkly } from " @launchdarkly/mcp-server" ;
16361646
0 commit comments