Introduction
Install, configure, and run Everstack -- the unified AI infrastructure platform.
Welcome to Everstack. This section walks you through installation, configuration, and the core concepts you need to ship AI-powered applications on Everstack.
Cloud URLs
Everstack Cloud uses two URL patterns:
- Dashboard (
https://app.everstack.ai) -- the cloud admin app where you manage providers, agents, evaluations, and deployments. - Your instance gateway (
https://{instance}.{region}.everstack.ai) -- the API endpoint for your dedicated managed instance. For example,https://acme.us-east.everstack.ai. This is what your application code sends requests to.
Throughout the docs, code examples use the https://{instance}.{region}.everstack.ai placeholder. Replace it with your own instance URL, which you can find in the dashboard under Settings -> Instance.
For self-hosted deployments, see Installation and replace the URL with your own host (e.g., http://localhost:8089).
Start here
Installation
Get Everstack running locally or on your own infrastructure.
Quick Start
Send your first request through the gateway in minutes.
Configuration
Configure providers, auth, and platform features.
Architecture
Understand how Everstack's services fit together.
Features
AI Gateway
Unified proxy for 200+ LLMs with routing, caching, and fallbacks.
Agents
Build autonomous agents with tool use and human-in-the-loop.
Workflow Studio
Visual builder for multi-step AI pipelines.
Vector Memory
Managed vector collections for RAG and agent memory.
Sandboxes
Isolated runtimes for safe code execution.
Voice
Text-to-speech, speech-to-text, and voice cloning for AI applications.
Data and safety
Storage
S3-compatible object storage for artifacts, files, and agent-generated content.
Guardrails
PII detection, prompt injection prevention, and content safety at runtime.
Evaluations
LLM-as-judge scoring, built-in metrics, and regression detection for CI/CD.

