Kyma Ter is the workspace layer in the Kyma product stack.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.
Kyma APIis the hosted backendKyma Agentis thekymacoding agentKyma Teris the local multi-agent terminal workspace
npm install -g @kyma-api/agent.
Run it with:
Support Matrix
Current support position:- macOS: supported
- Linux: supported
- Windows: beta
kymaruns nativelykyma-teris available- shell panes work best with WSL2
What Kyma Ter Does
Kyma Ter is built for local, parallel terminal work:- open multiple panes in the same workspace
- run Kyma Agent and shell sessions side-by-side
- switch between workspaces
- manage sessions from a browser UI on localhost
- keep local config and local state on your machine
Pane Types
Kyma Ter currently supports two main pane types:Kyma Agentpanes, which run thekymacommandShellpanes, which run a normal terminal session
- one pane for planning with Kyma Agent
- one pane for editing or running commands manually
- one pane for verification or logs
Local-First Architecture
Kyma Ter runs locally:- the Go server runs on your machine
- the browser UI connects over local HTTP and WebSocket routes
- local config is stored in your OS user config directory
- the binary lives under
~/.kyma/ter/
Workspace Features
Kyma Ter includes:- tiling pane layouts
- multiple workspaces
- keyboard shortcuts
- setup flow for Kyma Agent
- file drag-and-drop into terminal panes
- tasks and notes side-panel support
When To Use Kyma Ter
Use Kyma Ter when one terminal window is no longer enough. Good fits:- running multiple agent sessions in parallel
- mixing AI-driven panes with manual shell work
- keeping planning, coding, and verification visible at once
- working locally but wanting a structured browser workspace