Environment Variables
Use this section when you need documentation about environment variables in Orkes Conductor.
Start with the overview pages, then move into the reference or tutorial that matches the workflow, worker, API, or integration you are implementing.
Quick reference
Use this environment variables API when you need to manage environment variables from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.
| Endpoint | Description |
|---|---|
PUT /api/environment/{key} |
Create/Update Environment Variable |
GET /api/environment/{key} |
Get Environment Value by Key |
GET /api/environment |
Get All Environment Variables |
DELETE /api/environment/{key} |
Delete Environment Variable |
PUT /api/environment/{name}/tags |
Add Tags to an Environment Variable |
GET /api/environment/{name}/tags |
Get Tags from an Environment Variable |
DELETE /api/environment/{name}/tags |
Delete Tags from an Environment Variable |
Authentication: every endpoint above requires Orkes Conductor API credentials with permission for the target resource. See individual pages for path/query parameters, request bodies, and response examples.
Recommended path
If you are unsure where to begin, start with Create/Update Environment Variable, Get Environment Value by Key, Get All Environment Variables, Delete Environment Variable, Add Tags to an Environment Variable. These pages cover the most common entry points for this section.
When to use this section
Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.