Skip to content

Configuration

Rishap Gandhi edited this page Jun 15, 2026 · 1 revision

Configuration

Environments

Each environment has:

  • Name — Display label (e.g., "Production")
  • Base URL — The server root (e.g., https://api.example.com)
  • Headers — Custom headers per env (auth tokens, API keys)
  • Color — For visual identification in diff view

Default Environments

Name Base URL Color
Local http://localhost:8000 Green
Staging https://staging.api.example.com Yellow
Production https://api.example.com Red

Clone this wiki locally