Agent bridge

Connect apps and coding agents

Tap one panel to copy the combined install and config block.

Install + config
# Install
npm install -g @openai/codex

# ~/.codex/config.toml
model = "<route-key-coding-model>"
model_provider = "routekey"

[model_providers.routekey]
name = "Route Key"
base_url = "https://api.routekey.ai/v1"
env_key = "ROUTEKEY_API_KEY"