curl -X GET "https://api.helicone.ai/v1/prompt-2025/environments" \
-H "Authorization: Bearer $HELICONE_API_KEY"
[
"production",
"staging",
"development"
]
Get all available environments across your prompts
curl -X GET "https://api.helicone.ai/v1/prompt-2025/environments" \
-H "Authorization: Bearer $HELICONE_API_KEY"
[
"production",
"staging",
"development"
]
curl -X GET "https://api.helicone.ai/v1/prompt-2025/environments" \
-H "Authorization: Bearer $HELICONE_API_KEY"
[
"production",
"staging",
"development"
]
Was this page helpful?