Unbrowse is a local service backed by a shared skill marketplace. When you ask it to do something, it first searches the marketplace for an existing skill discovered by any agent. If none exists, it captures the site, reverse-engineers the API, publishes the skill to the marketplace, and executes it. Future requests from any agent reuse the learned skill instantly.
The local server runs on http://localhost:6969 (or $UNBROWSEURL if configured) and proxies marketplace operations to beta-api.unbrowse.ai. On first startup it auto-registers as an agent and caches the API key in /.unbrowse/config.json.
When you call POST /v1/intent/resolve, the orchestrator follows this priority chain:
웹사이트의 네트워크 트래픽을 분석하고 이를 공유 마켓플레이스에서 지원하는 재사용 가능한 API 기술로 전환합니다. 에이전트가 발견한 기술은 모든 에이전트가 게시하고 점수를 매기고 재사용할 수 있습니다. 네트워크 트래픽을 캡처하고, API 엔드포인트를 검색하고, 패턴을 학습하고, 학습된 기술을 실행하고, 제한 사이트에 대한 인증을 관리하세요. 웹사이트에서 구조화된 데이터를 추출하거나, API 엔드포인트를 검색하거나, 웹 상호작용을 자동화하거나, 공식 API 문서 없이 작업하려는 경우에 사용하세요. 출처: unbrowse-ai/unbrowse.