Helicone-Property-Environment property. In the example below, we assign the “development” property to the environment:
Viewing Environments
On the request page, you can conveniently view all the environments that your organization has employed.



Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Effortlessly track and manage your development, staging, and production environments with Helicone.
Helicone-Property-Environment property. In the example below, we assign the “development” property to the environment:
client.chat.completions.create(
# ...
extra_headers={
"Helicone-Property-Environment": "development",
}
)




Was this page helpful?