Documentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Kyma works with n8n’s built-in OpenAI node since the API is OpenAI-compatible.- API Key: Your Kyma API key (
ky-...) - Base URL:
https://kymaapi.com/v1
qwen-3.6-plus)Example Workflows
Email Classifier
- Email Trigger → receives incoming email
- OpenAI (Kyma) → classify as
support,sales,spam - Switch → route based on classification
- Slack/Email → notify the right team
gemini-2.5-flash or qwen-3-32b for fast classification.
Content Pipeline
- Schedule Trigger → runs daily
- HTTP Request → fetch trending topics from an API
- OpenAI (Kyma) → generate article outline with
qwen-3.6-plus - OpenAI (Kyma) → write full article with
deepseek-v3 - WordPress → publish draft
Support Auto-Reply
- Webhook → receives support ticket
- OpenAI (Kyma) → draft reply with
qwen-3.6-plus - If → check confidence score
- Email → send auto-reply or escalate to human
Recommended Models
| Use Case | Model | Why |
|---|---|---|
| Classification | gemini-2.5-flash | Cheap active alias + long context |
| Content writing | qwen-3.6-plus | Best quality |
| Data extraction | qwen-3-32b | Fast + structured |
| Complex reasoning | deepseek-r1 | Deep reasoning |