WorkerJobCreationMonthlyArgs

  • day
    Type: integer
    min:  
    1
    max:  
    31
    required

    Integer numbers.

  • frequency
    enum
    const:  
    monthly
    required
    values
    • monthly
  • hour
    Type: integer enum
    required

    The hour of the day (0-23) when the agent should run.

    values
    • 0
    • 1
    • 2
    • 3
    • 4
  • name
    Type: string
    min length:  
    1
    max length:  
    255
    required
  • prompt
    Type: string
    max length:  
    50000
    required

    The prompt that the job will use when it runs.

  • active
    Type: boolean

    Whether the job is scheduled to run automatically.

  • focusResourceIds
    Type: array string[] | null · 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}$

    Optional list of resource IDs that the job should focus on when running. This only provides a hint and does not change the job's permissions.

    • Type: string · UUIDPattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
  • model
    • Type: string | null · ChatbotModelenum

      The model that the job will use when it runs. If not provided, the default model will be used.

      values
      • dummy
      • gpt-5-6-sol
      • gpt-5-6-terra
      • gpt-5-6-luna
      • claude-haiku-4-5
  • timezone
    Type: string
    max length:  
    255

    The timezone that the job should use for scheduling in IANA format (e.g. "America/Toronto").