Secret Syncs

Create a Daytona Sync for the specified project environment.

post/api/v1/secret-syncs/daytona

Request body

namestring required

The name of the Daytona Sync to create. Must be slug-friendly.

projectIdstring required

The ID of the project to create the sync in.

descriptionstring nullable

An optional description for the Daytona Sync.

connectionIdstring uuid required

The ID of the Daytona Connection to use for syncing.

environmentstring required

The slug of the project environment to sync secrets from.

secretPathstring required

The folder path to sync secrets from.

isAutoSyncEnabledboolean

Whether secrets should be automatically synced when changes occur at the source location or not.

destinationConfigobject required

Response

Default Response

Changes

Changed in 1 of the 23 revisions of this API.1