Skip to main content

Crate stagehand_sdk

Crate stagehand_sdk 

Source

Structs§

ActResponse
Response from act operation
AgentConfig
Agent config for agentExecute endpoint
AgentExecuteOptions
Execute options for agentExecute endpoint
ExecuteResponse
Response from execute operation
ExtractResponse
Response from extract operation
LocalBrowserLaunchOptions
LogLine
Log line from the server
ModelObj
Model configuration object for API - uses camelCase field names
NavigateResponse
Response from navigate operation
ObserveResponse
Response from observe operation
RestTransport
Stagehand
StartResponse
Response from start operation
StartResult
Result from start operation
V3Options

Enums§

ActResponseEvent
Events that can occur during act
Env
ExecuteResponseEvent
Events that can occur during execute
ExtractResponseEvent
Events that can occur during extract
Model
User-facing model configuration
ModelConfiguration
Model configuration - always serializes as an object for proper API key inheritance
NavigateResponseEvent
Events that can occur during navigate
ObserveResponseEvent
Events that can occur during observe
StagehandError
StartResponseEvent
Events that can occur during start
TransportChoice
Transport selection for connecting to Stagehand API

Constants§

DEFAULT_BROWSERBASE_API_URL
Default Browserbase API URL
DEFAULT_STAGEHAND_BASE_URL
Default Stagehand API URL

Traits§

Transport
Transport trait for Stagehand API communication