Create a discovery
Discoveries
Create a discovery
Create a new test case discovery with a given name and prompt
POST
Create a discovery
Documentation Index
Fetch the complete documentation index at: https://octomind.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The ID of the test target
Body
application/json
Name of the discovered test case
Example:
"Login Form Validation Test"
Prompt to generate the discovered test case
Example:
"Test the login form with valid and invalid credentials"
Entry point URL path of the discovered test case
Example:
"/login"
Prerequisite test case name
Example:
"Cookie Banner Acceptance"
External ID of the discovered test case
Example:
"ext-test-001"
Tags to assign to the discovered test case
Example:
["authentication", "forms", "validation"]Folder name of the discovered test case
Example:
"Authentication Tests"
Type of the discovered test case
Available options:
LOGIN, COOKIE_BANNER Example:
"LOGIN"