Skip to content

AgentCircuits Documentation

Deploy the platform first. Extend it when you need to.

AgentCircuits is a deployable agent platform for .NET teams.

The recommended starting point is the hosted runtime:

  • AgentCircuits.Server runs the platform as a host with the admin portal at /portal, the chat UI at /chat, REST APIs, SignalR hubs, authentication, and storage.
  • The published Docker image is the fastest way to run it locally or in an environment that already standardises on containers.
  • The NuGet packages remain available when you need a custom host, deeper .NET integration, or in-process runtime control.

Use these sections in roughly this order:

  • Getting Started covers the product shape, Docker-first setup, and when to reach for packages.
  • Platform Runtime covers the hosted server, portal, chat UI, APIs, authentication, and deployment.
  • Tools covers CLI tools, MCP servers, and the built-in external tool services.
  • Providers maps the actual provider configuration surface used by the runtime.
  • Storage explains when file storage is enough and when to switch to PostgreSQL.
  • NuGet SDK documents the package surface for teams building custom hosts or embedding the runtime directly.