# DEPOT_JOB_URL available in all CI jobs (https://depot.dev/changelog/2026-04-23-depot-job-url)

> Published 2026-04-23

Depot CI now sets a `DEPOT_JOB_URL` environment variable in every job containing a direct link to that job's page in the Depot UI. You can use it in notifications, Slack messages, or any step that needs to surface a link to the current run.

For example:

```yaml
- name: Notify Slack
  run: |
    curl -X POST $SLACK_WEBHOOK \
      -d "{\"text\": \"Build finished: $DEPOT_JOB_URL\"}"
```

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.