Skip to content

Commit 58093e7

Browse files
feat: Multi-region stagehand api support
1 parent 43e1dd6 commit 58093e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 8
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-5d0052068f044366d6d31570d9712922c9a80fdd6f9995af815e9afc075507ef.yml
3-
openapi_spec_hash: c0cb787da075d8cd2d938c05b36b5efa
4-
config_hash: 4252fc025e947bc0fd6b2abd91a0cc8e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-6fd391f729eb05dc7b6168adff89e6198bc545ebd4ff737494d72288870e0977.yml
3+
openapi_spec_hash: ee16862542659f47acc8dcd5669c7623
4+
config_hash: 7386d24e2f03a3b2a89b3f6881446348

buildSrc/src/main/kotlin/stagehand.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configure<MavenPublishBaseExtension> {
4343

4444
pom {
4545
name.set("Stagehand API")
46-
description.set("Stagehand SDK for AI browser automation [ALPHA]. This API allows clients to\nexecute browser automation tasks remotely on the Browserbase cloud.\n\nAll endpoints except /sessions/start require an active session ID. Responses are\nstreamed using Server-Sent Events (SSE) when the `x-stream-response: true`\nheader is provided.\n\nThis SDK is currently ALPHA software and is not production ready! Please try it\nand give us your feedback, stay tuned for upcoming release announcements!")
46+
description.set("Stagehand SDK for AI browser automation [ALPHA]. This API allows clients to\nexecute browser automation tasks remotely on the Browserbase cloud.\n\n## Multi-Region Support\n\nThe Stagehand API is available in multiple regions. Choose the API endpoint that\nmatches where your browser session is running:\n\n| Region | Endpoint |\n| ------------------- | ------------------------------------------- |\n| us-west-2 (default) | https://api.stagehand.browserbase.com |\n| us-east-1 | https://api.use1.stagehand.browserbase.com |\n| eu-central-1 | https://api.euc1.stagehand.browserbase.com |\n| ap-southeast-1 | https://api.apse1.stagehand.browserbase.com |\n\n**Important:** The API endpoint must match your browser session region. If\nthere's a mismatch, you'll receive a BAD_REQUEST error:\n`Session is in region 'X' but this API instance serves 'Y'. Please route your request to the X Stagehand API endpoint.`\n\nTo disable API mode and use local browser automation, set `disableAPI: true` in\nyour Stagehand configuration.\n\n## Authentication and Usage\n\nAll endpoints except /sessions/start require an active session ID. Responses are\nstreamed using Server-Sent Events (SSE) when the `x-stream-response: true`\nheader is provided.\n\nThis SDK is currently ALPHA software and is not production ready! Please try it\nand give us your feedback, stay tuned for upcoming release announcements!")
4747
url.set("https://docs.stagehand.dev")
4848

4949
licenses {

0 commit comments

Comments
 (0)