Tom’s Guide reporter Christoph Schwaiger spent a week running OpenClaw agents using his existing ChatGPT subscription as the backend, following a tip Sam Altman posted on X on May 1. The result: roughly $30 saved in API costs, but rate limits hit before the week was out.

The Setup

Altman’s announcement was simple: ChatGPT subscribers can now authenticate into OpenClaw with their existing accounts, bypassing the need for separate API keys. According to Tom’s Guide, the authentication uses an OAuth flow routed through OpenAI’s Codex, and some users had already discovered the method before Altman publicized it.

Schwaiger opted for a Hostinger VPS at $21.99 per month rather than installing OpenClaw on his primary machine, citing security concerns about the platform leaking email addresses and exposing systems to unauthorized access.

What Worked

The testing surfaced two clear wins for subscription-backed agents. First, Schwaiger built a news aggregator application and deployed it on the same VPS. Second, he set up cron-based automations, including a daily Discord briefing at 8 a.m. with weather and AI news. Both tasks ran against his existing ChatGPT subscription with no additional API charges.

File management in OpenClaw’s persistent workspace also stood out. Unlike ChatGPT’s interface, where generated files are download-and-forget, OpenClaw maintained a working directory across sessions. The agent could create, update, and run commands against files over time.

Where It Broke

Rate limits arrived faster than expected. Schwaiger described his usage during the test week as “moderate,” yet he exhausted his ChatGPT Plus usage allowance while attempting more complex agent workflows. The article’s conclusion: Plus subscribers running OpenClaw agents should not expect sustained complex operations without hitting caps.

The estimated $30 in API cost savings meant the ChatGPT subscription “had already paid for itself” as an agent backend, per Tom’s Guide. But Schwaiger noted that users planning to run agents frequently or handle demanding tasks would likely need to pay for direct API access or upgrade to ChatGPT Pro.

The Consumer Agent Economics Question

The test captures a tension that has been building since agent frameworks moved beyond developer-only tooling. Subscription auth lowers the entry barrier for casual users who want to experiment with agents. But the rate limits create a ceiling that pushes serious users back toward per-token API billing, where costs scale with usage but flexibility is uncapped.

For OpenAI, the ChatGPT-to-OpenClaw bridge turns existing subscribers into agent adopters without requiring a new purchase decision. For users, the tradeoff is straightforward: predictable monthly cost with hard limits, or variable API spend with no ceiling.