Passage
Universal account automation for developers. Passage allows users and robots to collaborate seamlessly on a mobile device.
Products
Passage is one platform with two ways to integrate. If you just want simple account linking as a service, use Passage Connect. If you to write code and develop custom integrations, use the Passage Platform.
Passage Connect
Managed account connections. Create a link, present it to your user, receive the result via webhook. No browser automation code required.
- Overview — What Connect does and how it works
- Quickstart — Create your first link in 5 minutes
- API Reference — Full endpoint documentation
Passage Platform
Low-level session control. Open a session, send Playwright-style browser commands, and yield to the user for authentication or anything else. Full control over the automation flow.
- Overview — Architecture and session model
- Quickstart — Create a session and send your first command
- Protocol Reference — Deep dive into the wire protocol
Shared concepts
Both products share the same authentication model and client SDK:
- Authentication — API key auth for both services
- Error Codes — Consistent error format across all endpoints
- Client SDK — Mobile SDK integration guide
Last updated on