Skip to main content

Prompt

POST 

/workstations/:workstation_id/prompt

Send a system-level prompt to the AI agent in the Workstation to perform a task.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Body

required

    prompt stringrequired

    The system-level prompt to send to the AI agent.

    model string

    The AI model to use for processing the prompt.

    Possible values: [claude-3.5-sonnet, claude-3.5-haiku]

    Default value: claude-3.5-sonnet

Responses

System prompt action successful

Loading...