Kyma APIis the hosted model platformKyma Agentis thekymacommandKyma Teris the local multi-agent workspace launched withkyma-ter
curl ... | bash. Use npm install -g @kyma-api/agent.
What You Get
After install, you have:kymafor terminal-first coding sessionskyma-terfor a browser-based local workspace that can spawn Kyma Agent panes and shell panes side-by-side
Install
- Node.js 18+
First Run
Start Kyma Agent:- Run
/loginto connect your Kyma account - Run
/modeto choose a default mode - Start coding
Core Commands
| Command | Description |
|---|---|
kyma | Start the interactive coding agent |
kyma "prompt" | Start with a prompt |
kyma -p "task" | Run one-shot mode and exit |
kyma -c | Continue the previous session |
| Command | Description |
|---|---|
/login | Connect your Kyma account |
/logout | Sign out |
/models | Browse and switch models |
/mode | Switch model by task type |
/balance | Check credits and usage limits |
/status | Account, session, and API health |
/doctor | Run diagnostics |
/usage | Session cost and token usage |
/billing | Open billing page |
/dashboard | Open the Kyma dashboard |
/upgrade | View tiers and upgrade |
/feedback | Report issues or give feedback |
Modes
Kyma Agent lets you switch by task type instead of memorizing model IDs./mode inside a running session to switch without restarting.
Mode defaults currently map to:
| Mode | Default model |
|---|---|
coding | qwen-3-coder |
reasoning | deepseek-r1 |
cheap | gpt-oss-120b |
vision | gemma-4-31b |
long | kimi-k2.5 |
Project Config
Kyma Agent readsKYMA.md from the project root on session start.
Use it for per-project defaults:
Authentication Options
Preferred path:- launch
kyma - run
/login - sign in with your Kyma account
Kyma Agent And Kyma Ter
Kyma Agent and Kyma Ter are designed to work together:kymais the agent you talk tokyma-teris the workspace where you can run many agent and shell sessions in parallel
kymaruns natively in PowerShell or Windows Terminalkyma-teris available and works best with WSL2 for shell panes- use the copy-paste-first guide at Windows Setup
- open Kyma Agent panes
- open regular shell panes
- manage multiple workspaces in one browser UI
Troubleshooting
kyma works but kyma-ter does not
Reinstall:
kyma-ter binary.
Need to verify your account or balance
Use:/status/balance/billing
Windows setup and runtime issues
Use:/doctorto verify local runtime,kyma-ter, and WSL detection- WSL2 if you want the best
kyma-tershell-pane experience on Windows - Windows Setup for the shortest command-by-command path
Next Steps
Kyma Ter Overview
See how the local multi-agent workspace fits with Kyma Agent.
Kyma Ter Quickstart
Install, launch, and open your first workspace.
Windows Setup
Use the copy-paste-first setup path for Windows and WSL2.
Authentication
Use your Kyma account or API key across the product stack.
Choosing a Model
Compare active models and pick the right one for each task.