Quick Start
Launch the TUI (no setup needed):
noodleThis opens an empty workspace. The default collection directory
(./collections) is created automatically when you save your first
request.

Press Ctrl+N to open the new request overlay. Enter a name, method, and URL, then press Ctrl+S to save.

Try it with a simple GET:
Name: Example RequestMethod: GETRequest URL: https://httpbin.org/getPress Ctrl+Return to send. The response pane shows the status code, headers, body, and timing.

What just happened?
Section titled “What just happened?”Noodle wrote a .yml file on disk at ./collections/example-request.yml.
Every request is a file — edit it directly, commit it to version control,
or share it with your team.
Next Steps
Section titled “Next Steps”- Add environment variables with
{{var}}syntax - Configure authentication for your APIs
- Explore the keybindings reference