generated: '2026-07-19' method: generated source: openapi/krisp-developers-openapi.yml + asyncapi/krisp-voice-translation-asyncapi.yml + https://sdk-docs.krisp.ai/ notes: >- Krisp publishes no AGENTS.md or provider-authored agent skills. These are generated by the API Evangelist enrichment pipeline from Krisp's published documentation, and every operationId referenced exists verbatim in openapi/krisp-developers-openapi.yml. skills: - file: krisp-real-time-voice-translation.md name: Run a Krisp real-time voice translation session description: Mint a session key, open the Voice Translation WebSocket, stream 16 kHz mono audio, and consume transcript, translation, and synthesized-speech events correctly. api: openapi/krisp-developers-openapi.yml asyncapi: asyncapi/krisp-voice-translation-asyncapi.yml operations: [createVoiceTranslationSessionToken, listVoiceTranslationLanguages] - file: krisp-sdk-download-pipeline.md name: Pull Krisp SDK and model artifacts into a CI/CD pipeline description: Fetch a licensed SDK version package and its model files via short-lived download URLs without checking binaries into source control. api: openapi/krisp-developers-openapi.yml operations: [getSdkVersionDownloadUrls]