provider AI Configs POST /api/v2/projects/{projectKey}/ai-tools
@utdk/launchdarkly /api/v2/projects/{projectKey}/ai-tools
Create an AI tool
Create an AI tool
projectKey path required
string

Try it

Authentication
Configure credentials for LaunchDarkly REST API
postaitool
POST/api/v2/projects/{projectKey}/ai-tools
Create an AI tool

Parameters

required

Input

required
required

JSON Schema defining the tool's parameters for LLM consumption

Custom metadata and configuration for application-level use (not sent to LLM)

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.postaitool()