> ## Documentation Index
> Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is watsonx Orchestrate Developer Edition?

watsonx Orchestrate Developer Edition runs as a local server on your computer, giving you a dedicated development environment. The ADK includes commands that help you manage this local setup.

watsonx Orchestrate Developer Edition includes these main components:

* **watsonx Orchestrate server**

  This is a local version of watsonx Orchestrate that runs on `http://localhost:4321`. It includes its own UI, API endpoints, and optional services—such as Langfuse—that you can enable to build your agents. The following endpoint are available:

  * **OpenAPI Docs**: `http://localhost:4321/docs`. This API documentation is also available in the [watsonx Orchestrate Developer Edition APIs](../apis/agent-release-environments/create-an-environment-for-an-agent).
  * **API Base URL**: `http://localhost:4321/api/v1`

* **watsonx Orchestrate UI**

  This is a local UI for watsonx Orchestrate that runs on `http://localhost:3000`.

  <Frame caption="watsonx Orchestrate Developer Edition: watsonx Orchestrate server UI running locally">
    <img src="https://mintcdn.com/ibm-2e3153bf/CUC4--rm2jCi7sPV/assets/developer_edition/ui.png?fit=max&auto=format&n=CUC4--rm2jCi7sPV&q=85&s=6bf448ee0720e29d93cb0b474e0aac5a" width="949" height="738" data-path="assets/developer_edition/ui.png" />
  </Frame>
