{"id":28491946,"url":"https://github.com/browserbase/integrations","last_synced_at":"2026-05-21T01:01:38.668Z","repository":{"id":295873212,"uuid":"989784973","full_name":"browserbase/integrations","owner":"browserbase","description":"Browserbase's Integrations","archived":false,"fork":false,"pushed_at":"2026-05-14T19:22:21.000Z","size":25676,"stargazers_count":14,"open_issues_count":5,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-14T21:29:37.046Z","etag":null,"topics":["integrations","web","webautomation"],"latest_commit_sha":null,"homepage":"https://www.browserbase.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/browserbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-24T20:24:47.000Z","updated_at":"2026-05-02T10:38:49.000Z","dependencies_parsed_at":"2025-10-20T06:08:59.956Z","dependency_job_id":"66255e74-23c8-4e8f-99c5-2af453bbd5a6","html_url":"https://github.com/browserbase/integrations","commit_stats":null,"previous_names":["browserbase/integrations"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/browserbase/integrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fintegrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fintegrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fintegrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fintegrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserbase","download_url":"https://codeload.github.com/browserbase/integrations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fintegrations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33279765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["integrations","web","webautomation"],"created_at":"2025-06-08T08:09:06.015Z","updated_at":"2026-05-21T01:01:38.658Z","avatar_url":"https://github.com/browserbase.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Browserbase Integrations\n\n**Production-ready integrations for Browserbase -- the complete platform to build and deploy agents that browse and interact with the web like humans.**\n\nBrowserbase provides the infrastructure and developer primitives to power the next generation of browser agents. This repository contains officially maintained integrations with popular frameworks, libraries, and platforms.\n\n## What is Browserbase?\n\nBrowserbase is the browser agent platform -- one API key, everything your agent needs to browse the web:\n\n- **Headless Browsers**: programmatic access to fleets of headless browsers at scale with globally distributed infrastructure, isolated sessions, and rich observability\n- **Fetch and Search APIs**: agents can quickly search and fetch LLM context from the web for fast, token-efficient decisions\n- **Agent Identity**: enable agents to access any website through strategic partnerships and a dedicated research team\n- **Functions**: deploy and run agents on Browserbase for faster, more secure execution\n- **Model Gateway**: access major models via Stagehand with unified billing under your Browserbase API key\n- **Stagehand**: the AI SDK for browser agents -- replaces rigid selectors with natural language browser interactions that self-heal when pages change\n\n## Monorepo Structure\n\n```\nintegrations/\n├── examples/\n│   ├── community/                # Community-contributed examples\n│   └── integrations/\n│       ├── agentkit/             # AgentKit implementations\n│       ├── agno/                 # Agno agent framework integration\n│       ├── braintrust/           # Evaluation and testing tools\n│       ├── browser-use/          # Browser Use automation\n│       ├── cartesia/             # Cartesia integration\n│       ├── cloudflare/           # Cloudflare integration\n│       ├── crewai/               # CrewAI framework integration\n│       ├── langchain/            # LangChain framework integration\n│       ├── logs/                 # Logging utilities\n│       ├── mastra/               # Mastra AI agent integration\n│       ├── mongodb/              # MongoDB data extraction \u0026 storage\n│       ├── stripe/               # Stripe Issuing + automation\n│       ├── temporal/             # Temporal workflow orchestration\n│       ├── trigger/              # Trigger.dev background jobs \u0026 automation\n│       └── vercel/               # Vercel integrations\n├── packages/                     # Published npm packages\n└── README.md\n```\n\n## Getting Started\n\n1. **Choose your integration** based on your framework or use case\n2. **Navigate to the specific integration directory** for detailed setup instructions\n3. **Follow the README** in each integration for environment setup and examples\n4. **Review the code samples** to understand implementation patterns\n\nEach integration includes:\n- Complete setup instructions\n- Environment configuration guides\n- Working code examples\n- Best practices and tips\n- Troubleshooting guides\n\n## Prerequisites\n\nMost integrations require:\n- A [Browserbase account](https://browserbase.com) and API key\n- Node.js 18+ or Python 3.8+ (depending on implementation)\n- Framework-specific dependencies (detailed in each integration)\n\n## Documentation\n\nFor comprehensive documentation, tutorials, and API references, visit:\n\n[Official Browserbase Documentation](https://docs.browserbase.com)\n\n## Community \u0026 Support\n\n### Get Help\n- **Email Support**: [support@browserbase.com](mailto:support@browserbase.com)\n- **Documentation**: [docs.browserbase.com](https://docs.browserbase.com)\n\n### Contributing\nWe welcome contributions! Each integration has its own contribution guidelines. Feel free to:\n- Report bugs and request features\n- Submit pull requests with improvements\n- Share your own integration examples\n- Help improve documentation\n\n## License\n\nThis project is licensed under the MIT License. See individual integration directories for any additional licensing information.\n\n---\n\n**Built with ❤️ by the Browserbase team**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserbase%2Fintegrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserbase%2Fintegrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserbase%2Fintegrations/lists"}