What Agent Stack Provides
Everything you need to deploy and operate agents in production:- A self-hostable server that runs your agents
- A web UI where users can test and share deployed agents
- A CLI for deploying and managing agents
- Built-in infrastructure services your agents can access at runtime:
- Runtime-configurable LLMs — Switch between 15+ providers (Anthropic, OpenAI, watsonx.ai, Ollama) without changing code
- Embeddings & vector search — Power RAG and semantic search
- File storage — S3-compatible uploads and downloads
- Document text extraction — Via Docling
- External integrations — Connect to APIs, databases, Slack, Google Drive, and more via the MCP protocol with OAuth
- Secrets management — Securely store and use API keys and credentials
- An SDK (
agentstack-sdk) that lets your agents request these services through standardized A2A extensions - A HELM chart for Kubernetes deployments with custom storage, databases, and auth
How It Works
Agent Stack provides the deployment layer between your agent code and production use:- Build your agent using
agentstack-sdkwith your preferred framework - Deploy with a single CLI command to your Agent Stack instance
- Users interact through the automatically generated web interface
When to Use Agent Stack
Agent Stack is designed for teams who need:- Fast iteration across multiple agent frameworks without committing to one vendor’s hosting
- Infrastructure control to integrate with existing corporate systems and policies
- Internal deployment where you run the infrastructure rather than using external SaaS
- Development velocity without rebuilding deployment infrastructure for each new agent