You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*LaunchDarklyApi.AIConfigsBetaApi* | [**getModelConfig**](docs/AIConfigsBetaApi.md#getModelConfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
589
589
*LaunchDarklyApi.AIConfigsBetaApi* | [**listAIToolVersions**](docs/AIConfigsBetaApi.md#listAIToolVersions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
590
590
*LaunchDarklyApi.AIConfigsBetaApi* | [**listAITools**](docs/AIConfigsBetaApi.md#listAITools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
591
+
*LaunchDarklyApi.AIConfigsBetaApi* | [**listAgentGraphs**](docs/AIConfigsBetaApi.md#listAgentGraphs) | **GET** /api/v2/projects/{projectKey}/agent-graphs | List agent graphs
591
592
*LaunchDarklyApi.AIConfigsBetaApi* | [**listModelConfigs**](docs/AIConfigsBetaApi.md#listModelConfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
592
593
*LaunchDarklyApi.AIConfigsBetaApi* | [**patchAIConfig**](docs/AIConfigsBetaApi.md#patchAIConfig) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config
*LaunchDarklyApi.AIConfigsBetaApi* | [**postModelConfig**](docs/AIConfigsBetaApi.md#postModelConfig) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs | Create an AI model config
600
602
*LaunchDarklyApi.AIConfigsBetaApi* | [**postRestrictedModels**](docs/AIConfigsBetaApi.md#postRestrictedModels) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list
*LaunchDarklyApi.AccountUsageBetaApi* | [**getMAUClientsideUsage**](docs/AccountUsageBetaApi.md#getMAUClientsideUsage) | **GET** /api/v2/usage/clientside-mau | Get MAU clientside usage
625
+
*LaunchDarklyApi.AccountUsageBetaApi* | [**getMAUTotalUsage**](docs/AccountUsageBetaApi.md#getMAUTotalUsage) | **GET** /api/v2/usage/total-mau | Get MAU total usage
622
626
*LaunchDarklyApi.AccountUsageBetaApi* | [**getMauSdksByType**](docs/AccountUsageBetaApi.md#getMauSdksByType) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
623
627
*LaunchDarklyApi.AccountUsageBetaApi* | [**getMauUsage**](docs/AccountUsageBetaApi.md#getMauUsage) | **GET** /api/v2/usage/mau | Get MAU usage
624
628
*LaunchDarklyApi.AccountUsageBetaApi* | [**getMauUsageByCategory**](docs/AccountUsageBetaApi.md#getMauUsageByCategory) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
[**getModelConfig**](AIConfigsBetaApi.md#getModelConfig) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs/{modelConfigKey} | Get AI model config
20
20
[**listAIToolVersions**](AIConfigsBetaApi.md#listAIToolVersions) | **GET** /api/v2/projects/{projectKey}/ai-tools/{toolKey}/versions | List AI tool versions
21
21
[**listAITools**](AIConfigsBetaApi.md#listAITools) | **GET** /api/v2/projects/{projectKey}/ai-tools | List AI tools
22
+
[**listAgentGraphs**](AIConfigsBetaApi.md#listAgentGraphs) | **GET** /api/v2/projects/{projectKey}/agent-graphs | List agent graphs
22
23
[**listModelConfigs**](AIConfigsBetaApi.md#listModelConfigs) | **GET** /api/v2/projects/{projectKey}/ai-configs/model-configs | List AI model configs
23
24
[**patchAIConfig**](AIConfigsBetaApi.md#patchAIConfig) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey} | Update AI Config
24
25
[**patchAIConfigTargeting**](AIConfigsBetaApi.md#patchAIConfigTargeting) | **PATCH** /api/v2/projects/{projectKey}/ai-configs/{configKey}/targeting | Update AI Config targeting
[**postAIConfig**](AIConfigsBetaApi.md#postAIConfig) | **POST** /api/v2/projects/{projectKey}/ai-configs | Create new AI Config
28
29
[**postAIConfigVariation**](AIConfigsBetaApi.md#postAIConfigVariation) | **POST** /api/v2/projects/{projectKey}/ai-configs/{configKey}/variations | Create AI Config variation
29
30
[**postAITool**](AIConfigsBetaApi.md#postAITool) | **POST** /api/v2/projects/{projectKey}/ai-tools | Create an AI tool
31
+
[**postAgentGraph**](AIConfigsBetaApi.md#postAgentGraph) | **POST** /api/v2/projects/{projectKey}/agent-graphs | Create new agent graph
30
32
[**postModelConfig**](AIConfigsBetaApi.md#postModelConfig) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs | Create an AI model config
31
33
[**postRestrictedModels**](AIConfigsBetaApi.md#postRestrictedModels) | **POST** /api/v2/projects/{projectKey}/ai-configs/model-configs/restricted | Add AI models to the restricted list
32
34
@@ -897,6 +899,65 @@ Name | Type | Description | Notes
Get a list of all agent graphs in the given project. Returns metadata only, without edge data.
909
+
910
+
### Example
911
+
912
+
```javascript
913
+
importLaunchDarklyApifrom'launchdarkly-api';
914
+
let defaultClient =LaunchDarklyApi.ApiClient.instance;
915
+
// Configure API key authorization: ApiKey
916
+
let ApiKey =defaultClient.authentications['ApiKey'];
917
+
ApiKey.apiKey='YOUR API KEY';
918
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
919
+
//ApiKey.apiKeyPrefix = 'Token';
920
+
921
+
let apiInstance =newLaunchDarklyApi.AIConfigsBetaApi();
922
+
let lDAPIVersion ="lDAPIVersion_example"; // String | Version of the endpoint.
923
+
let projectKey ="projectKey_example"; // String |
924
+
let opts = {
925
+
'limit':56, // Number | The number of AI Configs to return.
926
+
'offset':56// Number | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`.
**lDAPIVersion** | **String**| Version of the endpoint. |
943
+
**projectKey** | **String**| |
944
+
**limit** | **Number**| The number of AI Configs to return. | [optional]
945
+
**offset** | **Number**| Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`. | [optional]
0 commit comments