Support
Questions, issues, or feedback? Here's how to reach us.
For anything at all, email hi@grantmaking.ai. We read every message and try to reply quickly.
Discord
Join the community on our Discord to ask questions, share feedback, and follow what's happening on the platform.
Book a call (for funders)
If you're a funder looking to support AI safety work, book a 1:1 intro call to get access to private comments and reviews.
Feedback API
Found a bug or have feedback? You can send it programmatically (no API key required) with a single request:
curl -X POST "https://app.grantmaking.ai/api/v1/feedback" \
-H "Content-Type: application/json" \
-d '{"message":"Your feedback or bug report","email":"you@example.com"}'Only message is required; email and source are optional. It's built so a person or an AI agent can fire off a note with zero setup. Handy for reporting issues with the API itself. See the API reference for full details.