Product documentationUpdated 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
- Open your project.
- Select Add feature.
- Enter:
- Feature name (domain-based names work best)
- Description (optional, but useful for teams)
- 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
Related articles
- Project Export/Import · Product documentation
Next steps
- Getting started · Install + connect your spec
- Configuration fundamentals · Stabilize runs
- Initial configuration · Users, licensing, projects
- Release notes · Updates and fixes
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.