Autohand Code Integration
Use GPT-5, Claude, Gemini, or any model with Autohand Code's autonomous coding agent. Simple config, full cost tracking.
Autohand Code is an autonomous AI coding agent that works in your terminal, IDE, and Slack. With PassingRight, you can route all Autohand Code requests through a single gateway—use any of 200+ models from 40+ providers, with full cost tracking and smart routing.
Using DevPass? This integration also works with a
DevPass plan key. Use canonical model IDs
without a provider prefix (claude-sonnet-4-5, not
anthropic/claude-sonnet-4-5) — provider-pinned routing is not available on
coding plans; the gateway picks the provider for you.
Setup
Sign Up for PassingRight
Sign up free — no credit card required. Create an API key in the dashboard and copy it when shown.
Set Environment Variables
Configure Autohand Code to use PassingRight:
export OPENAI_BASE_URL=https://api.passingright.io/v1
export OPENAI_API_KEY=llmgtwy_your_api_key_hereWhy Use PassingRight with Autohand Code
- 200+ models — GPT-5, Claude Opus, Gemini, Llama, and more from 40+ providers
- Smart routing — Automatically selects the best provider based on uptime, throughput, price, and latency
- Cost tracking — Monitor exactly how much each autonomous agent costs
- Single bill — No need to manage multiple API provider accounts
- Response caching — Repeated requests hit cache automatically
- Automatic failover — If one provider is down, requests route to another
Configuration File
You can also configure PassingRight in Autohand Code's config file:
{
"provider": {
"llmgateway": {
"baseUrl": "https://api.passingright.io/v1",
"apiKey": "llmgtwy_your_api_key_here"
}
},
"model": "gpt-5"
}Choosing Models
You can use any model from the models page.
| Model | Best For |
|---|---|
gpt-5 | Latest OpenAI flagship, highest quality |
claude-opus-4-6 | Anthropic's most capable model |
claude-sonnet-4-6 | Fast reasoning with extended thinking |
gemini-3.1-pro-preview | Google's latest flagship, 1M context window |
o3 | Advanced reasoning tasks |
gpt-5-mini | Cost-effective, quick responses |
gemini-3.6-flash | Fast responses, good for high-volume |
deepseek-v3.1 | Open-source with vision and tools |
Autohand Code Features with PassingRight
Terminal (CLI)
Autohand Code CLI works seamlessly with PassingRight. Set the environment variables and use all Autohand Code commands as normal—multi-file editing, agentic search, and autonomous code generation all work out of the box.
IDE Integration
Autohand Code's VS Code and Zed extensions respect the same environment variables. Set them in your shell profile and the IDE integration will automatically route through PassingRight.
Slack Integration
When using Autohand Code through Slack, configure the PassingRight base URL in your Autohand Code server settings to route all Slack-triggered coding tasks through the gateway.
Monitoring Usage
Once configured, all Autohand Code requests appear in your PassingRight dashboard:
- Request logs — See every prompt and response
- Cost breakdown — Track spending by model and time period
- Usage analytics — Understand your AI usage patterns
View all available models on the models page.
Need help? Join our Discord community for support and troubleshooting assistance.
How is this guide?