Custom Metrics for Configs Full lifecycle management of custom business metrics: create metric definitions via API, track events via SDK, retrieve metric data, and manage metrics programmatically. Prerequisites - LaunchDarkly SDK initialized (see ) - LaunchDarkly API token with role for metric management - Understanding of built-in agent metrics (see ) API Key Detection Before prompting the user for an API key, try to detect it automatically: 1. Check Claude MCP config - Read and look for 2. Check environment variables - Look for , , or 3. Prompt user - Only if detection fails, ask the user f…