aiconfig-projects

Create and manage LaunchDarkly projects for AI Configs via the API.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/launchdarkly-labs/aiconfigs-skills --skill aiconfig-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiconfig-projects
Source: https://github.com/launchdarkly-labs/aiconfigs-skills/tree/main/aiconfig-projects
Command: npx skills add https://github.com/launchdarkly-labs/aiconfigs-skills --skill aiconfig-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage LaunchDarkly projects to organize AI Configs, feature flags, and environments, reducing setup time and clutter.

Core Features & Use Cases

  • Provision new projects for teams, regions, or environments.
  • List, clone, and manage existing projects and their SDK keys across environments.
  • Share project structures and policies across your organization.

Quick Start

Run: create_project(name="Customer Support AI", key="support-ai"); then retrieve the production SDK key with get_sdk_key("support-ai", "production").

Frequently Asked Questions about aiconfig-projects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize AI configs and feature flags across teams using LaunchDarkly projects?

Create LaunchDarkly projects to organize AI configs, feature flags, and environments by team or region. Use the create_project API to provision new projects, then manage SDK keys and environments within each project to reduce setup time and clutter across your organization.

Can I clone LaunchDarkly projects to replicate structures across environments?

Yes, you can clone existing LaunchDarkly projects to replicate their structure, policies, and configurations across environments. This lets you quickly scale project setups and share standardized structures across teams without manual recreation.

How do I retrieve and manage SDK keys for different environments in LaunchDarkly?

Retrieve SDK keys per environment using get_sdk_key with your project key and environment name. The Skill manages SDK keys across environments via the LaunchDarkly API, enabling secure key distribution and environment-specific configurations.

What does the LaunchDarkly API require to provision and manage projects programmatically?

The LaunchDarkly API uses Python tooling and HTTP requests to provision, list, and manage projects. You need valid API credentials and project keys to perform operations like creating projects, cloning structures, and retrieving SDK keys across your infrastructure.

Can I list and audit existing LaunchDarkly projects and their configurations?

Yes, list existing LaunchDarkly projects and their associated environments and SDK keys programmatically. This enables project auditing, cross-team visibility, and centralized management of project structures and policies.