| title | API testing |
|---|---|
| description | Create reusable API tests from OpenAPI specs, Postman collections, cataloged endpoints, or natural-language briefs. |
| icon | plug |
{/* source: qodeclaw/product.md (API support, Operating Modes); qodeclaw/PRODUCT-CAPABILITIES.md (sections 2, 6, 10); qodeclaw/TESTING-PLATFORM-ARCHITECTURE.md (API Surface, Scenario Generation, API Playground). */}
Qodex helps you create reusable API tests from specs, collections, cataloged endpoints, or plain-English requests.
You can import an OpenAPI spec or Postman collection, let Qodex catalog every endpoint, then ask the agent to create scenarios for happy paths, validation errors, auth failures, IDOR checks, and other API behaviors. Saved scenarios replay as normal HTTP requests, without an LLM call on every run.
The API testing flow has four parts:
- Catalog endpoints from OpenAPI, Swagger, Postman, UI discovery, or manual requests.
- Create scenarios from chat, the API Playground, or manual authoring.
- Verify scenarios immediately against your staging environment when they are saved.
- Run scenarios on demand, on a schedule, through webhooks, or in CI.
Most AI testing tools charge per replay because every run is an LLM call. Qodex uses the LLM when a scenario is created or repaired. After that, replay is a plain HTTP request against your environment.
That means nightly regression, webhook runs, and CI runs scale with HTTP execution cost, not token cost.
- Import OpenAPI 3.x, Swagger 2.0, or Postman v2.1 collections.
- Catalog every endpoint with coverage status (tested, untested, failing).
- Author scenarios from chat or from the API Playground.
- Run scenarios as multiple roles using auth profiles (admin, regular user, viewer).
- Chain steps via captures and reference earlier-step values in later requests.
- Generate request data automatically or supply it manually.
- Write test rules in plain English and let Qodex convert to JavaScript.
- Run scenarios on demand, on a schedule, or via webhook.