aiconfig-api

Manage LaunchDarkly AI Configs via REST API with authentication headers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic access to LaunchDarkly AI Configs through the REST API, allowing operations beyond the SDKs to be automated and integrated into CI/CD.

Core Features & Use Cases

  • Create, Read, Update, and Delete AI Configs via REST endpoints.
  • Manage Variations, Tools, and Segments for targeting and automation.
  • Automation & Integration: ship AI Configs across projects and environments with code.

Quick Start

  • Authenticate with a valid API token and set the Authorization header.
  • List AI Configs for a project, then create or update a config using a JSON payload.

Frequently Asked Questions about aiconfig-api

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

FAQPage Schema
How do I programmatically manage AI Configs across projects using a REST API?

The aiconfig-api skill enables programmatic management of AI Configs via REST API, allowing you to create, read, update, delete, and list configurations across projects and environments. Authenticate with a valid API token in the Authorization header and use standard REST endpoints to automate config workflows beyond SDK capabilities.

What authentication do I need to access the LaunchDarkly AI Configs REST API?

Access to the AI Configs REST API requires a valid LaunchDarkly API token with appropriate permissions. Set the token in the Authorization header and include the LD-API-Version header in requests to authenticate and version your API calls.

Can I automate AI Config deployment across multiple environments?

Yes, the aiconfig-api skill supports automation of AI Configs, variations, tools, and segments across multiple projects and environments through REST endpoints. This enables CI/CD integration to ship configurations programmatically without manual intervention.

What operations can I perform on AI Configs through the REST API?

The REST API supports full CRUD operations: create new AI Configs, read existing ones, update configurations and their variations or tools, delete configs, and list all configs and segments for a project. Each operation uses standard REST practices with JSON payloads.

Do I need SDK knowledge to use the AI Configs REST API?

No, the REST API provides direct programmatic access independent of SDKs. It's designed for automation and integration workflows where you need capabilities beyond what SDKs offer, using only HTTP requests and API tokens.