

Access API specs view
Open the API Specs view from the editor sidebar:- Click Configurations in the left sidebar
- Select API Specifications from the configurations menu
Import specification files
Add OpenAPI or AsyncAPI specification files to your documentation:- In the API Specs view, click the Add button
- Select Import specification
- Choose one or more JSON or YAML files from your computer
- The editor validates each file and imports valid OpenAPI or AsyncAPI specifications
Supported formats
- OpenAPI: JSON or YAML files with
openapifield (versions 3.0+) - AsyncAPI: JSON or YAML files with
asyncapifield (versions 2.0+)
Organize specs in folders
Create folders to organize your API specifications:- Click the Add button in the API Specs view
- Select New folder
- Enter a folder name
- Press Enter to create the folder
Move specs with drag-and-drop
Reorganize your specifications by dragging them:- Drag a file or folder to reorder it
- Drop a file onto a folder to move it inside
- Drop a file in the root area at the bottom to move it to the top level
Configure navigation items
Link API specifications to your navigation items using the configure sheet:- Select a page or navigation item
- Click the settings icon to open the configure sheet
- Scroll to the OpenAPI or AsyncAPI field
- Choose between File or URL mode:
- File: Select a specification file from your repository
- URL: Enter a URL to an external specification file
File mode
Select a specification file from your repository:- Click the File button
- Choose a file from the dropdown menu
- Click the arrow icon to preview the specification in the API Specs view
URL mode
Link to an external specification file:- Click the URL button
- Enter the full URL to your specification file (e.g.,
https://api.example.com/openapi.json) - The URL must start with
http://orhttps://
You can only set either OpenAPI or AsyncAPI for a navigation item, not both. The fields disable each other when one is set.
Preview API spec files
View the contents of your specification files:- Click a specification file in the API Specs view
- The file opens in read-only preview mode
- Review the JSON or YAML content
Manage specs
Configure and manage individual specification files:- Click the settings icon on a file or folder
- The configure sheet displays metadata:
- Spec type: OpenAPI or AsyncAPI with version number
- Tags: Number of tags defined in the specification
- Paths/Channels: Number of API endpoints or channels
- File size: Size of the specification file
- File path: Full path in your repository
Rename files and folders
Change the name of a file or folder:- Open the configure sheet for the item
- Edit the name in the File name or Folder name field
- Click Save changes
Delete files and folders
Remove specification files or folders:- Open the configure sheet for the item
- Click Delete file or Delete folder at the bottom
- Confirm the deletion
Copy file paths
Copy the path of a specification file to use in configuration:- Right-click a file in the API Specs view
- Select Copy path from the menu
- The file path is copied to your clipboard