Skip to content

Commit 5787da6

Browse files
feat(api): manual updates
1 parent 40e95ed commit 5787da6

2 files changed

Lines changed: 5 additions & 5 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: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-0c12f985340be2a9287e8e01ff8733f7f2d02e019149d1ae95f1a8f8798c6690.yml
3-
openapi_spec_hash: efb79934e1dc63763dd4e8493b825273
4-
config_hash: 1de7cb9bd4dc46fe3e20b637bc534908
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-cacb08bfd03b2d325b80318fc3f12bc7da16f229c21e9bd86050fff4ef7c67f7.yml
3+
openapi_spec_hash: 21dc2123dc758a738591bf914410041a
4+
config_hash: bb7561632c1f66c2b9efca06f438f904

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ configure<PublishingExtension> {
99
from(components["java"])
1010

1111
pom {
12-
name.set("Stagehand P2P Server API")
13-
description.set("HTTP API for remote Stagehand browser automation. This API allows clients to\nconnect to a Stagehand server and execute browser automation tasks remotely.\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.")
12+
name.set("Stagehand API")
13+
description.set("Stagehand SDK for AI browser automation. This API allows clients to execute\nbrowser 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.")
1414
url.set("https://docs.stagehand.dev")
1515

1616
licenses {

0 commit comments

Comments
 (0)