LaunchDarkly Connector
3 minute read
Overview
The LaunchDarkly connector enables AI Team members to interact with your LaunchDarkly feature management platform, providing capabilities for managing feature flags and AI configurations. By connecting LaunchDarkly to AI Team, AI teammates can query flag states, manage flag configurations, track rollout progress, and help coordinate feature releases.
The connector provides access to feature flags and AI configs, allowing AI teammates to help with feature flag management, progressive rollouts, and configuration updates.
Add the LaunchDarkly Connector
To add the LaunchDarkly connector, you obtain an API access token from LaunchDarkly and configure authentication in Edge Delta.
Prerequisites
Before configuring the connector, ensure you have:
- LaunchDarkly account with appropriate permissions
- API access token from LaunchDarkly
- Required permissions for the operations you need
Configuration Steps
- Navigate to AI Team > Connectors in the Edge Delta application
- Find the LaunchDarkly connector
- Click the connector card to open the configuration panel
- Enter a display name for the connector
- Enter your LaunchDarkly API key
- Click Save

The connector is now available for use by AI Team members who have been assigned this connector.
General Options
Display Name
Name to identify this LaunchDarkly connector instance.
API Key
API access token for authenticating with LaunchDarkly. To create a token:
- Click the gear icon in the LaunchDarkly left sidenav
- Click Authorization
- Click Create token
- Enter a name for the token
- Assign a role (Writer for full access, Reader for read-only access)
- Save and copy the token securely
See Creating API access tokens in the LaunchDarkly documentation for detailed instructions.
Tools
list_feature_flags
Retrieve all feature flags from your LaunchDarkly project.
create_feature_flag
Create a new feature flag.
get_feature_flag
Retrieve details about a specific feature flag.
update_feature_flag
Modify an existing feature flag’s configuration.
delete_feature_flag
Remove a feature flag.
list_ai_configs
Retrieve all AI configurations.
create_ai_config
Create a new AI configuration.
get_ai_config
Retrieve details about a specific AI configuration.
update_ai_config
Modify an existing AI configuration.
delete_ai_config
Remove an AI configuration.
create_ai_config_variation
Add a new variation to an AI configuration.
get_ai_config_variation
Retrieve details about a specific variation.
update_ai_config_variation
Modify an existing variation.
delete_ai_config_variation
Remove a variation from an AI configuration.
How to Use the LaunchDarkly Connector
The LaunchDarkly connector integrates with AI Team, enabling AI teammates to manage feature flags and AI configurations based on natural language queries. Once configured, AI teammates can help with feature rollouts, flag management, and configuration updates.
Use Case: Feature Flag Management
AI teammates can help manage feature flags by retrieving flag information, updating configurations, or creating new flags. For example, when planning a feature rollout, the AI can check current flag states, review targeting rules, and help coordinate the rollout process.
Use Case: Progressive Rollout Coordination
When rolling out features progressively, AI teammates can monitor flag states across environments and provide visibility into rollout status. This helps teams track which user segments have access to new features and coordinate the rollout timeline.
Use Case: Configuration Updates
AI teammates can help update feature flag configurations or AI config settings based on requirements. When changes are needed, the AI can modify flag targeting rules, update variations, or adjust configuration parameters.
Troubleshooting
Authentication errors: Verify your API access token is valid and hasn’t been revoked. Check that the token has the required permissions (Writer for modifications, Reader for read-only access).
Permission errors: Ensure your API token has appropriate role assignments for the operations you need. Some operations require Writer or Admin permissions.
Missing flags: Verify you have access to the LaunchDarkly project where the flags exist. Check that flags haven’t been archived if you’re trying to access them.
Next Steps
- Learn about creating custom teammates that can use this connector
- Explore other connectors to integrate additional tools
For additional help, visit AI Team Support.