For Developers

Get your API key

Start with 10,000 free traces per month. No credit card required.

By signing up, you agree to our Terms and Privacy Policy .

Already have an account? Sign in

Instant Setup

Get your API key in seconds. Start tracing in minutes.

Free Tier Included

10,000 traces/month free. No credit card required.

All Providers Supported

OpenAI, Anthropic, Cohere, Google AI, and more.

quickstart.ts
import { ReactorCore } from '@reactorjet/core';

// Initialize with your API key
const reactor = new ReactorCore({
  apiKey: process.env.REACTOR_API_KEY
});

// Wrap your agent calls
const response = await reactor.trace(
  'user-session-123',
  async () => {
    return await openai.chat.completions.create({
      model: 'gpt-4',
      messages: [{ role: 'user', content: prompt }]
    });
  }
);

Full documentation at docs.reactorjet.com

Trusted by 2,500+ teams

Flux Labs Nimbus Axiom AI Vertex Quantum