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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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)

Enter a gateway URL above to enable sending.

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

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.postaitool()