May 6, 2026
X API announced Pay-Per-Use changes on April 16, increasing the cost of API posting to $0.015 per post from $0.01, effective April 20. Concurrently, the X API CLI tool introduced significant bug fixes and security enhancements in its v1.1.0 release on April 20, improving OAuth2 authentication resilience and preventing secret leakage in SKILL.md. Official Agent Tutorials were released on April 27, while X is developing new tutorials for X API and Grok with OpenClaw.
📣 Platform
X API introduced significant pricing adjustments and platform updates in mid-April. On April 16, X Developers announced an increase in API Posting to $0.015 per post from $0.01, with API Posting URLs priced at $0.20, except for summoned replies, which remain $0.01. Additionally, X Developers stated that Following, Likes, and Quote-Posts via API Writes would be removed from all self-serve tiers. These changes, effective April 20, were implemented to "drive healthier developer behavior and curb vectors of misuse." Conversely, X Developers also discounted Owned Reads to $0.001 per resource, allowing developer apps to access their own data at a lower cost. Chris Park noted on April 21 that these Pay-Per-Use changes, featuring lower-cost Owned Reads, were live. Chris Park also announced that Official Agent Tutorials arrived on April 27 and indicated on April 24 that new tutorials for X API and Grok with OpenClaw were "coming next week" in collaboration with the OpenClaw team. Separately, xAI's voice team achieved State-of-the-Art with Grok Voice Think Fast 1.0.
Why it matters: These updates significantly alter the cost structure for various API interactions, while new tutorials and tooling integrations signal a continued focus on agent development and misuse prevention.
🛠️ Tooling
The xurl CLI, an official X API tool, released version 1.1.0 on April 20, delivering critical bug fixes and improvements for developers. This update addressed several long-standing issues, including a workaround for OAuth2 `UsernameNotFound` errors and a fix for Windows OAuth2 authentication that previously truncated authorization URLs. The `--app` flag is now fully functional, ensuring correct credential switching for all commands. Furthermore, the OAuth2 callback listener was improved to bind to both IPv4 and IPv6 for `localhost` resolution and now starts before opening the browser, resolving a race condition. The release also enhanced OAuth2 token resilience by preventing refresh failures when `/2/users/me` is unavailable, preserving tokens with or without username labels. Crucially for agent developers, the update hardened SKILL.md against secret leakage by adding explicit rules to prevent credential exposure in agent/LLM workflows and removing examples with inline secret flags.
Why it matters: These xurl CLI enhancements directly address common developer pain points related to authentication and credential management, while the SKILL.md security hardening is vital for building robust and secure agents.
So What?
Agent developers should review the updated X API pricing structure, particularly the increased costs for API Posting and the removal of certain API Writes from self-serve tiers, to assess potential impacts on their applications. They should also explore the newly released Official Agent Tutorials and anticipate the upcoming X API + Grok with OpenClaw tutorials to leverage the latest platform capabilities. Finally, developers using the xurl CLI should upgrade to version 1.1.0 to benefit from the significant bug fixes, enhanced OAuth2 resilience, and improved SKILL.md security features.