WorkerCreationMonthlyArgs
- dayType: integermin:1max:31required
Integer numbers.
- frequencyenumconst:monthlyrequiredvalues
- monthly
- hourType: integerenumrequired
The hour of the day (0-23) when the agent should run.
values- 0
- 1
- 2
- 3
- 4
- nameType: stringmin length:1max length:255required
- promptType: stringmin length:1required
The prompt that the worker will use when it runs.
- accessType: array string[] | null · UUID[]
Resource Ids Optional list of resource IDs that the worker will have access to when running. Providing this will restrict the worker's access to only these resources and their descendants.
- Type: string · UUID
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
- activeType: boolean
Whether the worker is scheduled to run automatically.
- focusType: array string[] | null · UUID[]
Resource Ids Optional list of resource IDs that the worker should focus on when running. This only provides a hint and does not change the worker's permissions.
- Type: string · UUID
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
- timezoneType: string | nullmax length:255
The timezone that the worker should use for scheduling in IANA format (e.g. "America/Toronto").
- tool
Permissions Optional permissions for tools that the worker can use when running. Providing this will restrict the worker's tool usage to only the specified permissions.
- nativeType: object