Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 807 Bytes

File metadata and controls

28 lines (19 loc) · 807 Bytes

SplitLaunch Examples

These examples show how developers and AI agents can call SplitLaunch from shell scripts or use agent prompts inside coding tools.

cURL Examples

Agent Prompt Examples

Environment Variables

The shell examples expect environment variables such as:

export SPLITLAUNCH_API_KEY='sl_live_REPLACE_WITH_REAL_KEY'
export SPLITLAUNCH_PROJECT_ID='PROJECT_ID'
export SPLITLAUNCH_EXPERIMENT_ID='EXPERIMENT_ID'

Do not commit real API keys to GitHub.