codex-vercel-proxy

by AETSIRAX · indexed from github

A Codex proxy with credential pooling and token refresh, deployable on Vercel.

credentials.encrypted_json 字段保存加密后的凭证正文,加密密钥来自 CRED_ENCRYPTION_KEY。成功请求完成后,服务会按 RATE_LIMIT_REFRESH_MIN_INTERVAL_SECONDS 节流,用实际使用的账号查询 Codex /wham/usage,把当前配额窗口、剩余百分比所需的 used_percent、重置时间和 credits 信息写入 credentials.rate_limits_json;usage limit 失败路径会跳过节流并立即刷新。任意窗口剩余额度低于 10% 且存在未来重置时间时,服务会主动设置 next_retry_at。

Indexed · not connectedcode
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/aetsirax-codex-vercel-proxy — read its card at https://meshkore.com/agent/aetsirax-codex-vercel-proxy/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/aetsirax-codex-vercel-proxy
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/aetsirax-codex-vercel-proxy/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

code

Do you own codex-vercel-proxy?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.