For AI agents: a documentation index is available at /llms.txt
Skip to main content

CookieInput

The cookie to be sent to the page

Properties

PropertyTypeDescription
domain?stringCookie domain
expires?numberCookie expiration date, session cookie if not set
httpOnly?booleanTrue if cookie is http-only
namestringCookie name
partitionKey?CookiePartitionKeyInput-
path?stringCookie path
priority?CookiePriority-
sameSite?CookieSameSiteCookie SameSite type
secure?booleanTrue if cookie is secure
sourceScheme?CookieSourceScheme-
url?stringThe request-URI to associate with the setting of the cookie. This value can affect the default domain, path, source port, and source scheme values of the created cookie
valuestringCookie value