Self-Hosting Guide
Your Data. Your Rules.
Take full ownership of your API testing environment. Deploy Api Studio on your own infrastructure with zero hidden telemetry and zero vendor lock-in.
Minimum Requirements
| Components | Docker Full | Manual |
|---|---|---|
| Docker Compose | — | |
| Node.js 20+ | INCLUDED | |
| PostgreSQL 16 | INCLUDED | |
| Redis 7+ | INCLUDED |
Configuration
Define your core environment variables. Copy the example below into a .env file in your project root.
.env
Deployment Methods
Battery-Included Bundle
Uses our docker-compose registry to instantly spin up Postgres, Redis, and the Application — all in a single command.
01
Run the Deployment Stack
Troubleshooting
Env Parsing Issues
Values with special characters must be wrapped in double quotes in your .env file.
DB Connection Denied
Ensure the PostgreSQL service is running and credentials match your configured DATABASE_URL exactly.
Still need help?
Join our developer community on Discord or follow the project updates on GitHub.
