One Package, Two Commands
Install:kymafor direct terminal-first coding sessionskyma-terfor the local workspace UI
kyma-ter launcher and downloads the local kyma-ter binary automatically.
How They Work Together
Think about the roles like this:kymais the agent itselfkyma-teris the workspace that can spawn and manage many agent sessions
- open a Kyma Agent pane in Kyma Ter
- Kyma Ter launches the local
kymacommand in that pane - you can run other panes alongside it, including normal shell sessions
- one pane for agent-driven coding
- one pane for shell commands
- optional extra panes for parallel tasks, logs, or verification
Shared Setup Model
Kyma Ter checks whether:- the
kymacommand is installed - your Kyma account or API key is configured
- install
@kyma-api/agent - guide you through sign-in
- or save an API key directly
When To Use Each
Usekyma directly when:
- you want a single coding session
- you are already comfortable in one terminal window
- you want the fastest path into a task
kyma-ter when:
- you want multiple agent sessions at once
- you need shell and AI panes side-by-side
- you want a browser-based local workspace
- you are coordinating planning, editing, and verification in parallel
Update Model
There are two layers to understand:- the installer (curl or npm) gives you the package and initial
kyma-terbinary - Kyma Ter can later self-update its local binary in the background
Kyma Agent package updates and Kyma Ter runtime updates are related, but not identical.
Recommended Workflow
For day-to-day use:- install via
curl -fsSL https://kymaapi.com/install.sh | bashornpm install -g @kyma-api/agent - use
kymawhen you only need one session - use
kyma-terwhen you need a workspace with multiple panes - keep your account signed in once and reuse the same product stack