Audience: developers running workflows, workers, or Conductor agents locally or against a hosted cluster. Prerequisites: Node.js >= 18.
Pick one:
docker run -p 8080:8080 conductoross/conductor:latestcurl -sSL https://raw.githubusercontent.com/conductor-oss/conductor/main/conductor_server.sh | shnpm install -g @conductor-oss/conductor-cli
conductor server startThe Docker image also serves the UI at http://localhost:8080; the API is at
http://localhost:8080/api.
Set the API URL (including /api) and credentials:
export CONDUCTOR_SERVER_URL="https://your-cluster.orkesconductor.io/api"
export CONDUCTOR_AUTH_KEY="your-key"
export CONDUCTOR_AUTH_SECRET="your-secret"For agent runs, configure the LLM provider credential on the server before starting it — see security.
Continue with connection/authentication.