Klu
Klu (klu.ai) is an LLM app platform for designing, deploying, evaluating, and observing prompt-driven AI applications. The Klu Engine exposes a REST API at https://api.klu.ai/v1 (Bearer API key) where an Action encapsulates a prompt template, model config, context (RAG), and output parsing, and is invoked to generate completions, with data, feedback, sessions, and models managed alongside it. NOTE - product development appears dormant - the official klu SDK last shipped in March 2025 and the founding team's recent open-source work has shifted toward xAI / Grok tooling - see review.yml for the honest status assessment.
APIs
Klu Actions / Prompt API
Runs a Klu Action by GUID against input variables, returning a generated completion plus a feedback URL. Supports streaming, async execution, response caching, session memory, c...
Klu Data / Feedback API
Captures and manages the data points generated by Actions - each holding the prompt, completion, and metadata - and the feedback (ratings, corrections, issues) attached to them....
Klu Models API
Manages the LLM providers and models available in a workspace and the default model used by Actions. Klu brokers across 50+ models and providers (OpenAI, Anthropic, and others) ...
Klu Sessions API
Stores and retrieves session memory across multiple Action generations, enabling multi-turn conversational experiences such as copilots and coaches that retain context between r...
Klu Apps / Workspaces API
Organizes work into Workspaces and Apps (projects) that group related Actions, context, and experiments. Apps are the top-level container for an AI use case; experiments run pro...