---
title: Event subscriptions for Artifacts lifecycle events
description: Subscribe to Artifacts events for repository creates, deletes, forks, imports, pushes, clones, and fetches.
image: https://developers.cloudflare.com/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/changelog/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Event subscriptions for Artifacts lifecycle events

May 19, 2026 

[ Artifacts ](https://developers.cloudflare.com/artifacts/)[ Queues ](https://developers.cloudflare.com/queues/) 

You can now receive [event notifications](https://developers.cloudflare.com/queues/event-subscriptions/) for [Artifacts](https://developers.cloudflare.com/artifacts/) repository changes and consume them from a Worker to build commit-driven automation.

This allows you to:

* Run custom workflows when a repository is created or imported
* Kick off a build and deploy a change when an agent pushes to a repo
* Trigger a review agent on every push

Available events include:

* **Account-level events** (`artifacts` source) — `repo.created`, `repo.deleted`, `repo.forked`, `repo.imported`
* **Repository-level events** (`artifacts.repo` source) — `pushed`, `cloned`, `fetched`

To learn more, refer to [Artifacts documentation](https://developers.cloudflare.com/artifacts/guides/event-subscriptions/).