Skip to main content

Create a Collection

Create a collection when you want to define routing and backend settings without importing a spec.

Steps

  1. Open Collections and click New Collection.
  2. Enter a clear name and optional description.
  3. Set a unique Base Path such as /payments.
  4. Set Target Endpoint such as https://payments.internal.
  5. Optionally attach credentials and default headers.
  6. 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.