Create a Collection
Create a collection when you want to define routing and backend settings without importing a spec.
Steps
- Open Collections and click New Collection.
- Enter a clear name and optional description.
- Set a unique Base Path such as
/payments. - Set Target Endpoint such as
https://payments.internal. - Optionally attach credentials and default headers.
- Click Create.
Practical checks
- Keep base paths short and stable because clients depend on them.
- Confirm target endpoint includes scheme (
https://). - Start in draft, then add proxies before publish.