What Agent Stack Provides
Everything you need to deploy and operate agents in production:- Self-hostable server to run your agents
- Web UI for testing and sharing deployed agents
- CLI for deploying and managing agents
- Runtime services your agents can access:
- LLM Service — Switch between 15+ providers (Anthropic, OpenAI, watsonx.ai, Ollama) without code changes
- Embeddings & vector search for RAG and semantic search
- File storage — S3-compatible uploads/downloads
- Document text extraction via Docling
- External integrations via MCP protocol (APIs, Slack, Google Drive, etc.) with OAuth
- Secrets management for API keys and credentials
- SDK (
agentstack-sdk) for standardized A2A service requests - HELM chart for Kubernetes deployments with customizable storage, databases, and auth
How It Works
- Build your agent using
agentstack-sdk - Deploy with a single CLI command
- Users interact through the auto-generated web UI
- Development: Run locally with full services for rapid iteration
- Production: Deploy to Kubernetes via HELM and integrate with your infrastructure