Generate specification configuration
Uses AI to rewrite a rough or brief note into a properly written specification description and suggest its classification (type, test type, test variant) in a single request. Nothing is persisted — the caller decides which fields to apply and creates the specification explicitly. See Specifications.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Body
Response
Generated specification configuration returned successfully
The AI-written specification description, rewritten from the input
Suggested specification type
CAPABILITY, INABILITY, POLICY Suggested test type (POLICY only; null otherwise)
QUALITY, RED_TEAMING, SCENARIOS, null Suggested test variant (QUALITY and RED_TEAMING test types only; null otherwise)