diff --git a/core/overview.mdx b/core/overview.mdx index 66688c5..d3f82fa 100644 --- a/core/overview.mdx +++ b/core/overview.mdx @@ -42,7 +42,7 @@ curl -L https://raw.githubusercontent.com/agentcontrol/agent-control/refs/heads/ **What this does:** - ✅ Starts Agent Control server at `http://localhost:8000` -- ✅ Starts UI dashboard at `http://localhost:4000` +- ✅ Starts UI dashboard at `http://localhost:8000` - ✅ Installs Python SDK (`agent-control-sdk`) **Next:** Jump to [Step 3: Register your agent](#step-3-register-your-agent) diff --git a/core/quickstart.mdx b/core/quickstart.mdx index 14466fb..c9ee4de 100644 --- a/core/quickstart.mdx +++ b/core/quickstart.mdx @@ -22,7 +22,7 @@ curl -L https://raw.githubusercontent.com/agentcontrol/agent-control/refs/heads/ **What this does:** - ✅ Starts Agent Control server at `http://localhost:8000` -- ✅ Starts UI dashboard at `http://localhost:4000` +- ✅ Starts UI dashboard at `http://localhost:8000` - ✅ Installs Python SDK (`agent-control-sdk`) **Next:** Jump to [Step 3: Register your agent](#step-3-register-your-agent)