Introduction
Welcome to KeepFlow. This guide will help you get started with our products.
KeepFlow builds three products — Respondo, Tracio, and CodeVeil — each designed to solve a specific business problem. This documentation covers setup, integration, and best practices for all three.
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:
const kf = new KeepFlow({ apiKey: 'your-api-key' }); ```
Choose a product guide below to continue with your specific use case.