Skip to content

Commit a617093

Browse files
feat: [docsrevert spec gen changes
1 parent 93c8fb8 commit a617093

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 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-6fd391f729eb05dc7b6168adff89e6198bc545ebd4ff737494d72288870e0977.yml
3-
openapi_spec_hash: ee16862542659f47acc8dcd5669c7623
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-87b4d9e349de9d33d5d89439f7ac9507133700a9f072fdf0d756471961768d2c.yml
3+
openapi_spec_hash: 0f6ae6d10a0227a3482914728cf901ba
44
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\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!")
46+
description.set("Stagehand SDK for AI browser automation [ALPHA]. This API allows clients to\nexecute browser automation tasks remotely on the Browserbase cloud. All\nendpoints 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)