generated: '2026-08-04' method: generated source: openapi/clearspeed-integration-api-openapi.yml + https://developer.clearspeed.com/ note: >- Clearspeed publishes no AGENTS.md and no skill files of its own (searched the developer portal and the marketing sitemap on 2026-08-04). These two skills are generated by API Evangelist from the published OpenAPI plus the portal's API-keys and webhooks pages. Every step is grounded in an operation that exists in the contract; the two participant operations declare no operationId, so they are addressed by method and path. skills: - file: clearspeed-screen-participant-and-receive-result.md name: Screen a participant with Clearspeed and receive the result description: >- Create a participant against a questionnaire, deliver the guide link, receive the risk result on your webhook endpoint, and write your disposition back as outcome tracking. api: openapi/clearspeed-integration-api-openapi.yml operations: - POST /v1/participant - result_update (webhook) - PUT /v1/participant/{participant_id} operationIds: [] - file: clearspeed-manage-api-keys.md name: Create and rotate Clearspeed API keys description: >- Mint questionnaire-scoped API keys with least-privilege scopes and rotate them with zero downtime. api: openapi/clearspeed-integration-api-openapi.yml operations: - POST /tenants/{tenant_id}/questionnaires/{questionnaire_id}/apikeys - DELETE /tenants/{tenant_id}/questionnaires/{questionnaire_id}/apikeys/{apikey} operationIds: - createApiKey - deleteApiKey coverage: rest_operations_total: 4 rest_operations_covered: 4 webhooks_total: 1 webhooks_covered: 1 cross_links: conventions: conventions/clearspeed-conventions.yml errors: errors/clearspeed-problem-types.yml authentication: authentication/clearspeed-authentication.yml webhooks: asyncapi/clearspeed-webhooks.yml