Skip to main content

One post tagged with "v0.94.0"

View All Tags
v0.94.0

Webhooks and GitHub Automations for Prompt Deployments

You can now trigger automations when a prompt deployment happens in Agenta. Send the event to any HTTPS endpoint, or call GitHub directly with repository_dispatch or workflow_dispatch.

This makes it easier to connect prompt deployments to CI, repository sync jobs, and pull request workflows. If your GitHub workflow needs the latest prompt content, fetch it from Agenta during the run and commit the result back to your repo.

Learn more: Webhooks | GitHub Automations

Read more →