browserbase.getProject reads one project’s configuration and identity. Inputs accept literal values or compatible signals. An optional second argument { account } selects a named Browserbase binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read one project’s configuration and identity.
browserbase.getProject reads one project’s configuration and identity. Inputs accept literal values or compatible signals. An optional second argument { account } selects a named Browserbase binding.
import { automation, onInvocation } from "automate.ax"
import { browserbase } from "automate.ax/browserbase"
export default automation("Get Browserbase project", () => {
onInvocation()
browserbase.getProject({ projectId: "project-id" })
})
| Input | Type | Required | Default | Description |
|---|---|---|---|---|
projectId | string | Yes | — | Browserbase project ID. |