Product documentationUpdated October 7, 2025
Endpoint Management
Create and manage endpoints under features—set URL, method, and auth so tests, executions, and reporting stay organized and consistent.
Overview
An endpoint is a specific API route and HTTP method (for example, GET /users/{id}) under a feature. Endpoints are the unit you create tests against and the anchor for execution and reporting.
Add an endpoint
- Open a feature.
- Select Add endpoint.
- Provide:
- Endpoint URL / path
- HTTP method (GET, POST, PUT, PATCH, DELETE)
- Description (optional)
- Save.
Authentication and connectivity
Configure auth in a way that matches the target environment:
- API key
- OAuth2/Bearer token
- Basic auth (where applicable)
Related: Configuration fundamentals and Test configuration.
Organize endpoints for scale
- Group endpoints under features that match API domains (Identity, Billing, Orders).
- Use consistent naming and descriptions so reports are scannable.
- Keep deprecated endpoints archived or clearly marked to avoid noisy runs.
Related articles
Previous
Endpoint Import and Discovery
Product documentation
Next
Endpoint Validation and Testing
Product documentation
Related articles
- Endpoint Import and Discovery · Product documentation
- Endpoint Validation and Testing · 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.