Now available
AI agents as infrastructure
AgentCircuits ships as a single Docker image with everything you need. Portal, chat, APIs, provider adapters, and storage. Extend with tools when you need to.
docker run -p 8080:8080 \
-e AGENTCIRCUITS__AUTH__PROVIDERS__0=LocalUserId \
-e AGENTCIRCUITS__PROVIDERS__ANTHROPIC__API_KEY=sk-ant-... \
ghcr.io/agent-circuits/agentcircuits-server:latest Platform
Everything ships in the runtime. Packages are optional.
Hosted runtime
Portal, chat UI, REST APIs, SignalR, auth, and storage in a single deployable host.
Learn more →Custom tools
CLI tools, MCP servers, and custom implementations without rebuilding the platform.
Learn more →NuGet packages
Drop into code with AgentCircuits.Server and related packages for deeper .NET integration.
Learn more →Deployment
Start with the host. Drop into code only when you need to.
Run the image
Start with the Docker image or compose file. The runtime exposes /portal, /chat, health checks, and APIs.
Configure
Set provider credentials, auth, and storage through environment variables. Move to PostgreSQL when needed.
Extend
Mount CLI tools, register MCP servers, or build custom services with the NuGet packages.
Documentation
Read in the order most teams adopt the product.
Get early access
Join the waitlist for Docker releases, provider updates, and tool integrations as the platform matures.