Skip to content

Read.ai

Connect to Read.ai to import meeting intelligence data including summaries, transcripts, action items, metrics, and participant information across Zoom, Google Meet, and Microsoft Teams.

Setup

1. Get your API Token

  1. Log in to your Read.ai account at app.read.ai
  2. Navigate to Settings > API (or Integrations > API)
  3. Generate a new API token
  4. Copy the token (starts with rai_)

2. Add the Connector

  1. Go to Connectors > New Connector
  2. Select Read.ai from the catalog
  3. Paste your API token
  4. Configure modules and sync options
  5. Click Save & Test

Configuration

FieldTypeRequiredDescription
api_tokenSecretYesRead.ai API token
modulesMulti-selectNoData to import (default: meetings, participants, action_items)
sync_daysNumberNoDays of history to sync (default: 90)
expand_transcriptsBooleanNoInclude full transcripts (increases payload size)
expand_recordingsBooleanNoInclude recording download URLs

Available Modules

  • meetings — Meeting metadata, summaries, and chapter summaries
  • participants — Attendee information with attendance status
  • action_items — Action items extracted from meetings
  • transcripts — Full speaker-attributed transcripts (opt-in, large payloads)
  • topics — Discussion topics identified across meetings

Graph Schema

Nodes

NodeLabelsKey Properties
ReadAiMeetingReadAiMeeting, Meetingid, title, start_time, end_time, platform, summary, duration_minutes, read_score
ReadAiParticipantReadAiParticipant, Personemail, name
ReadAiActionItemReadAiActionItem, ActionItemtext, assignee
ReadAiTopicReadAiTopic, Topicname
ReadAiTranscriptReadAiTranscript, Transcriptmeeting_id, speaker_count, turn_count

Relationships

RelationshipDirectionNotes
PARTICIPATED_INPerson -> MeetingProps: invited, attended
OWNED_BYMeeting -> PersonMeeting organizer
HAS_ACTION_ITEMMeeting -> ActionItem
ASSIGNED_TOActionItem -> PersonIf assignee present
DISCUSSED_TOPICMeeting -> Topic
HAS_TRANSCRIPTMeeting -> Transcript

Tools (8)

All tools are read-only and do not require approval.

ToolDescription
readai_list_meetingsList meetings with time filters and pagination
readai_get_meetingGet meeting details with optional expand fields
readai_get_meeting_summaryGet summary and chapter summaries
readai_get_meeting_transcriptGet full transcript with speaker turns
readai_get_meeting_action_itemsGet action items and key questions
readai_get_meeting_metricsGet read score, sentiment, engagement metrics
readai_get_live_meetingGet live meeting data (in-progress meetings)
readai_search_meetingsSearch meetings by title or participant

Example Usage

"List my meetings from last week"
→ readai_list_meetings with start_after filter

"What were the action items from the Q4 planning meeting?"
→ readai_search_meetings to find the meeting
→ readai_get_meeting_action_items for the specific meeting

"Show me the transcript of today's standup"
→ readai_search_meetings for "standup"
→ readai_get_meeting_transcript

Rate Limits

Read.ai API limits:

  • 10 items per page (max pagination size)
  • 300ms delay between paginated requests
  • Standard 429 rate limiting with Retry-After header support

Troubleshooting

Invalid API Token

Ensure your token starts with rai_ and has not been revoked. Generate a new token from Read.ai Settings > API.

No Meetings Found

  • Verify the Read.ai bot is active in your meetings
  • Check the sync_days setting covers the desired time range
  • Ensure your Read.ai plan includes API access

Large Sync Times

If syncs are slow, consider:

  • Reducing sync_days
  • Disabling expand_transcripts (transcripts are the largest payload)
  • Selecting only needed modules

Built by AgentcyLabs. For in-house deployment or Agentcy Cloud (PaaS) access, visit agentcylabs.com.