What Liftoff does
- Sign in — Opens your browser to authenticate with The Context Company. You can skip sign-in and add
TCC_API_KEYmanually later. - Provision API key — Creates a production ingestion key and writes
TCC_API_KEYto.env.local(Next.js) or.env(other projects), unless one already exists. - Detect framework — Auto-detects your stack when possible, then asks you to confirm. Supports Vercel AI SDK, Mastra, Pi, OpenClaw, Claude Agent SDK, LangChain and LangGraph, CrewAI, Agno, and custom instrumentation (TypeScript and Python). Also detects your package manager.
- Instrument — Fetches a tailored instrumentation prompt for your framework and copies it to your clipboard. Paste it into your AI coding agent (Cursor, Claude Code, etc.) to install the SDK and wire tracing against your codebase. Liftoff does not edit your source files directly.
- MCP server (optional) — Wires
https://api.thecontext.company/mcpinto detected editors (Cursor, Claude Code, Codex, Windsurf). OAuth sign-in happens the first time you use a tool. - Slack (optional, requires sign-in) — Opens the dashboard to connect your Slack workspace for alerts and recaps.
