Quick Example
Here’s how easy it is to get started:What You Can Build
With Gwiz SDK, you can create AI agents that:- Answer questions about your emails - “When is my next meeting?”
- Search and retrieve emails - “Find all emails about the project proposal”
- Send emails - “Send a follow-up email to the team”
- Manage your inbox - “Archive all newsletters older than 30 days”
- Reply to emails - “Reply to the latest email from John”
Installation
Install the SDK and required dependencies:Authentication
Get your authentication token:~/.gwiz/config.json which the SDK automatically reads.
Complete Example
Available Tools
When you calltools(), you get access to all Gwiz MCP tools:
search-emails- Search for emails using vector search or Gmail operatorsget-email- Retrieve a single emailget-thread- Retrieve an entire email threadlist-threads- List email threads in your mailboxsend-email- Send a new emailreply- Reply to an emaildraft- Create draft emailsarchive- Archive emailslist-contacts- List all contactslist-subscriptions- List email subscriptions- And more!
Next Steps
SDK Documentation
Read the complete SDK documentation
API Reference
Explore the API reference