Skip to Content
MigrationsMigrate to Curate-Me

Migrate to Curate-Me

Every migration guide follows the same pattern:

  1. Before / after code diff — exactly what changes, nothing else
  2. Environment variable mapping — old var → new var with explanations
  3. Auth header changes — how keys and headers shift
  4. Provider key storage — how to store your upstream secrets
  5. Cost controls — set a budget from day one
  6. Rollback steps — revert in under 60 seconds if you need to

Pick the guide that matches your current setup:

What stays the same

  • Your LLM SDK (OpenAI, Anthropic, LangChain, etc.) — no code changes
  • Your model names — we pass them through unchanged
  • Your provider API keys — stored encrypted in Curate-Me; you never lose access

What you gain immediately

  • Per-request cost tracking and daily budget caps
  • PII scanning on every prompt (33 patterns + optional Presidio NER)
  • Rate limiting with IETF-standard RateLimit-* response headers
  • HITL approval gates for high-cost or sensitive requests
  • A full audit trail in the dashboard

Estimated migration time

OriginTypical time
LiteLLM15–30 minutes
Portkey10–20 minutes
Helicone10–20 minutes
Langfuse20–40 minutes (SDK instrumentation stays in parallel)
Direct SDK5–10 minutes
Self-hosted OpenClaw5 minutes