Jooja Quick Auth
A lightweight authorization hub for connecting external accounts to AI agents safely and with minimal friction.
What this app does
Jooja Quick Auth helps users connect supported providers (for example Google, Apple Music, Notion, LinkedIn) to AI agents through a dedicated authorization flow. It centralizes consent, keeps credentials out of random scripts, and makes integrations easier to manage.
Currently supported (when configured)
- Google - OAuth for Drive, Sheets, Calendar, Presentations, Gmail (read-only), Tasks, Meet space creation, and YouTube/YouTube Analytics read access
- Apple Music - MusicKit JS connect flow with stored Music User Token
- Notion - OAuth install for a Notion integration (workspace access token)
- LinkedIn - OAuth (scope set depends on your LinkedIn app configuration)
- GitHub - OAuth (scopes configurable; default preset includes repo + org read, see README)
- Microsoft - OAuth (AAD v2 / Microsoft Graph delegated scopes; some may require admin consent)
- Discord - OAuth (basic identity + guild list; refresh tokens require the offline_access scope)
Agent integration
If you are building an AI agent or an internal tool that needs to talk to this hub, use the companion client package jooja-auth-hub-client. It provides a small CLI and a stable wrapper around the hub endpoints (health/connect/status/access-token).
Privacy and security
This service is not intended for data harvesting or resale. It stores authorization material so that connected AI agents can act on behalf of the user for the integrations they explicitly enabled. The goal is controlled automation, not hidden data collection.
Contact: [email protected]