Deploy AETHER in your cloud.
A step-by-step guide for technology and infrastructure teams to install, configure, and scale AETHER on AWS, Azure, or Google Cloud — plus a built-in tool to initialize the AfroAI database.
What you'll deploy
The AETHER footprint
Management Platform
Agent.Web — admin UI + chat (SignalR)
Orchestrator
Agent.Service — chat orchestration + multi-agent
Public API
Agent.API — REST endpoints for agents
Worker
Agent.Worker — async jobs (Python, images, artifacts)
MCP servers
Tool servers (DMS, UMS, …)
Data layer
PostgreSQL + pgvector (the AfroAI DB)
PostgreSQL + pgvector
App schema + RAG embeddings
Redis
Cache + SignalR backplane (scale lever)
S3 / MinIO
Documents, artifacts, knowledge files
RabbitMQ
Async work queue for the Worker
Choose your cloud
Pick a target platform
Initialize the AfroAI database
Point the tool at your managed PostgreSQL instance to create the database, enable pgvector, and apply all schema migrations.
Recommended order
- 1 Prerequisites & access
- 2 Provision data & infrastructure
- 3 Push images to your registry
- 4 Deploy the services
- 5 Initialize the database
- 6 Scale & harden