Use PodsHub from direct tools and bridge-friendly harnesses.
PodsHub gives buyers cheaper AI coding usage through standard /v1-compatible endpoints for chat, Codex Responses, and Anthropic-style messages, with bridge paths when a tool still wants a local router.
Quickstart
Create an account
Sign in to PodsHub, then open the dashboard. Your buyer workspace is ready immediately after registration.
create account->Create a key
Generate a PodsHub key and keep it private. Paste the setup prompt into your harness, then give it this key when asked.
create key->Tool setup
For guided setup, use the tool picker on the Use page. Hermes, OpenClaw, and OpenCode use OpenAI-compatible chat; Claude Code uses `/v1/messages`; Codex CLI uses `/v1/responses`.
API basics
curl https://api.podshub.xyz/v1/chat/completions \
-H "Authorization: Bearer ph_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5",
"messages": [
{ "role": "user", "content": "Write a small test plan." }
]
}'Codex Speed
Standard omits service_tier. Fast is separate from Reasoning and sends service_tier priority when the selected upstream supports it.
{
"model": "gpt-5.5",
"input": "Write a tiny smoke test.",
"service_tier": "priority"
}Billing and usage
Buyer balance
Requests spend from your buyer balance. Add funds before running agents so long sessions do not stop mid-task.
Usage records
The dashboard tracks usage so you can inspect spend by key, model, and recent activity.
Local payments
PodsHub records Pending Top-Ups through the blank adapter until a live payment provider is configured.
Pricing
Prices can vary by available seller capacity and model. Check the pricing page before large runs.
Seller guide
Apply
Seller access is reviewed before capacity is listed.
List capacity
Add eligible spare usage and follow the dashboard setup instructions.
Earn
PodsHub tracks seller earnings and supports payout requests when ready.
Troubleshooting
Still blocked? Send the failing request shape, model name, and approximate timestamp through the contact page.