📄️ /customers/settings/llm/{accountId}
Create a LLM settings configuration.
📄️ /customers/settings/secret/{accountId}
Create a secret settings configuration for the given account.
📄️ /customers/settings/llm/{accountId}/{settingsId}
Delete the specific LLM settings configuration.
📄️ /customers/settings/secret/{accountId}/{settingsId}
Delete the specific secret settings configuration.
📄️ /customers/settings/clu/{accountId}
Returns the current CLU resource name or null if not configured.
📄️ /customers/current
Returns the current selected customer for the user's session.
📄️ /customers
Returns the list of customers.
📄️ /customers/settings/llm/{accountId}
Returns all the LLM settings configurations.
📄️ /customers/settings/secret/{accountId}
Returns all the secret settings configurations for the given account.
📄️ /customers/switch/{customerId}
Switch the customer in the user's session.
📄️ /customers/settings/clu/{accountId}
Set the CLU configuration.
📄️ /customers/settings/llm/{accountId}/{settingsId}
Update the specific LLM settings configuration.
📄️ /customers/settings/secret/{accountId}/{settingsId}
Update the specific secret settings configuration.