How to integrate Hoppscotch with Astra CLI for Proxy service
Last updated: August 18, 2025
Overview
This guide explains how to configure Hoppscotch API development desktop application with Astra Proxy Service to capture HTTP traffic.
Prerequisites
You need to have Astra Proxy Service and Astra Traffic Collector running with astra-cli
š How to Setup Astra Proxy Service Integration using astra-cli
How to configure Hoppscotch
1. Open Setting in the Hoppscotch Desktop App
Launch the Hoppscotch desktop application on your system
In theĀ left vertical menu, click theĀ gear iconĀ (ā) to openĀ Settings.
3. Configure Native Interceptor

In theĀ InterceptorĀ section:
SelectĀ āNativeāĀ as the interceptor type.
UnderĀ Native ā Global Defaults:
TurnĀ off:
Verify HostVerify Peer
TurnĀ on:
Proxy
Set theĀ Proxy URLĀ to:
localhost:8181
4. Send a REST Request

In theĀ left vertical menu, click theĀ āRESTāĀ button to switch to the REST client interface.
Enter your API request details (method, URL, headers, etc.).
ClickĀ āSendāĀ to fire the request via the configured proxy.
Your request is traced and you will now be able to see your API endpoint in Astra dashboard. You should be able to run the following command and confirm the whether tracing was done successfully
./astra-cli proxy logs
./astra-cli collector logs