This topic describes how the LaunchDarkly AgentControl product treats personally identifiable information (PII).
End-user data is information about your customers that your application sends to LaunchDarkly as part of a context. End-user data can include PII, including names, email addresses, or other unique identifiers, depending on how you define your context attributes.
AgentControl works similarly to LaunchDarkly feature flags with respect to PII in end-user data. Specifically:
When you work with AgentControl, LaunchDarkly does not send prompts, context attributes, or variation configuration to any AI provider. LaunchDarkly does not proxy model responses and does not use any information you provide to fine-tune or train any models. This includes information you provide when you create a config and its variations, as well as information included in context attributes. If you choose to use AgentControl playgrounds or evaluations, you will be required to input API keys from your model providers. LaunchDarkly will send your prompts, context attributes, and evaluation criteria to the models and API providers you specify using your credentials, under the terms of your existing agreements.
If you use variables within your config variation messages, either from a context attribute or directly from your application, LaunchDarkly substitutes the values of those variables into the message. If your organization prohibits sending PII to AI providers, then you must take care not to include PII in any of the variables that you reference in the messages in your config variations.
When you use online evaluations or custom judges, evaluation runs entirely within your application process. Your application calls the model provider directly using your configured provider credentials. The AI SDK provides the judge configuration and tracks evaluation results, but it does not independently invoke the model provider.
LaunchDarkly does not proxy model provider requests. The model provider receives only the prompts and parameters that your application sends.