Home
Home is the main workspace. It combines the collections sidebar, the request top bar, request sections, command and search access, sending, and inline response inspection.
What you do here
Section titled “What you do here”- browse collections, folders, and requests
- create a new request with
a - open a request for editing
- edit
MethodandURL - send requests
- inspect response body and headers
- search collections, folders, and requests
- rename, move, copy, import, and export from the command palette
Most common keys
Section titled “Most common keys”Sidebar / normal mode
Section titled “Sidebar / normal mode”j/k: move through sidebar rowsJ/K: jump between foldersCtrl+J/Ctrl+K: jump between collectionsh/l: cycle between pinned requestse: pin the selected request, or toggle a collection or foldera: create a new requests: send the active requestc: close the active pinned request/: open Home searchCtrl+P: open the command paletteCtrl+O: open jump modePageUp/PageDown: scroll the sidebar list fasterEsc: collapse the selected collection or folder when possible
Top bar
Section titled “Top bar”Above the request sections, Home shows the active request method and URL.
Ctrl+O, then1: jump toMethodCtrl+O, then2: jump toURLe/Enter: open the method picker whenMethodis selectedEnter: save the URL whenURLis being edited
Request sections
Section titled “Request sections”After you pin a request, you can move through the request sections.
h/l: move betweenInfo,Auth,Params,Headers,Body, andSettingse/Enter: open the selected section or rowj/k: move within the current section when row selection is actives: send the active requestv: open inline response selectionCtrl+U/Ctrl+D: scroll the inline response in request-editing contextsEsc: back out one level
Ctrl+O also lets you jump directly into these sections:
q:Infow:Authe:Paramsr:Headerst:Bodyy:Settings
Response selection
Section titled “Response selection”When response selection is open:
h/l: switch betweenBodyandHeadersj/k: scroll the selected responsee/Enter: open the full response viewer fromBodyCtrl+U/Ctrl+D: scroll the inline responseEsc: return to the request editor
Editing a request
Section titled “Editing a request”Home editing is split into:
InfoAuthParamsHeadersBodySettings
j/k: chooseNameorDescriptionEnter: edit the selected field
j/k: move through auth rows, starting withTypeEnter: edit the selected row- auth type and option rows use dropdown-style selection
Current auth support includes:
No AuthBasic AuthBearer TokenAPI KeyCookie AuthCustom HeaderOAuth 2.0client credentials
Params and Headers
Section titled “Params and Headers”j/k: move through rowsH/L: move between key and valuea: add a rowspace: enable or disable the selected rowd: delete a rowEnter: edit the selected field
For Headers, piespector also shows inferred auto headers such as Accept, User-Agent, auth headers, and the default Content-Type. These can be toggled with space, but they are not edited like explicit rows. Explicit headers override inferred ones.
Current body support includes:
NoneForm-Datax-www-form-urlencodedRawGraphQLBinary
Raw supports:
TextJSONXMLHTMLJavaScript
Behavior by body type:
- row
1is alwaysBody Type Rawadds aRaw Formatrow before the preview or editor- raw text-heavy bodies open a full text editor
GraphQLuses its own editor pathBinaryuses an inline file path field with path completion- form-style bodies use
H/L,a,space,d, andEnter - the preview pane syntax-highlights supported formats
Settings
Section titled “Settings”Settings currently includes:
Verify SSLFollow Redirects
Use space, e, or Enter to toggle the selected setting.
Common commands
Section titled “Common commands”Open the palette with Ctrl+P. The exact Home command list depends on the current Home context.
Home sidebar with no selection-specific action
Section titled “Home sidebar with no selection-specific action”newnew collection NAMEimport PATHexport PATHhistoryenv
Request selected in the sidebar
Section titled “Request selected in the sidebar”newnew collection NAMEnew folder NAMEimport PATHexport PATHeditrename NAMEcp PATHmv PATHdelhistoryenv
Folder selected in the sidebar
Section titled “Folder selected in the sidebar”newnew collection NAMEnew folder NAMEimport PATHexport PATHrename NAMEcp PATHmv PATHdelhistoryenv
Collection selected in the sidebar
Section titled “Collection selected in the sidebar”newnew collection NAMEnew folder NAMEimport PATHexport PATHrename NAMEcpdelhistoryenv
Inside request sections or response focus
Section titled “Inside request sections or response focus”historyenv
cpandmvare Home-only commands from sidebar contextcpon a collection duplicates the selected collection in place- exporting from Home writes the whole workspace unless a collection is selected
- importing on Home adds collections as new copies
- the command palette also includes Textual system commands such as
Help
For full command behavior, see Command Palette. For auth details, see Authentication. For body details, see Request Bodies.