Product documentation
Updated October 7, 2025

Feature management

Group endpoints into features to keep large API suites organized for navigation, execution, and reporting.

Overview

A feature is a logical grouping of related endpoints inside a project (for example, User Management, Billing, or Orders). Features help keep large API suites:

  • easier to navigate
  • easier to run in batches
  • easier to report on (results roll up naturally)

Add a feature

  1. Open your project.
  2. Select Add feature.
  3. Enter:
    • Feature name (domain-based names work best)
    • Description (optional, but useful for teams)
  4. Select Create.

Manage features

Common actions include:

  • renaming a feature as the API evolves
  • reordering features for readability
  • archiving/deleting features that are deprecated

Best practices

  • Match your API boundaries: features should reflect how the API is used by teams.
  • Keep features stable: avoid renaming frequently—stability helps reporting and onboarding.
  • Use consistent naming: prefer nouns (Payments, Identity) over implementation details.

Related articles

Next steps

Still stuck?

Tell us what you’re trying to accomplish and we’ll point you to the right setup—installation, auth, or CI/CD wiring.