Product documentation
Updated 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

  1. Open a feature.
  2. Select Add endpoint.
  3. Provide:
    • Endpoint URL / path
    • HTTP method (GET, POST, PUT, PATCH, DELETE)
    • Description (optional)
  4. 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

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.