provider sandbox-custom-imagessandbox_custom_images POST /api/projects/{project_id}/sandbox_custom_images/{id}/builder_task/
@utdk/posthog /api/projects/{project_id}/sandbox_custom_images/{id}/builder_task/
sandbox_custom_images_builder_task_create
Revive (or reuse) the image's builder agent session. When the previous session has ended, a fresh one is started seeded with the stored spec — use this to update an existing image.
id path required
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
sandboxCustomImagesBuilderTaskCreate
POST/api/projects/{project_id}/sandbox_custom_images/{id}/builder_task/
Revive (or reuse) the image's builder agent session. When the previous session has ended, a fresh one is started seeded with the stored spec — use this to update an existing image.

Parameters

required
required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.sandboxCustomImagesBuilderTaskCreate()