Skip to content

Applications

Use this section when you need documentation about applications 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 applications API when you need to manage applications from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.

Endpoint Description
POST /api/applications Create Application
POST /api/applications/{applicationId}/roles/{role} Assign Role to Application
POST /api/applications/{id}/accessKeys Create an Access Key for Application
PUT /api/applications/{id} Update Application
POST /api/applications/{applicationId}/accessKeys/{keyId}/status Toggle Access Key Status
DELETE /api/applications/{applicationId}/accessKeys/{keyId} Delete Access Key
DELETE /api/applications/{applicationId}/roles/{role} Remove Role from Application
DELETE /api/applications/{id} Delete Application
GET /api/applications Get All Applications
GET /api/applications/{id}/accessKeys Get Application Access Keys
GET /api/applications/{id} Get Application by ID
GET /api/applications/key/{accessKeyId} Get Application ID using Access Key
PUT /api/applications/{id}/tags Add Tag to Application
GET /api/applications/{id}/tags Get Tags from Application
DELETE /api/applications/{id}/tags Delete Tag from Application

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.

If you are unsure where to begin, start with Create Application, Assign Role to Application, Create an Access Key for Application, Update Application, Toggle Access Key Status. 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.

Pages