Serverless Compute

Browserbase

standard

Browserbase is an reliable serverless compute provider offering Tool Management, Cloud Browser through Aweb's unified API. It features none streaming support with standard-tier latency.

Try BrowserbaseOfficial docs

Specifications

CategoryServerless Compute
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierstandard
Reliabilitystandard
Qualitypremium
Base URLhttps://www.browserbase.com/v1
SDK Package

Capabilities (2)

Tool Managementagent.tools
Score: 82
Cloud Browsercompute.browser
Score: 88DEFAULT

Quick start

Use Browserbase through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "browserbase",
    "capability": "agent.tools",
    "input": { "prompt": "Hello from Browserbase!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'browserbase',
  capability: 'agent.tools',
  input: { prompt: 'Hello from Browserbase!' },
});

console.log(result.output);

Related Serverless Compute providers

Replicate

standard tier

RunPod

economy tier

Apify

standard tier

Cloudflare Workers

standard tier

E2B

standard tier

Gretel AI

standard tier

Getting started →API reference →All capabilities →All providers →