Dashboard sign-in
Sign in to the Pipevideo dashboard with email, OAuth, or organization invites.
Signing in
The Pipevideo dashboard at pipevideo.co uses Clerk for authentication. Supported sign-in methods include:
- Email and password
- OAuth providers (Google, GitHub, etc. — depending on your organization's configuration)
Organization invites
Team administrators invite members through Clerk organization settings. Invited users receive an email link to join the organization. Once accepted, they can access the dashboard, create API keys (if permitted), and view usage.
Session security
- Sessions are managed by Clerk with industry-standard security practices.
- Sign out from the dashboard menu when using shared devices.
- Organization administrators can remove members to revoke dashboard access (existing API keys remain active until revoked separately).
API access vs. dashboard access
Dashboard sign-in and API key authentication are independent:
| Access type | Credential | Use case |
|---|---|---|
| Dashboard | Clerk session | Manage keys, billing, webhooks, view usage |
| API | pv_... API key | Programmatic video generation |
API keys do not grant dashboard access, and dashboard sessions do not replace API keys for programmatic requests.