Inkeep
Inkeep is an AI support and agent platform for documentation and products. Its developer platform exposes an OpenAI-compatible RAG / chat completions API over your own content, an Analytics API for logging conversations, feedback, and events, and an Agents / management surface for building and operating AI agents and copilot experiences.
APIs
Inkeep Chat Completions (RAG) API
OpenAI-compatible chat completions endpoint that runs retrieval-augmented generation over your own content. Modes (inkeep-qa, inkeep-context, inkeep-rag, inkeep-base) are select...
Inkeep Analytics API
Logs and retrieves OpenAI-compatible conversations, captures end-user feedback, and records custom interaction events (answer_copied, chat_shared) so usage and quality are viewa...
Inkeep Agents / Management API
REST management surface for the Inkeep Agents framework - create and operate agents, sub-agents, projects, tools, MCP servers, conversations, and feedback for building no-code o...
Event Specifications
Inkeep Chat Completions Streaming (HTTP + SSE)
AsyncAPI 2.6 description of Inkeep's **chat completion streaming** surface. Inkeep does not publish a WebSocket API. The only asynchronous / event-style transport documented at ...
ASYNCAPI