Sparrow
Generated on 16 Jun 2025 from the Sparrow catalog page
Effortless Collection & Environment Handling: Simplify API testing with intuitive collection management and environment switching, allowing teams to focus on building and scaling high-quality software faster.
Seamless API Management: Sparrow offers a robust REST API tool that supports multiple request types, empowering developers to streamline workflows and enhance productivity with an intuitive, powerful interface.
Software Included
Package | Version | License |
---|
Creating an App using the Control Panel
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
Creating an App using the API
In addition to creating a Droplet from the Sparrow 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Sparrow Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "techdomeai-sparrow"}' \
"https://api.digitalocean.com/v2/droplets"
Getting Started After Deploying Sparrow
Usage Instructions for DigitalOcean 1-Click App
Getting Started with Your 1-Click App
After creating the Droplet using this 1-Click App, follow the steps below to access and configure your application:
-
Access the Droplet via SSH
Use the following command to connect to your Droplet:
ssh root@your_droplet_public_ipv4
Replace your_droplet_public_ipv4 with the actual public IP address of your Droplet, which is automatically populated on cloud.digitalocean.com when you launch the Droplet.
Note: You must have the SSH key and password you selected during Droplet creation.
-
Access the Application in a Web Browser
Open your browser and navigate to:
http://your_droplet_public_ipv4/health
Or, if SSL is configured:
https://your_droplet_public_ipv4/health
you can get the health status of sparrow service
-
Login Credentials
Username: root
Password: password and ssh key you provided while create a droplet
-
Default Ports Open
Service Port
Web App (HTTP) 80
Web App (HTTPS) 443
SSH 22
Ensure your local firewall does not block these ports.