Securely connect your Office 365 inbox to generate a lifetime Magic Link for your AI tools.
README.md
AI-BRIDGE-V1
# 1. READ & SEARCH
GET /api.php?key=YOUR_KEY&q=search_term
// Returns flat email stream matching query
# 2. FOLDER NAVIGATION
GET /api.php?key=YOUR_KEY&folder_id=...
// Use links provided in the dashboard header
# 3. SEND EMAIL
POST /api.php?key=YOUR_KEY&action=send
{
"to": "client@example.com",
"subject": "Re: Update",
"body": "Generated by AI..."
}
We never store your password.
Your data remains private and secure.