Create Eval Run
Manually run evals for a workforce component (no deploy). Defaults to the env worktree so uncommitted evals are included; pass source=git for a clean extract.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Body
Workforce component by numeric app id (the TIMBAL_APP_ID value;
number or string). At least one of component_id / component_uid
is required; when both are set, they must resolve to the same
component.
Workforce component by manifest uid (the _id in timbal.yaml).
Git rev to extract when source = "git" (branch, tag, or SHA).
Defaults to the env's tracked branch. Rejected when
source = "worktree".
worktree (default) or git. Worktree includes uncommitted
evals; git is a clean extract at rev.
worktree, git