Overview
This guide will help you get started with Auk quickly. You’ll learn how to:- Install Auk
- Create your first workspace
- Send your first API request
- Save requests to collections
- Use environment variables
Step 1: Install Auk
Download and install Auk for your operating system:macOS
Download for Mac
Windows
Download for Windows
Linux
Download for Linux
Step 2: Create Your First Workspace
When you first launch Auk, you’ll see the workspace creation wizard.
Your workspace is now ready!
Step 3: Send Your First Request
Let’s send a simple API request:
Congratulations! You’ve sent your first API request with Auk.
Step 4: Save to Collection
Now let’s save this request for later use:
Your request is now saved in the “JSONPlaceholder API” collection.
Step 5: Use Environment Variables
Let’s make the request more flexible with variables:Create Environment
- Click “Environments” in the sidebar
- Click “Add new”
- Name it “Development”
- Click “Create”
What’s Next?
You’ve learned the basics! Here are some next steps:Explore Features
Learn about collections, environments, and more
Setup Git Sync
Configure Git for team collaboration
Import Data
Import from Postman, Insomnia, or OpenAPI
Best Practices
Learn local-first workflow best practices
Common Tasks
Send a POST Request
- Change method to “POST”
- Enter URL:
<<baseUrl>>/users - Click “Body” tab
- Select “JSON”
- Enter body:
- Click “Send”
Add Headers
- Click “Headers” tab
- Click “Add new”
- Enter key:
Authorization - Enter value:
Bearer <<token>> - Click “Send”
Add Query Parameters
- Click “Params” tab
- Click “Add new”
- Enter key:
page - Enter value:
1 - URL automatically updates:
?page=1 - Click “Send”
Keyboard Shortcuts
Speed up your workflow with these shortcuts:| Action | macOS | Windows/Linux |
|---|---|---|
| Send request | Cmd + Enter | Ctrl + Enter |
| Save request | Cmd + S | Ctrl + S |
| New request | Cmd + N | Ctrl + N |
| Focus URL | Cmd + L | Ctrl + L |
| Switch workspace | Cmd + Shift + W | Ctrl + Shift + W |
Getting Help
Need more help?Documentation
Browse complete documentation
Troubleshooting
Common issues and solutions
GitHub Issues
Report bugs or request features
Community
Join discussions
What Makes Auk Different?
As you use Auk, you’ll notice some key differences from cloud-based tools: Local-First:- All data stored on your device
- Works completely offline
- Instant response times
- No network latency
- Use Git for team sync
- Standard Git workflows
- Version control built-in
- No cloud dependency
- You own your data
- No cloud service required
- Choose where data lives
- Complete control
Ready to dive deeper? Check out the complete documentation or start migrating from another tool.