Creating a Project
Accessing Projects
The Projects section is located in the left sidebar. Click the section header to expand or collapse it.
No projects yet
Create a project to organize requests
New Project Dialog
Click "New Project" to open the creation dialog. You have two options:
From Scratch
Start with an empty project and build your API structure manually.
- •Enter a project name (max 50 characters)
- •Add an optional description
- •Define server URLs (optional)
Import OpenAPI
Import an existing OpenAPI/Swagger specification file.
- •From URL (JSON/YAML)
- •Upload file (.json, .yaml, .yml)
- •Paste content directly
OpenAPI Import
For detailed information about importing OpenAPI specifications, see the OpenAPI section of this guide.
Creating From Scratch
When creating a project from scratch, fill in these fields:
Name
RequiredA short, descriptive name for your project. Maximum 50 characters.
Description
OptionalA longer description of what this API does.
Servers
OptionalBase URLs for your API. You can add multiple servers (production, staging, etc.). Press Enter to add each URL.
After Creation
Once your project is created:
Project Appears in Sidebar
The new project shows up in the Projects section with a folder icon.
Project is Expandable
Click the project name or arrow to expand and see its contents.
Empty Initially
A new project has no modules. Use the menu (⋮) to add your first module.