# GetWrangler Integration Guide

## One-time setup (5 minutes)

### Step 1 — Update your API base URL
Change your LLM API base URL from your current provider endpoint to:
    https://api.getwrangler.ai

### Step 2 — Add your bearer token
Add the following header to every API request:
    Authorization: Bearer YOUR_TOKEN

### Step 3 — Keep everything else the same
Your model names, request format, and response format are unchanged.
GetWrangler is fully OpenAI-compatible.

## Verification
Send a test request to confirm routing is working:
    curl -X POST https://api.getwrangler.ai/v1/chat/completions \
      -H "Authorization: Bearer YOUR_TOKEN" \
      -H "Content-Type: application/json" \
      -d '{"model":"YOUR_MODEL","messages":[{"role":"user","content":"ping"}]}'

## What happens next
- Your account starts in shadow mode — all requests pass through to
  your provider unchanged while GetWrangler builds your baseline
- You will receive a baseline savings report within 7 days
- Your GetWrangler dashboard is available at:
  https://app.getwrangler.ai

## Support
Contact: support@getwrangler.ai
