outer.bot

You're 2 steps away

No download. No install. Just redirect two endpoints — then go to work.

1 Point your AI tool at outer.bot
Your personal AI proxy URL — copy it into your tool's API endpoint setting.
https://api.outer.bot/v2/loading…/
Please add outer.bot's proxy to my Claude Code settings. Add "env": { "ANTHROPIC_BASE_URL": "https://api.outer.bot/v2", "ANTHROPIC_API_KEY": "obt_YOUR_TOKEN" } to my ~/.claude/settings.json, merging with any existing content.
{
  "env": {
    "ANTHROPIC_BASE_URL": "https://api.outer.bot/v2",
    "ANTHROPIC_API_KEY": "obt_YOUR_TOKEN"
  }
}

Zero-config alternative: skip the API key and set ANTHROPIC_BASE_URL to your personal URL instead — https://api.outer.bot/v2/YOUR_TOKEN/

# Base URL
https://api.outer.bot/v2
# API Key
obt_YOUR_TOKEN

Zero-config alternative — a single URL with no separate API key field: https://api.outer.bot/v2/YOUR_TOKEN/

# Base URL
https://api.outer.bot/v2
# API Key
obt_YOUR_TOKEN

Zero-config alternative — a single URL with no separate API key field: https://api.outer.bot/v2/YOUR_TOKEN/

export OPENAI_BASE_URL=https://api.outer.bot/v2
export OPENAI_API_KEY=obt_YOUR_TOKEN

Zero-config alternative: https://api.outer.bot/v2/YOUR_TOKEN/ as the base URL, any string as the key.

2 Point your git remote at outer.bot (optional but recommended)
Every push automatically updates outer.bot's knowledge of your project. No webhooks, no setup — just change the remote URL.
https://git.outer.bot/username/your-project.git
# In your project folder
git remote set-url origin https://git.outer.bot/username/your-project.git
# Verify it worked
git remote -v
waiting for your first request…