Core API map
July 27, 2026 ยท View on GitHub
| Need | Python type | Reference |
|---|---|---|
| Configure transport and auth | Configuration / OrkesClients | connection/authentication |
| Run workflow executions | WorkflowExecutor / WorkflowClient | WORKFLOW.md |
| Poll and update tasks | TaskHandler / TaskClient | TASK_MANAGEMENT.md |
| Manage definitions | MetadataClient | METADATA.md |
| Schedule workflows | SchedulerClient | SCHEDULE.md |
| Manage schemas | SchemaClient | schema client |
| Manage secrets and integrations | SecretClient / IntegrationClient | security |
| Compile, deploy, run, signal agents | AgentClient / AgentRuntime | agent control plane |
Python does not currently expose a public workflow-scoped FileClient; use the
server and task capabilities appropriate to your deployment instead.