cURL
ACE
Create from Agent
Create a new ACE attached to a workforce component and enqueue the initial generation job, seeded from the component’s current source on the given branch. Returns 202 immediately with {ace_uid, job_uid}; poll GET /ace/{ace_uid}/jobs/{job_uid} for terminal state. The ACE’s name defaults to {project_name}/{workforce_name}.
POST
cURL
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Path Parameters
Organization id
Project id
Workforce component: numeric id, manifest UUID, or name
Query Parameters
Git branch name (for example main).
Response
ACE created; generation job enqueued