Overview
Add Fellow to any ModuleX agent or workflow. Meeting productivity platform for notes, action items, and meeting management via the Fellow REST API (https://<subdomain>.fellow.app/api/v1).
Categories: Productivity & Collaboration · Meetings · Auth: API Key · Actions: 3
Authentication
API Key Authentication
Authenticate using your Fellow API key and workspace subdomain1
Step 1
Sign in to your Fellow workspace at https://<subdomain>.fellow.app
2
Step 2
Navigate to Settings > Integrations > API
3
Step 3
Generate a new API key or copy your existing one
4
Step 4
Note your workspace subdomain (the part before .fellow.app in your URL)
Required Credentials
Available Actions
archive_action_item — Archive an action item
archive_action_item — Archive an action item
complete_action_item — Complete an action item
complete_action_item — Complete an action item
Limits & Quotas
- No documented public rate limits from Fellow’s API documentation.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.