DEV Community

Dharmendra
Dharmendra

Posted on

Getting Started with Requestly Local Workspace for Local Development

πŸš€ Getting Started with Requestly Local Workspace

A complete guide to setting up and using Local Workspace for secure, offline API development.

Local Workspace is a powerful feature in the Requestly Desktop App that allows developers to store and manage all API data locally, offering complete privacy, full control, and an offline-first workflow.

This guide will help you understand, configure, and use Local Workspace effectively.


πŸ“Œ What Is Local Workspace?

Local Workspace is a workspace mode where all your data is stored locally on your machine, including:

  • βœ… API Requests
  • βœ… Collections
  • βœ… Environment Variables
  • βœ… Response history

Nothing syncs to cloud.

Nothing leaves your device.

Perfect for secure development environments. πŸ”’

⚠️ Note: Local Workspace is currently in early beta and available only in the Requestly Desktop App (API Client).


⭐ Key Features

πŸ” Local-Only Storage

All data stays in the directory you select β€” completely private.

πŸ“ Local Collections

Organize and manage API collections from your filesystem.

🌐 Offline-First

Works fully without an internet connection.

πŸ”§ API Client Support

Supports all major HTTP methods:

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

πŸ”„ Environment Variables

Use environment-specific variables like:

{{base_url}}
{{api_key}}
Enter fullscreen mode Exit fullscreen mode


`

All stored locally.


βš™οΈ How to Create a Local Workspace

1️⃣ Open Workspace Menu

Click the workspace name at the top-left corner of the Requestly Desktop App.

Workspace Menu


2️⃣ Select β€œJoin or Create Workspace”

Create Workspace


3️⃣ Choose β€œLocal Workspace”

Enter:

  • Workspace Name
  • Folder path for local storage

Recommended folder structure:


~/Requestly_Local_Workspace/

Local Workspace Selection


4️⃣ Click β€œCreate” βœ…

Your new Local Workspace is ready to use.
All API data will now be stored locally.

Workspace Created


πŸ§ͺ What You Can Do Inside Local Workspace

πŸ” Create & Test API Requests

Send:

  • GET
  • POST
  • PUT
  • DELETE

View JSON, raw responses, headers, and timing.


πŸ“‚ Organize Collections Locally

Collections are saved as folders/files inside your chosen directory.


πŸ”§ Use Local Environments

Keep private keys, URLs, and tokens offline.


πŸ“΄ Work Completely Offline

No internet required for:

  • Running requests
  • Managing collections
  • Editing environments

🚧 Current Limitations (Beta)

Limitation Status
Only API Client supported βœ…
No workspace delete UI βœ…
Desktop App only βœ…
Some features may change βœ…

For issues, feedback, or early access:
πŸ“¬ contact@requestly.io


πŸ“· Replaceable Placeholder Screenshot Links

You can replace the following when adding real screenshots:


βœ… Summary

Local Workspace is the ideal solution for:

  • πŸ”’ Privacy-first development
  • πŸ›°οΈ Offline API testing
  • πŸ§ͺ Local backend workflows
  • πŸ—‚οΈ Organizing secure API environments

It brings speed, confidentiality, and control to your development process.

For more updates, contributions, and documentation, visit:
πŸ‘‰ https://github.com/requestly/requestly

`

Top comments (0)