Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
SuperAuth
Simplest way to use authenticate enterprise apps and services like Google, Notion, Hubspot, Apollo, etc. 🚀
MCP server coming soon.
Quick Start
Install
Recommended:
The recommended method of installing SuperAuth is with pip from PyPI.
pip install superauthLatest:
You can also install the latest bleeding edge version (could be unstable) of SuperAuth, should you feel motivated enough, as follows:
pip install git+https://github.com/celestoai/SuperAuth.gitSetup your API keys in the environment variables:
APOLLO_API_KEY=your_apollo_api_keyApollo.io Example
Find contacts in your Apollo.io account by keywords.
from superauth.apollo_io import Apollo
apollo = Apollo()
response = apollo.contact.search("John Doe")
print(response)Google API
Authenticate Gmail or Google Calendar to read, and send emails or send a calendar invite.
from superauth.google import GmailAPI, load_user_credentials
# Load your saved credentials
creds = load_user_credentials("credentials.my_google_account.json")
# Direct tool usage
gmail = GmailAPI(creds)
messages = gmail.search_messages(query="from:github.com", limit=10)How to run tests
uv run pytest
Don't lose this
Three weeks from now, you'll want SuperAuth again. Will you remember where to find it?
Save it to your library and the next time you need SuperAuth, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
This plugs directly into your AI and gives it new abilities it didn't have before. APIs and MCP Server for Enterprise Apps like Google, Notion, Hubspot... Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.