Server Overview
AgentCircuits.Server is the production host for the platform.
What it runs
Section titled “What it runs”The host mounts:
- the admin portal at
/portal - the end-user chat UI at
/chat - REST APIs under
/portal/api/* - SignalR hubs under
/portal/hubs/* - health endpoints under
/health,/health/live, and/health/ready
Startup behavior
Section titled “Startup behavior”The server:
- loads
appsettings*.jsonfrom the executable directory - applies environment variables and command-line overrides
- selects file, in-memory, or SQL storage
- configures authentication
- mounts the portal and UI using the configured base paths
Default runtime shape
Section titled “Default runtime shape”The default config shipped in source uses:
http://127.0.0.1:8080- portal base path
/portal - UI base path
/chat - UI API and hub base path
/portal - authentication required
- A2A and channels enabled
Use the following pages for the operational surface: