Creating a Project

Accessing Projects

The Projects section is located in the left sidebar. Click the section header to expand or collapse it.

Projects

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
Required

A short, descriptive name for your project. Maximum 50 characters.

e.g., Order API
Description
Optional

A longer description of what this API does.

e.g., REST API for managing customer orders
Servers
Optional

Base URLs for your API. You can add multiple servers (production, staging, etc.). Press Enter to add each URL.

https://api.example.com
https://staging.api.example.com

After Creation

Once your project is created:

1

Project Appears in Sidebar

The new project shows up in the Projects section with a folder icon.

2

Project is Expandable

Click the project name or arrow to expand and see its contents.

3

Empty Initially

A new project has no modules. Use the menu (⋮) to add your first module.

Order API
Usemenu to add module