CLI Env Vars & Webhook Consistency

CLI Env Vars & Webhook Consistency CLI Env Vars & Webhook Consistency

This release improves automation workflows and integration reliability. The CLI now supports DAYTONA_API environment variables, allowing for streamlined configuration in CI/CD pipelines and non-interactive environments. This removes the friction of manual authentication steps in automated scripts.

To improve integration stability, the API webhook payloads have been updated to strictly align with the official documentation. These payloads now explicitly include event and timestamp fields, ensuring downstream services receive predictable data structures for event tracking and logging.

Release Details

Features

  • cli: support DAYTONA_API env vars (#3249)

Fixes

  • api: align webhook payloads with webhook docs also added event/timestamp fields (#3235)

Chores

  • guides: configure formater and linter for guides (#3244)

Patches

Features

  • docs: add Google Artifact Registry configuration and update network limits (#3248)

  • guides: add multi agent claude sdk guide (dc61ac664)

Fixes

  • daemon,sdk: highly parallel _get_proxy_toolbox_url method calls; code interpreter close logic (#3243)

Chores

  • sdk: bump obstore for Python 3.14 compatibility (#3246)