Skip to main content
Every command follows the same shape:
For example, mka1 llm responses create or mka1 llm vector-stores search. Drill into any level with --help to see the flags that apply:
Or launch the interactive TUI to browse every command:
The rest of this page walks through the most common workflows. All examples assume you have authenticated the CLI — see authenticate the CLI.

Responses

Generate text, continue a thread, or run an agent with tools.
Add instructions to steer the reply:
Continue an earlier response without resending the history:
Stream tokens as they are produced:
Offload long-running work to the background and poll later with mka1 llm responses get:
See the Responses guide for the full resource model.

Conversations

Wrap multi-turn exchanges in a reusable container:
See the conversations guide for the full lifecycle.

Files

Upload once, then reference the file from vector stores, fine-tuning jobs, or the Extract API:

Vector stores

Index files for semantic search and retrieval:
See the files and vector stores guide for the full pattern.

Extract structured data

Run inline extraction with a JSON Schema:
Or save a schema once and reuse it:
See the extract structured data guide for schema design tips.

Speech

Transcribe audio or generate speech from text:
See the speech guide for language and voice options.

Agents

Create a reusable agent definition, then run it later:
See the managing agents guide for the full resource model.

Prompts

Save prompts centrally and version them:
See the prompt repository guide.

Models and usage

List the models available to your account and check usage:

Permissions

Grant, revoke, and check fine-grained permissions on individual resources:
See the authorization guide for the permission model.

Guardrails

Inspect and test the content moderation settings applied to your traffic:

Discover everything else

The command tree is large and most subcommands follow the same list / get / create / update / delete pattern. Lean on --help and mka1 explore to find the one you need.