Skip to content

Glossary

Definitions are user-facing (how the product behaves in your code editor). Use search (Cmd+K / Ctrl+K) on this page to jump to related guides.

TermMeaning
Activity barVertical strip in your editor where the Gud API icon lives.
Auth helperUI to set Bearer, Basic, or API key without editing raw headers manually.
CollectionNamed group of saved requests and folders.
Command PaletteYour editor's command search (Cmd+Shift+P / Ctrl+Shift+P); run Gud API: commands here.
Cookie jarExtension storage for cookies per domain; used on later requests.
cURL importPaste a cURL command to auto-fill a request with the method, URL, headers, and body from that command.
EnvironmentNamed set of variables (key/value) selected for the current session.
FolderContainer inside a collection for organizing requests.
Global storageDefault location for Gud API data in your editor (not necessarily your repo).
GraphQLQuery language; Gud API sends POST requests with query + variables JSON.
HistoryLast ~100 sent requests for quick recall.
ImportLoad Postman, Thunder Client, or OpenAPI definitions into Collections.
JSON5JSON with comments and relaxed syntax; supported in body editor where enabled.
License keyPro entitlement string from purchase; required for sync/teams.
MultipartBody type for file uploads and mixed fields.
Placeholder syntax resolved from environments and collections.
PrettyFormatted response body view (often JSON).
PreviewSandboxed HTML preview of responses when applicable.
ProPaid tier with cloud sync (see product site).
Query paramsURL query string parameters edited in a table.
RawUnformatted response bytes as text.
Read-only collectionA shared collection where non-owners can view and send requests but cannot add, edit, or delete them. Indicated by a lock icon in the sidebar.
Request panelMain Gud API editor for method, URL, tabs, Send, and response.
Shared collectionA collection shared with all members of a team. Can be read/write or read-only. Indicated by a people icon in the sidebar.
SidebarGud API webview: History, Collections, Environments, Import.
SparklineTiny inline chart in the sidebar showing recent response times for a saved request.
SyncPro feature: cloud copy of collections/environments across devices.
TeamPro feature: shared access via invite codes; roles include admin.
Team member tokenA GUDTEAM- prefixed authentication token issued to users who join a team via invite code without their own license. Validates against the admin's Team subscription.
Team planPaid tier at £8/seat/mo for creating teams and sharing collections. Includes everything in Pro plus team management.
VariableNamed value used in URL, headers, or body via .
Workspace storageOptional .gud-api folder in a project for git-friendly sharing.