Introduction
Welcome to KeepFlow. This guide will help you get started with our products.
KeepFlow builds five products — Respondo, Tracio, CodeVeil, Telm, and Meeto — each designed to solve a specific business problem. This documentation covers setup, integration, and best practices for all of them.
Prerequisites
Before you begin, make sure you have:
- A KeepFlow account (sign up at keepflow.ai)
- An API key (available in your dashboard under Settings > API Keys)
- Node.js 18+ or Python 3.9+ (for SDK integration)
Quick start
The fastest way to get started is to install our SDK:
npm install @keepflow/sdkThen initialize the client:
import { KeepFlow } from '@keepflow/sdk';
const kf = new KeepFlow({ apiKey: 'your-api-key' });The Guides section has a dedicated, step-by-step setup guide for every one of our five products, so pick the one that matches your use case and follow it end to end.