Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang

To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api). You can also follow this changelog in your feed reader via the [**RSS feed**](https://docs.x.com/changelog/rss.xml).

<Update label="Aug 26, 2026" description="X API v2">
### Bot accounts for the Chat API

Today, we added [bot endpoints](/xchat/bots) to the Chat API. Bots are programmatic X accounts owned by your project, authenticated with a bearer token instead of a login, and labeled "Automated by @owner".

Six new `/2/bots` endpoints let you:

- [Create a bot](/x-api/bots/create-a-bot) and [list your project's bots](/x-api/bots/get-bots)
- [Update a bot's identity](/x-api/bots/update-bot) (handle, display name, DM permissions) and [delete a bot](/x-api/bots/delete-bot)
- [Rotate](/x-api/bots/rotate-bot-token) or [revoke](/x-api/bots/revoke-bot-token) a bot's bearer token

All six endpoints use OAuth 2.0 app-only authentication. See the [Bots guide](/xchat/bots) to get started.
</Update>

<Update label="Aug 13, 2026" description="X Ads API">
### Updated `video_total_views` definition

Expand Down